Re: [Discuss-gnuradio] regarding gr_file_source

2008-03-09 Thread George Nychis
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

[Discuss-gnuradio] regarding gr_file_source

2008-03-09 Thread sriram s
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,