ahodesuka / ahoviewer

A GTK image viewer, manga reader, and booru browser
MIT License
479 stars 30 forks source link

No audio output for video files. #132

Closed Jaspix closed 2 years ago

Jaspix commented 2 years ago

Whenever a video is playing there is no audio output. Tested gstreamer audio output and seems to be doing well. I have installed it through AUR btw.

ahodesuka commented 2 years ago

By default the audiosink is set to fakesink which won't output any audio. In the config file ~/.config/ahoviewer/ahoviewer.cfg you need to add the following line AudioSink = "autoaudiosink";. This should fix your problem.

Once I finish working on #120, sound should be enabled by default and there'll be a volume adjust widget.