Hi all, it appears possible, but I cannot figure it out for the life of me: how to write sample values from an array into a sound file using Ess or Minim. The Ess documentation (
http://www.tree-axis.com/Ess/AudioFile/AudioFile_write.html) says expressly that this is possible, but the example is generating samples with the Wave object and I can't figure out how to modify it to work with an array.
Has anyone does this before that would be willing to share some code?