Questions tagged [system-sounds]

80 questions
0
votes
1 answer

Create SystemSoundID failed iOS - OSStatus = 0

I got a very similar problem like here: link In ViewController.h file I added this: #import #include @interface ViewController : UIViewController @property SystemSoundID outSystemSoundID1; @end and in…
mrlowalowa
  • 23
  • 6
0
votes
3 answers

System standard sound in Python

How play standard system sounds from a Python script? I'm writing a GUI program in wxPython that needs to beep on events to attract user's attention, maybe there are functions in wxPython I can utilize?
Alex
  • 43,191
  • 44
  • 96
  • 127
0
votes
1 answer

SystemSoundID Stopping Sounds

In my application, I have buttons setup as a keyboard. Each buttons acts similar to a piano key, where you touch the button and the sound plays when you hold but stops when you release. For this method, I am using two IBActions. One for Touch Down…
-1
votes
1 answer

array of SystemSounds

I would like to play a different sound based on the value of a variable. I could do independent IF statements but I'd like to do it in an array. I have a global SystemSound[] sound_array=new SystemSound[5]; and in form.load I do sound_array[0] =…
Ringo Davis
  • 43
  • 1
  • 7
-2
votes
2 answers

Check if system sounds are ON or OFF

I've a vb.net application which has a button; when I click the button it should display a message stating whether the system sounds are on or off. How do I do it? By System sounds I mean the sounds played by the system such as "Asterisk", "hand"…
Somanna
  • 284
  • 1
  • 13
1 2 3 4 5
6