Hi Marc, Thanks for the code. I will give it a try tomorrow (I am out of the office already). I intend to sample continously for 10-15 minutes to disk, so your solution might not work directly for me, but if you agree I'd like to modify your code. If it works as expected, I can post it somewhere (giving full credit to your prior work).
Regards, Thomas ----- Original Message ----- > I ended up writing my own command line tool to get around this. Depending on your particular needs, it might work for you. Instead of filling a buffer and writing it to disk over and over, I allocate a buffer as large as I need, fill it, stop sampling, and write it to disk. There is no point where it's depends on disk speed unless the buffer won 't fit in RAM. > > You'll find the source at https://public.me.com/mepard. There's a UHD version, too. Feel free to use them as you wish. > > -Marc > > _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio