Tagged Questions
6
votes
1answer
279 views
How to use and input audio wav file into a Wolfram demonstration
I am trying to send a Wolfram demo, which contains a sound wav file.
sound = Import["C:/myfile.wav", "Data"];
snd := sound[[1]]; or snd = sound[[1]];
Is it ...