core-audio Questions
4
Solved
I'm trying to make an audio upload to S3 and I'm a little confused what I should declare my MIME type as. My audio file is an m4a recorded on an iPhone as kAudioFormatMPEG4AAC. Would this be consid...
Poler asked 6/10, 2016 at 0:37
2
I've got a motu UltraLite mk4 USB audio interface attached to a Mac running MacOS 10.13.3.
I'm trying to play three stereo sound files, each to its own stereo speaker.
To start with less complexi...
Dominy asked 6/4, 2018 at 22:28
4
Solved
After loading an AVAsset like this:
AVAsset *asset = [AVAsset assetWithURL:url];
I want to know what the Sampling Rate is of the Audio track. Currently, I am getting the Audio Track like this:
...
Consociate asked 27/3, 2013 at 8:12
4
Solved
I have got two audio tracks on me that I combine with one another like this:
AVMutableComposition *composition = [[AVMutableComposition alloc] init];
AVMutableCompositionTrack *compositionAudioTr...
Lysin asked 26/11, 2013 at 8:16
3
Am looking to add a preview channel to an AV project, so that a video or audio file can be playing on the master output channel but the user can preview a separate audio or video file on a differen...
Gereld asked 30/7, 2013 at 9:8
2
I've been searching the documentation, mailing lists on and off for a couple of days but can't seem to find the answer to this.
I've got an OS X app that, amongst other things, queries the availab...
Dayfly asked 5/9, 2012 at 12:30
3
Solved
First, a little background info to explain my motivation: I've got a Qt/C++/Objective-C++ application that uses CoreAudio/AVFoundation to receive incoming audio from specified audio inputs on the M...
Tonisha asked 25/9, 2019 at 18:21
4
Solved
I've upgraded from Mojave to Catalina, and I noticed the fans on my MacBook Pro (15", 2019) are making a lot of noise. I looked into the Activity Monitor, and noticed that coreaudiod is constantly ...
Tildatilde asked 10/10, 2019 at 9:7
1
we are working on a project which records voice from an external microphone. For analysis purposes, we need to have a sample rate of about 5k Hz.
We are using AvAudioEngine to record a voice.
We kn...
Clarion asked 22/12, 2021 at 7:8
6
Solved
I'd like to record the some audio using AVAudioEngine and the users Microphone. I already have a working sample, but just can't figure out how to specify the format of the output that I want...
My...
Lucas asked 2/11, 2015 at 18:10
2
Solved
I am using pyaudio to record sounds on my Mac BigSur 11.6 (20G165). Specifically, I'm redirecting sound from an application to the input using BlackHole, which works fine.
It usually works fine but...
Butlery asked 14/10, 2021 at 13:13
1
Is there a way to record system audio without using a kernel extension in OS X. By system audio, I mean what is being played through the speakers.
In looking around, I’ve found people advising doi...
Putput asked 5/8, 2014 at 18:48
3
Solved
I am looking to capture audio on OSX. I have IOS working with AVAudioSession, but since it is not supported on OSX, I'm having difficulty finding a simple example on OSX to record audio to a file f...
Nataline asked 28/5, 2019 at 1:12
0
I want to get the internal audio output of the speaker on macOS with python. I got it working on Windows but I can't get it running on macOS.
At the beginning we used PyAudio, but I figured that So...
Bussey asked 8/9, 2021 at 9:41
4
Solved
In my app I need to switch between these 2 different AudioUnits.
Whenever I switch from VPIO to RemoteIO, there is a drop in my recording volume. Quite a significant drop.
No change in the playba...
Highlands asked 10/12, 2012 at 12:49
4
I reading song from iPod library using assetUrl (in code it named audioUrl)
I can play it many ways, I can cut it, I can make some precessing with this but...
I really don't understand what I gonna...
Pachydermatous asked 17/2, 2011 at 18:6
5
The situation goes a little something like this:
I am programming Xcode whilst concurrently listening to music on my Bluetooth headphones... you know to block out the world.
Then, I go to launch ...
Auguste asked 18/6, 2016 at 21:23
2
Solved
All the recent iPhones have 2+ microphones. Is it possible to record from all the microphones at the same time? If this is possible, what is the best iOS audio library for this (AudioKit, EzAudio, ...
Marzi asked 16/10, 2019 at 20:2
2
Solved
I have this flow now: i record audio with AudioEngine, send it to an audio processing library and get an audio buffer back, then i have a strong will to write it to a wav file but i'm totally confu...
Cyrie asked 11/2, 2017 at 17:29
4
I have a really short audio file, say a 10th of a second in (say) .PCM format
I want to use RemoteIO to loop through the file repeatedly to produce a continuous musical tone. So how do I read this...
Scarper asked 24/9, 2011 at 6:45
2
I have my own sound engine written in C++ and it has some custom abilities. I have the decoded + processed PCM values in my engine but I need to somehow play this through a library on IOS. It works...
Dermatoglyphics asked 27/3, 2021 at 18:11
4
Solved
I'm trying to reverse audio in iOS with AVAsset and AVAssetWriter.
The following code is working, but the output file is shorter than input.
For example, input file has 1:59 duration, but output 1...
Diatomaceous asked 19/3, 2015 at 14:46
2
Solved
What is the data stored in CMSampleBuffer when using AVCaptureAudioDataOutput? It delivers CMSampleBuffers via delegate method –captureOutput:didOutputSampleBuffer:fromConnection: but what's inside...
Tramline asked 8/11, 2011 at 11:57
2
Solved
I am loading Audio assets via AVAssets. I want to figure out how many channels (mono or stereo basically) are in the asset. What is the best way to do this?
Thiel asked 3/8, 2011 at 17:49
2
I'm attempting to sync recorded audio (from an AVAudioEngine inputNode) to an audio file that was playing during the recording process. The result should be like multitrack recording where each sub...
Iridic asked 6/1, 2021 at 18:0
1 Next >
© 2022 - 2025 — McMap. All rights reserved.