Skip to content

Commit

Permalink
LockFreeFifo works
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Mar 6, 2024
1 parent 66d649f commit 692fccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/cpp/FileWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ int FileWriter::disk_write(float *data,size_t frames) {
// LOGD("[ringbuffer id] %d", getpid ());

// IN
if (frames == 0 ) {
return 0;
}
// if (frames == 0 ) {
// return 0;
// }

LOGD("disk write [%d] %d frames", disk_writes, frames);
disk_writes ++ ;
Expand Down

0 comments on commit 692fccf

Please sign in to comment.