|
From: TJF <tjf...@we...> - 2010-04-17 12:07:48
|
Hi, could anyone give me an advice, how to do this (s.b.)? My problem is, that I cannot find commands like "sox_open_memstream_write" in the documentation and I don't know how to command something like this (this time on Win): sox.exe file.wav -t .s32 output_signed_32.raw rate -v -M 88200 ______________________________ Up to now I take the raw-file above and play it in my software using rtaudio-API (basic functions like in playraw.cpp). Now I would like to integrate libsox into the program to do this. That should be the way: - open file - read entire file to memory - upsampling (the line above...) -> NOT saving (writing to) file! - playing upsampled raw-file from memory Thanks a lot! Regards Thomas |