diff --git a/softhddev.c b/softhddev.c index cebffcd..e900890 100644 --- a/softhddev.c +++ b/softhddev.c @@ -316,7 +316,7 @@ int PlayAudio(const uint8_t * data, int size, void Mute(void) { SkipAudio = 1; - AudioSetVolume(0); + //AudioSetVolume(0); } /**