diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-14 10:17:02 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-14 10:17:02 -0700 |
commit | e2c5a9ff423aaf2b86faac6bb39a8724fdc2aac8 (patch) | |
tree | 505a7f310141aa480dabec6f8e677c1c05a0ebb3 /gr-audio/README | |
parent | d1f8773301dba43e382a88d1fccb52a6197412c7 (diff) |
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 0000000000..ae929a94a6 --- /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. |