Functions | |
def | try_import |
Build a blob of code and try to execute it. | |
def | __init__ |
Variables | |
list | __all__ = ['source', 'sink'] |
This is the 'generic' audio or soundcard interface. | |
source = None | |
sink = None | |
tuple | known_modules |
def gnuradio::audio::__init__ | ( | ) |
def gnuradio::audio::try_import | ( | name | ) |
Build a blob of code and try to execute it.
If it succeeds we will have set the globals source and sink as side effects.
returns True or False
list gnuradio::audio::__all__ = ['source', 'sink'] |
This is the 'generic' audio or soundcard interface.
The behavior of this module is controlled by the [audio] audio_module configuration parameter. If it is 'auto' we attempt to import modules from the known_modules list, using the first one imported successfully.
If [audio] audio_module is not 'auto', we assume it's the name of an audio module and attempt to import it.
Initial value:
( 'audio_alsa', 'audio_oss', 'audio_osx', 'audio_jack', 'audio_portaudio', 'audio_windows')
gnuradio::audio::sink = None |
gnuradio::audio::source = None |