Skip to content

Commit

Permalink
nope, doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Mar 3, 2024
1 parent 11d88cf commit 41cee68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/cpp/FileWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ buffer_t *FileWriter::current_buffer;
buffer_t *FileWriter::bg_buffer;
int FileWriter::num_channels = 1 ;
int FileWriter::block_size = 384 ;
float FileWriter::min_buffer_time = -1.0f,
FileWriter::max_buffer_time = 2.0f ;
float FileWriter::min_buffer_time = 1.0f,
FileWriter::max_buffer_time = 100.0f ;
int FileWriter::jack_samplerate ;
int FileWriter::buffer_size_in_bytes;
bool FileWriter::ready = false ;
Expand Down

0 comments on commit 41cee68

Please sign in to comment.