gnuradio.audio
Blocks to connect to audio sources (mic-in) and sinks (speaker-out)
ports on a computer.
The underlying hardware driver is system and OS dependent and this
module should automatically discover the correct one to use.
-
gnuradio.audio.source(int sampling_rate, string device_name = "", bool ok_to_block = True) → sptr
-
source_sptr.active_thread_priority(self) → int
-
source_sptr.set_thread_priority(self, int priority) → int
-
source_sptr.thread_priority(self) → int
-
gnuradio.audio.sink(int sampling_rate, string device_name = "", bool ok_to_block = True) → sptr
-
sink_sptr.active_thread_priority(self) → int
-
sink_sptr.set_thread_priority(self, int priority) → int
-
sink_sptr.thread_priority(self) → int