소스 검색

so close, but not close enough. Reducing further.

Alex Perez 2 년 전
부모
커밋
d33a869ced
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/ZuluSCSI_platform_RP2040/audio.h

+ 1 - 1
lib/ZuluSCSI_platform_RP2040/audio.h

@@ -27,7 +27,7 @@
 // size of the two audio sample buffers, in bytes
 // these must be divisible by 1024
 // #define AUDIO_BUFFER_SIZE 8192 // ~46.44ms
-#define AUDIO_BUFFER_SIZE 6144 // reduce memory usage
+#define AUDIO_BUFFER_SIZE 4096 // reduce memory usage
 
 /**
  * Handler for DMA interrupts