Martin Braun has contributed two new blocks which have been merged into the trunk:
gr.wavfile_source() gr.wavfile_sink() These blocks function similarly to gr.file_source and gr.file_sink, but operate on the Microsoft WAVE file format for sound files. Supported are 8 or 16 bit, stereo or mono, PCM sample formats, with data scaled to the [-1.0, 1.0] floating point format commonly used for transporting audio data in GNU Radio. http://gnuradio.org/trac/browser/gnuradio/trunk/gnuradio-core/src/lib/io/gr_wavfile_source.h http://gnuradio.org/trac/browser/gnuradio/trunk/gnuradio-core/src/lib/io/gr_wavfile_sink.h -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com/ _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
