gnuradio::audio Namespace Reference


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

Function Documentation

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


Variable Documentation

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')


Generated on Thu Mar 5 09:03:55 2009 for GNU Radio 3.1.3 by  doxygen 1.5.8