Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sukumo28 committed Jul 15, 2020
1 parent ac2784d commit fefe759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/analysis_synthesis/analysis.cpp
Expand Up @@ -328,7 +328,7 @@ int main(int argc, char *argv[])
out_spectrogram.write(reinterpret_cast<const char*>(&world_parameters.fs),
std::streamsize( sizeof(world_parameters.fs) ) );

// write the sampling frequency
// write the frame period
out_spectrogram.write(reinterpret_cast<const char*>(&world_parameters.frame_period),
std::streamsize( sizeof(world_parameters.frame_period) ) );

Expand Down

0 comments on commit fefe759

Please sign in to comment.