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!