python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Error starting AVAudioEngine: after playback audio engine configuration changed in background (com.apple.coreaudio.avfaudio error 561145187.)
I am trying to transmit audio when app is in background and AVAudioSession changed to Headset from speaker or vice versa
Changed output AVAudioSession Port: Speaker/BluetoothHFP
I have tried restartin...
PPreeti
Votes: 0
Answers: 0
Converting AvAudioInputNode to S16LE PCM
I'm trying to convert input node format to S16LE format. I've tried it with AVAudioMixerNode
First I create audio session
do {
try audioSession.setCategory(.record)
try audioSession.setActive(true...
Tadej Slemenšek
Votes: 0
Answers: 1
AVAudioPlayerNode scheduleBuffer playing some glitchy noise while audio transmission
I am trying to use scheduleBuffer, audio is transmitting also but at receiver end playing with some glitchy sound
private func convertAudioToPCMBuffer(clip: Audio) -> AVAudioPCMBuffer? {
var P...
PPreeti
Votes: 0
Answers: 0