python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Playing a sound with AVAudioPlayer after AVAudioEngine has been utilized for input
I have an app that involves an Alexa like digital assistant.
We are successfully receiving input for our Speech-To-Text engine with AVAudioEngine, and then using NLP we are interpreting that text into...
Wesley
Votes: 0
Answers: 1
AVAudioPlayer fadeDuration "jumps" when called again before completed
I have an AVAudioPlayer that fades in from silence over 3 seconds. To accomplish that, before creating the player I set its volume to 0, start it, then immediately set the fadeDuration:
somePlayer.se...
moosgrn
Votes: 0
Answers: 0
Play but don't record avaudioplayer background music
I have an app that records a video/audio like Instagram stories with avassetwriter and simultaneously plays an audio background music file with avaudioplayer. It both records and plays great.
The prob...

Chris
Votes: 0
Answers: 0