I want to play a soundfile when my app is sent to the background or when the phone is sent to sleep mode.
For this we use AVFoundation/AVAudioplayer together with the Backgroundmode Audio.
This is working fine so far and it does what it should.
The problem is, even though my soundfile is completly silent (observed with Audacity), I can hear a annoying noise (something like that: https://youtu.be/2P87NS63K94) when the device volume is turned all up. The file is in .aiff-Format.
Is there any way to avoid this noise?
Play silent backround sound without any noise - Swift/Xcode
127 Views Asked by sucram At
0
There are 0 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in NOISE
- How can I find process noise and measurement noise in a Kalman filter if I have a set of RSSI readings?
- What is the impact of different JPEG's type on different JPEG decoding sub-process.?
- How to generate band-limited random noise with flat spectrum?
- How can i identify the type of noise present in the images
- Removing periodic noise from image using Fourier Transform
- Perlin Noise: sharp contours between grid cells (Matlab)
- 1D Smooth Noise Function with Seed
- Generating colors of noise in Java
- How to add white Gaussian noise to signal
- Why is my denoised image gets blurred after using non local means algorithm?
- Removing pattern and noise in an image using FFT in matlab
- How to remove the noisy part of a heartbeat?
- Applying white noise to PID model in matlab
- FFMPEG (Input 8K AAC -> (AAC FLV) youtube streaming noise
- Perlin noise gdscript error
Related Questions in SILENT
- How to not show "unspecified error" when throwing exception
- Want to use both silent push notification and remote push notification based on app state
- Bootstrap and PHP file upload
- Sending silent push notifications using Parse.com
- Ethical hacking script not working - no error message
- How to use Notepad++ as editor for 7zip, without showing a console window?
- Creating a custom action in Wix for use in silent installation
- Android javascript api silent mode
- Unmute stream in silent mode
- Invoke-Expression: Positional parameter cannot be found that accepts argument /s
- Mute ANY sound of my page. How?
- Phonegap notification.beep ignore silent mode
- Silent Refresh not working after Google Chrome updated to Version 85
- Silent Installation for msi using Install shiled
- Is there a silent installation mode for Dia on Windows?
Related Questions in AIFF
- How do I swap stereo channels in raw PCM audio data on OS X?
- Playing audio files with libao
- missing metadata on itunes aiff
- aiff: programmatic playback?
- how to separate aiff channels and save them in wav format?
- Aiff ID3 Tag Info Library for JAVA
- Exporting AIFF to AAC using Apple's AVFoundationExporter sample code gets me something slightly broken
- How detect the files that JavaFx Media player will fail to play
- Is it possible to convert to a WAV file to AIFF in PHP, and viceversa?
- AIFF-C file cannot be read with aifc module in python
- Create mp3 previews from wav and aiff files
- Can't write floating point aiff file in Python
- Play silent backround sound without any noise - Swift/Xcode
- How does twos complement work for bytes in the data chunk of the AIFF format?
- Trying to read AIFF Files Unexpected Error to do with pointer location etc
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?