-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recorder is not recording clear audio #164
Comments
This was mentioned on the AudioKit Discord. I don't think there is an official solution yet, but @Matt54 said |
Yeah, I was about to try the same, as when i tried directly with audio engine it worked with 48000 sample Rate. |
|
Thanks for the info. I'll download the beta this week or next to see what is going on. One thing to note is that if I add I was not able to recreate the issue of the first recording not working. That might have to do with where you are calling |
You can check the sample rate for the inputNode with this code: |
nvm fixed it. Will have to configure setting before audio engine initialize |
Actually it looks like this might work In CookbookApp:
|
Thanks for the heads up! This is now fixed here: #165 |
Small update from #167
This seems to work better than setting it to AVAudioSession's sampleRate. |
macOS Version(s) Used to Build
macOS 13 Ventura
Xcode Version(s)
Xcode 14
Description
Recorder is not recording clear audio,
We are using AudioKit in our app and from iOS 18 we are facing difficulty with audio quality, tried out Recorder in this demo app too, and demo has the same issue with audio quality.
Crash Logs, Screenshots or Other Attachments (if applicable)
Steps to reproduce in Demo App:
MacOS:14.2
Xcode: 15.1
Issue reproducible in iOS18 beta
The text was updated successfully, but these errors were encountered: