New answers tagged sound
6
It shouldn't be too hard to do some simple sound processing. Take an example file:
data = ExampleData[{"Sound" , "Apollo13Problem"}]
Get a short sequence of sample values from near the end of the file:
soundsamples = data[[1, 1]][[All, 110000 ;; -2000]];
It looks OK:
ListLinePlot[{soundsamples[[1]]}]
Play it without modifications:
...
1
This is not the perfect solution to the problem, however the behavior of the manipulate is improved over what it was in the original question. Thanks to all who looked at this and especially David Park who gave me the “choiceEnabled =True/False” as well as all who left comments. I am not going to accept this as “The Answer”, in hopes that someone will ...
Top 50 recent answers are included