mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Don't mute hardware while replaying.
This commit is contained in:
parent
960cd27ab5
commit
54f92e67fc
@ -316,7 +316,7 @@ int PlayAudio(const uint8_t * data, int size,
|
|||||||
void Mute(void)
|
void Mute(void)
|
||||||
{
|
{
|
||||||
SkipAudio = 1;
|
SkipAudio = 1;
|
||||||
AudioSetVolume(0);
|
//AudioSetVolume(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user