You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received the error message "Playing HLOTEST.WAVDVOLUME must be set to non-zero in WaveHC.h" I had to go into the WaveHC.h file and change the #define DVOLUME 0 to #define DVOLUME 1
The text was updated successfully, but these errors were encountered:
Set software volume back on by default in WaveHC.h with DVOLUME=1
Replace fatal message when DVOLUME=0 in WaveHC.h with warning in play().
Add some documentation around using software volume.
Added some gratuitous comment changes as I was understanding the code.
Updated SoftVolumeHC example with shorter delay for smaller clips.
I received the error message "Playing HLOTEST.WAVDVOLUME must be set to non-zero in WaveHC.h" I had to go into the WaveHC.h file and change the #define DVOLUME 0 to #define DVOLUME 1
The text was updated successfully, but these errors were encountered: