Tagged Questions
0
votes
1answer
54 views
How to import sound file from computer? [duplicate]
I know you can import sounds/images from the Mathematica library, but I was wondering if I could import sounds I have on my computer (i.e. .wav files)? I've tried using the Import functon and properly ...
13
votes
3answers
622 views
Is it possible to use Mathematica to record sound and/or vision?
I think the title says it all. I know about ImageCapture which seems to capture stills.
Can ImageCapture be made to capture a ...
6
votes
1answer
1k views
How to extract sample values from an imported WAV file?
Suppose I read a file with
B = Import["something.wav"]
Now how can I obtain a list of sample values?