Skip to content

Commit

Permalink
Example dapch code does not work with DVOLUME=0
Browse files Browse the repository at this point in the history
  • Loading branch information
remisarrailh authored Jun 14, 2022
1 parent ae00565 commit ccb4fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WaveHC.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Must be set after call to WaveHC::create().
* Decreases MAX_CLOCK_RATE to 22050.
*/
#define DVOLUME 0
#define DVOLUME 1
/**
* Set behavior for files that exceed MAX_CLOCK_RATE or MAX_BYTE_RATE.
* If RATE_ERROR_LEVEL = 2, rate too high errors are fatal.
Expand Down

0 comments on commit ccb4fe5

Please sign in to comment.