gnuradio.blocks: Audio Signals

gnuradio.blocks.wavfile_sink(char filename, int n_channels, unsigned int sample_rate, int bits_per_sample = 16) → sptr
wavfile_sink_sptr.active_thread_priority(self) → int
wavfile_sink_sptr.close(self)
wavfile_sink_sptr.open(self, char filename) → bool
wavfile_sink_sptr.set_bits_per_sample(self, int bits_per_sample)
wavfile_sink_sptr.set_sample_rate(self, unsigned int sample_rate)
wavfile_sink_sptr.set_thread_priority(self, int priority) → int
wavfile_sink_sptr.thread_priority(self) → int
gnuradio.blocks.wavfile_source(char filename, bool repeat = False) → sptr
wavfile_source_sptr.active_thread_priority(self) → int
wavfile_source_sptr.bits_per_sample(self) → int
wavfile_source_sptr.channels(self) → int
wavfile_source_sptr.sample_rate(self) → unsigned int
wavfile_source_sptr.set_thread_priority(self, int priority) → int
wavfile_source_sptr.thread_priority(self) → int

Previous topic

gnuradio.blocks: Modulators and Demodulators

Next topic

gnuradio.blocks: Netwroking Tools

This Page