-
Generating Audio
Hello,
I would like to know how I would be able to generate an audio wave by using a table of values to make each point.
For example, I may have the values for a sine wave stored in a list, so it would need to refer to each value and recreate the sine wave. I know that the frequency wouldn't match but that's not my point here.
Thanks!
-
Re: Generating Audio
It depends on the nature of the data, but essentially you just normalize the data to 8 or 16 bit signed ints and build a wav header to match the data.