Skip to main content

Questions tagged [system-sounds]

The tag has no usage guidance.

system-sounds
-3 votes
0 answers
36 views

Change all kinds of system sounds in macos [closed]

Im looking for a way to change different system sounds in macos sonoma. In windows and in older versions of macos it is possible to change all kinds of system sounds to whatever audio file you want. ...
Fluqz's user avatar
  • 349
-8 votes
0 answers
48 views

Use own system sounds in macos [closed]

im looking for a way to change different system sounds in macos sonoma. In windows and in older versions of macos it is possible to change all kinds of system sounds to whatever audio file you want. ...
Fluqz's user avatar
  • 349
0 votes
1 answer
141 views

Swift: Play SystemSounds while device is muted

I am building a navigation App that should get audio notifications in some events. Currently, I am playing Audio by calling a Sound Manager I have written: SoundManager.playSound(forSystemID: ...
Jan L's user avatar
  • 243
0 votes
0 answers
53 views

AudioServicesPlaySystemSounds and Notification Sounds Have Stopped Working

All of a sudden, none of the sounds in the iOS app I'm developing (with Swift) are working. This goes for the AudioServicesPlaySystemSounds calls as well as notification sounds with a custom .aiff ...
MultiGuy's user avatar
  • 1,012
1 vote
0 answers
47 views

How control "system sounds" volume (NOT Masetvolume) of windows?

i have certain problem, since i am using a custom windows design (retro), which comes with wallpaper, cursor icons and sounds for Windows system sounds like alert or closing windows. (Basically simple ...
Reke Unhs's user avatar
1 vote
1 answer
1k views

How to play Play a system sound with macOS SwiftUI

I am trying to play a system sound with a MacOS SwiftUI application. What I wish is just to play a system sound when an image appears... My code (part of it) is the following import Foundation import ...
Giuseppe Biondo's user avatar
0 votes
1 answer
909 views

How to mute or adjust volume on windows systems sounds?

I am working on an audio application, and it is vital that we can mute Windows systems sounds (warnings, notifications etc) at critical times I can set the system volume and access a number of sound ...
Sonnich Jensen's user avatar
0 votes
0 answers
36 views

How to use iOS sounds for push notification? [duplicate]

Apps like Whatsapp and Telegram provide a list of notification sounds which the user can set. For eg. in both Whatsapp and Telegram the list of sounds is divided into 2 categories: Alert Tones (...
Shubham Mishra's user avatar
0 votes
1 answer
163 views

Is there a way to play notes in VB.net that isn't console.bleep?

I am creating a program for interval recognition and I would really like the sounds outputted to be slightly... nicer than the ones outputted by console.bleep - preferably a piano sound or something ...
Katie's user avatar
  • 5
-2 votes
2 answers
479 views

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 ...
Somanna's user avatar
  • 296
1 vote
1 answer
4k views

List of default SystemSoundID

I'm trying to implement AudioServicesPlaySystemSound(SystemSoundID(****)) therefor I need a list of existing IDs for Apples SystemSounds. Searching through various posts I found this on GitHub. I ...
Fynnwind's user avatar
0 votes
1 answer
504 views

Slack notifications not working on Windows 8

I am using Windows 8. For some reason I haven't been receiving the slack notifications on my desktop. When I searched online for help, I got suggestions to turn off the focus assist, but it was of no ...
Sanjay Katta's user avatar
0 votes
0 answers
211 views

How to find the ID of less common system sounds?

Using this code you can play one of the more common system sounds: let systemSoundID: SystemSoundID = 1003 AudioServicesPlaySystemSound(systemSoundID) However, there are a lot of great sounds for ...
SwiftNewbieDoo's user avatar
4 votes
1 answer
9k views

How do I play system sound in flutter

I want to play a "beep" sound from flutter. I did try to use SystemSound.play but it doesn't seem to work. Please help!.thank in advance. Future<void> play(SystemSoundType type) async {...
Natthapol Maneechote's user avatar
1 vote
1 answer
505 views

How to play SystemSound in c# and wait for it to complete?

You can play a system sound as follows: SystemSounds.Asterisk.Play(); But it plays asynchronously. This is usually ok, but I want to wait for it to complete, and then run some other code afterwards. ...
1800 INFORMATION's user avatar

15 30 50 per page
1
2 3 4 5 6