summaryrefslogtreecommitdiff
path: root/config/grc_gr_audio.m4
AgeCommit message (Collapse)Author
2011-07-04gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audioJohnathan Corgan
This begins a transition of examples from a separate gnuradio-examples component into an examples directory with the component they go with. In this commit: gnuradio-examples/c++/audio/ => gr-audio/examples/c++ gnuradio-examples/python/audio => gr-audio/examples/python The system installation directory remains $PREFIX/share/gnuradio/examples/audio
2011-03-09audio: added config checks for other audios, added jack and portJosh Blum
2011-03-09audio: added oss support to gr-audioJosh Blum
2011-03-09audio: moved the grc audio blocks into gr-audio dirJosh Blum
2011-03-09audio: work to get alsa support in, lets see if this works before adding moreJosh Blum
2011-03-08audio: skeleton for gr-audio componentJosh Blum