Migrate audio pipeline to float from 16-bit integer (#2873)

Co-authored-by: Cameron Gutman <aicommander@gmail.com>
This commit is contained in:
ns6089 2024-07-26 04:01:43 +03:00 committed by GitHub
commit f4dda21248
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 435 additions and 298 deletions

View file

@ -8,7 +8,7 @@
#include "third-party/TPCircularBuffer/TPCircularBuffer.h"
#define kBufferLength 2048
#define kBufferLength 4096
@interface AVAudio: NSObject <AVCaptureAudioDataOutputSampleBufferDelegate> {
@public