Audio Bit Depth problemsI've tried changing: ofs.write((char*)(&output), sizeof(short)); to: ofs.write((char*)(&output), ...
Audio Bit Depth problemsHi guys, I've been working on simple fourier transforms and outputting various waves as raw data. I...
Outputting a square wave as raw dataAnd also thanks jib, I have created a square wave that holds +1 and -1 values at a given frequency ...
Outputting a square wave as raw dataThankyou! You helped me realise that I simply had a bracket in the wrong place! I knew it'd be some...
Outputting a square wave as raw dataSo I've very recently started learning C++ and am using it for audio programming. Up until now it's ...
This user does not accept Private Messages