python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AudioConverterRef with different number of channels
I have an audio format with 4 channels that I want to convert into 2 channels format. kAudioConverterChannelMap can only discard the extra inputs:
When In > Out, the first Out inputs are routed to...
Leo
Votes: 0
Answers: 1
AU host crashes in IOThread in macOS 11 and later
I've problem with an AU host (based on Audio Toolbox/Core Audio, not AVFoundation) when running on macOS 11 or later and Apple Silicon – it crashes after some operations in GUI. The weird is, it crash...

tomas.kolar
Votes: 0
Answers: 0
Using VoiceProcessingIO for Voip and getting raw mic input as well
I am using a VoiceProcessingIO audio unit for voip calls. However, when I set the loud speaker (setting the kAudioSessionOverrideAudioRoute_Speaker audio session property), the PCM data received in th...

Gibezynu Nu
Votes: 0
Answers: 1
Sync playback and record with AudioKit 5
I am trying to implement a simple recorder synced with a background track using AudioKit 5.
Unfortunately I faces latency issue when playing back the recorded file, along with the background track.
Th...
Matth
Votes: 0
Answers: 0