Questions tagged [sound]
Questions relating to Mathematica's sound and audio functionality, including Play, Sound, Audio and Speak.
298 questions
4 votes
0 answers
116 views
Is there a way to make Mathematica waiting for Speak to finish speaking?
I wish Mathematica would wait until Speak stops speaking before moving on to the next command, but I couldn't think of anything better than ...
3 votes
0 answers
149 views
Music notation in WL/Mathematica
Is there any way to draw a musical staff with clefs, notes, etc. in the Wolfram Language? E.g., a simple grand staff like this one: Any links to relevant paclets, ResourceFunctions, etc. would be ...
3 votes
2 answers
273 views
How to replicate a SoundNote using Play in Wolfram language?
I am trying to precisely replicate SoundNote of different frequencies using the Play function. I am using common notes from Western music theory as a starting point and then will venture off into ...
0 votes
1 answer
176 views
Splitting an audio into multiple segments based on the pauses
I am not an expert in mathematica, I wanted to Split an audio into multiple segments based on the pauses. I asked AI if that is possible, it said: "it is possible". It provided me a code for ...
0 votes
1 answer
112 views
AudioCapture and $AudioInputDevices never detect my microphone
My friend and I are both having the same problem. My microphone works fine in all other apps, except Mathematica can't detect any input devices. Has anyone found a solution to this? Windows 11 Pro. ...
1 vote
1 answer
112 views
How to end the sound that is being play?
I'm trying to imitate the way that piano makes a sound and I create a DynamicModule to be the key like the following code: ...
2 votes
0 answers
121 views
How to play sound in Wolfram Cloud?
I want to play the sound on Wolfram Cloud. Sound[Table[SoundNote[i,0.1,"Violin"],{i,0,12}]] The Wolfram Cloud Public address is as follows. https://www....
1 vote
1 answer
235 views
How to get DFT from Sound/Audio/Image?
When I'm trying to do Discrete Fourier Transform or just get a ListPlot of values from Sound object, I get error message.. I understand that Fourier command (and ListPlot of course) works only with ...