Tagged Questions
17
votes
1answer
273 views
How can I interrupt Speak?
I want to use an event handler to stop speaking:
Speak[ExampleData[{"Text", "DonQuixoteISpanish"}]]
The only way I can stop this is by restarting mathematica!
4
votes
2answers
192 views
How can I emit a sound only during a mouseover?
Emitting a constant sound or note (no interruptions) for a fixed duration is easy, but a dynamic duration, not so easy.
14
votes
1answer
310 views
Manipulating a continuous stream of sounds
I need some audio-feedback when a locator is moved on a surface. I have the following code that produces a beep every time the dynamic controller is interacted with such that the pitch of the sound ...