07-15-2021, 01:14 AM
When I start or stop playing any audio on my PBP, there will always be a crackling noise before and after, loud enough to make me worry about my external speaker system!
Finally I found a workaround to prevent this: I just continually play a sound file at zero volume in the background, that keeps the audio output active and the cracks are gone!
I use this command:
mpv --volume=0 --loop /path/to/audio/file.mp3
I thought some people might be interested in this workaround and use it as well.
Yes, this is far from a perfect solution, but for me it works so far and maybe one day an update will solve the issue :-)
Finally I found a workaround to prevent this: I just continually play a sound file at zero volume in the background, that keeps the audio output active and the cracks are gone!
I use this command:
mpv --volume=0 --loop /path/to/audio/file.mp3
I thought some people might be interested in this workaround and use it as well.
Yes, this is far from a perfect solution, but for me it works so far and maybe one day an update will solve the issue :-)