Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Apr 2, 2023
1 parent 0c71bd4 commit cb74ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phazor/phazor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ int get_audio(int max, float* buff){

void data_callback(ma_device* pDevice, void* pOutput, const void* pInput, ma_uint32 frameCount){

int b = get_audio(frameCount * 2, pOutput);
get_audio(frameCount * 2, pOutput);
//if (0 < b && b < frameCount) printf("ph: Buffer underrun\n");
}

Expand Down

0 comments on commit cb74ab5

Please sign in to comment.