Pomomo
Pomomo copied to clipboard
Sound Alerts Not Playing
The sound alerts are not currently playing while Pomomo is running. Multiple users on server having the same issue, can't see anything within server settings that would cause this issue. Thanks!
I got this erro. Command raised an exception: PermissionError: [Errno 13] Permission denied: '../sounds/ffmpeg.exe'
I think the programmer made it only for windows :/
Go to src/util/player.py
Change de line 21 to
source = PCMVolumeTransformer(FFmpegPCMAudio(path, executable='ffmpeg'), volume=0.1)
Make sure you have ffmpeg installed