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)
Setting sampling rate of default audio output device programmatically
I'm working on an application that plays sounds through the default audio device on a Mac. I want to change the output sampling rate and bit depth of the default output device but it always gives me a...
act1292
Votes: 0
Answers: 1
MacOS CoreAudio buffer playback produces annoying noise
MacOS CoreAudio buffer playback produces annoying noise between correct sound.
I'm interested to play valid .wav data though the buffer.
Why I'm playing a .wav? It has valid data.
What I'm trying to a...
Key-Real
Votes: 0
Answers: 1
Detect AudioLayout in AVAssetTrack
I need to detect number of channels and the format of audio (interleaved or non-interleaved) from AVAssetTrack. I tried the following code to detect the number of channels. As can be seen in the code,...
Deepak Sharma
Votes: 0
Answers: 1
AudioUnitRender callback set buffer list
I have the following AudioUnit setup to process audio frames:
var renderCallbackStruct:AURenderCallbackStruct = AURenderCallbackStruct()
renderCallbackStruct.inputProc = renderCal...
Deepak Sharma
Votes: 0
Answers: 0