computer






 

Question by  Darry (3853)

How do you make a WAV file in a C++ program?

 
+7

Answer by  Gopikrishnan (29)

Wav file can be created in using the library Libsndfile. This library is meant for reading and writing lossless audio files. C++ wrapper can also be used with the header sndfile. hh.

 
+5

Answer by  BubbaGump37 (12)

You can't actually make a. WAV file in C++, as that is a programming language. You can, however, make a wav file with an audio recorder such as Adobe Audition.

posted by Anonymous
Adobe Audition was written in C++.  add a comment
 
+5

Answer by  worker4870 (10)

It is possible to make a wav file with the available data from the text. It can also be done bu mixing two different wav files. Load the. wav file from the disk into memory. Save the. wav file from memory to the disk. Playing the. wav file using the default wave_mapper device offline mixing of the two. WAV files.

 
You have 50 words left!