Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kode54 committed Sep 21, 2024
1 parent 6a309a3 commit eba9dc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Audio/Output/OutputCoreAudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ using std::atomic_long;
float *samplePtr;
float tempBuffer[512 * 32];
float rsInBuffer[8192 * 32];
float rsTempBuffer[4096 * 32];
float inputBuffer[4096 * 32]; // 4096 samples times maximum supported channel count
float fsurroundBuffer[8192 * 6];
float hrtfBuffer[4096 * 2];
Expand Down

0 comments on commit eba9dc2

Please sign in to comment.