Migrate audio pipeline to float from 16-bit integer (#2873)
Co-authored-by: Cameron Gutman <aicommander@gmail.com>
This commit is contained in:
parent
aa2cf8e5a9
commit
f4dda21248
9 changed files with 435 additions and 298 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "third-party/TPCircularBuffer/TPCircularBuffer.h"
|
||||
|
||||
#define kBufferLength 2048
|
||||
#define kBufferLength 4096
|
||||
|
||||
@interface AVAudio: NSObject <AVCaptureAudioDataOutputSampleBufferDelegate> {
|
||||
@public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue