diff options
author | Johnathan Corgan | 2011-03-14 10:27:36 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-03-14 10:27:36 -0700 |
commit | c16a01e08e7b4fa3a7660fac785d2095053b323e (patch) | |
tree | 0c0858d8aaec05a53333a8be49a8c0b841698fa5 /gr-audio/README | |
parent | 5748eff26f835bffedb41bd5748ccbaefbe1e02f (diff) | |
parent | e2c5a9ff423aaf2b86faac6bb39a8724fdc2aac8 (diff) | |
download | gnuradio-c16a01e08e7b4fa3a7660fac785d2095053b323e.tar.gz gnuradio-c16a01e08e7b4fa3a7660fac785d2095053b323e.tar.bz2 gnuradio-c16a01e08e7b4fa3a7660fac785d2095053b323e.zip |
Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audio
* jblum/wip/gr-audio:
gr-audio: added README and default config fix
Diffstat (limited to 'gr-audio/README')
-rw-r--r-- | gr-audio/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gr-audio/README b/gr-audio/README new file mode 100644 index 000000000..ae929a94a --- /dev/null +++ b/gr-audio/README @@ -0,0 +1,11 @@ +The gnuradio audio component provides an audio_source and audio_sink block. +The audio blocks stream floating point samples to and from audio hardware. + +The gr-audio will be built automatically when gnuradio-core is enabled. +Support for underlying audio architectures depends on OS and installed libraries. +At the time of writing, gr-audio supports oss, alsa, jack, portaudio, audiounit, and winmm. + +At runtime, gr-audio will automatically select from the available architectures. +The user can override the selection via configuration file by setting "audio_module" +to one of the following strings: oss, alsa, jack, portaudio, osx, or windows. +See gr-audio.conf for an example. |