Hi Sriram,
There is a new block for WAV file sources and sinks in the GNU Radio trunk.
See this post:
http://lists.gnu.org/archive/html/discuss-gnuradio/2008-02/msg00178.html
- George
sriram s wrote:
Hello everyone,
How can a .wav file be converted to raw data? i
trie
Hello everyone,
How can a .wav file be converted to raw data? i
tried using sox
sox file.wav -s -w -r 32000 file.raw
but it doesn't seem to work.
I get an error saying that the source and destination types are different.(i
was trying to filter out a signal)
Thank you,