keval wrote: > File "/usr/lib/python2.5/site-packages/gnuradio/audio_alsa.py", line 228, > in sink > return _audio_alsa.sink(*args) > RuntimeError: audio_alsa_sink
The error reporting is unfortunately not as specific as it could be. In my experience, the most frequent cause of the above is that the sound card is in use by some other application, possibly a previous run of a GNU Radio application that didn't exit cleanly. -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
