audiokit Questions
0
Hey I wonder if someone can point me in the right direction.
I am building a Mac Audio App that I need to perform the following actions
Select audio input device
Show a live audio graph of device ...
Niacin asked 19/1, 2023 at 9:27
1
AKManager Audiokit crash: HALB_IOBufferManager_Client::GetIOBuffer: the stream index is out of range
I am running XCode 12.4 and iOS 13.7. The following, straightforward class
import AudioKit
import UIKit
class SoundManager {
private var sampler: AKAppleSampler
private var booster: AKBooster
...
1
AudioKit, macOS:
When I do mixer.addInput(myAudioPlayer), the program outputs this message:
2021-09-16 11:41:44.578038+0200 ShowTime[16140:1611137] throwing -10878
... numerous times.
Do you know w...
Liturgics asked 16/9, 2021 at 9:52
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
4
It has been a year since updating so I downloaded AudioKit 4.11.2 yesterday. I built all of the frameworks, including the AudioKit and AudioKitUI xcframeworks.
Then I began playing with the Playgro...
1
I am trying to run AudioKit.start() in my viewDidAppear method but I get the following error:
Module 'AudioKit' has no member named 'start'
My pod file includes:
pod 'AudioKit', '~> 4.0'
pod 'A...
Lethe asked 20/10, 2020 at 17:26
1
I'm on AudioKit 4.9.1 and can't manage to play a MIDI file with the new AKSequencer (replacing AKAppleSequencer). No sound playing. Assume that MIDI file AND samples are loaded correctly since they...
Matterhorn asked 13/11, 2019 at 9:1
1
Solved
We are experiencing an exception in our project:
2019-08-08 10:18:28.703708-0600 AppName[99385:5069475] *** Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'requi...
1
I'm trying to build simple spectrum analyser using AudioKit library for iOS:
Yellow line is max, red is current - changes 10 times per second.
The problem is, that amplitude values for first fe...
1
Solved
I have an app taps the microphone and also play sounds depending on mic input(don't have to be simultaneously tho) This code below works. But one problem is the output plays on the small top speake...
Uchish asked 29/4, 2019 at 20:19
2
Solved
I want to read a midi file and display things when note events are triggered.
I found this stackoverflow question, where the second answer suggests to use AudioKit :
How Do I Get Reliable Timing fo...
1
I use AVPlayer to play audio(streaming or local file). For this audio I want to apply some effects - boost volume, skip silence, reduce noise, change speed(in 0.1 intervals).
I did same thing in a...
Karrah asked 10/1, 2019 at 7:58
1
I am using AudioKit in my project. By using the process suggested in the mixing nodes playground example, I am playing the multiple audios. My requirement is to upload the mixed audio to the server...
Sportsmanship asked 17/10, 2018 at 11:32
1
I have multiple audios files(more than 3). By using the AVAudioEngine and AVAudioMixerNode I am playing the all audio tracks into a single track. I want to save the mixed audio in the document dire...
Apprentice asked 15/10, 2018 at 12:4
1
Solved
Using AudioKit, I'm trying to build an app that analyses the input of the microphone and separate the incoming sound into pieces of 3 frequency ranges (low, mid, high) and their amplitude.
This is...
0
I updated to latest version of Audiokit 4.5
and my Audiokit class that is meant to listen to microphone amplitude is now printing: 55: EXCEPTION (-1): "" infinitely on the console. the app doesnt c...
Mill asked 12/10, 2018 at 3:32
1
Solved
I am having a problem where AudioKit 4.0 (today's build), won't compile on the simulator. It compiles just fine for a device.
The errors I'm getting are:
'AKMicrophone' is unavailable: cannot find ...
1
Solved
I'm making audio editing app, and I want trim my audio. For audio editing I use AudioKit framework. But I can't find in tutorials, and examples, how I can trim audio using this framework?
0
I am trying to implement an SLM app for iOS using AudioKit. Therefore I need to determine different loudness values to a) display the current loudness (averaged over a second) and b) do further cal...
Candidate asked 23/8, 2018 at 9:54
1
Solved
I am trying to play 4 mp3 files synchronously using AudioKit's AKPlayer, and it was pretty successful. As a part of my Swift study, though, I wanted to simplify my code using arrays (or something I...
0
I have a sample app that uses AudioKit to record audio and display a waveform of that audio data. This sample app has two viewControllers with the root vc being a blank page with a button that will...
1
I just switched from AVAudio to AudioKit. To get things working I had to enable background audio and since then battery usage is woeful.
What is the best way to clean up and come out of background...
Dwarf asked 6/7, 2018 at 14:49
2
Solved
I'm trying to record audio, then save offline with AudioKit.renderToFile, then use AKPlayer to play the original recorded audio file.
import UIKit
import AudioKit
class ViewController: UIViewCont...
1
How can an input node be dynamically connected to a mixer in the active chain in AudioKit iOS?
Environment: AudioKit 4.3, Swift 4.1, Xcode 9.4.1, iOS 11.4.
Problem
I am building an app with dyna...
1
The app I'm developing requires dynamically adding/removing/rearranging components in the sound chain.
So far, I have mostly been using the .disconnectOutput() method on most components, then rec...
Petty asked 18/2, 2018 at 1:9
1 Next >
© 2022 - 2024 — McMap. All rights reserved.