Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No sound on Linux ... and how to fix it. #38

Closed
louis-barman opened this issue Mar 5, 2021 · 1 comment
Closed

No sound on Linux ... and how to fix it. #38

louis-barman opened this issue Mar 5, 2021 · 1 comment

Comments

@louis-barman
Copy link

I am running Ubuntu 20.04.2 LTS and there is no sound when using fluidsynth on a fresh install.

I fixed this by editing fluidsynthplayer.py line 16 which I changed from self.fs.start() to self.fs.start('pulseaudio')

This is obviously not the correct solution for other OS's but it worked for me as no default output driver was being set. I am not sure where the default output driver should be set.

By the way the prefered audio driver on Ubuntu should be pulseaudio rather than alsa because if alsa is used it locks the sound output and then no other apps can use the sound output.

I hope that is useful to others who have the same problem.

@jwdj
Copy link
Owner

jwdj commented Sep 2, 2021

The default sound driver for FluidSynth is now pulseaudio if OS is Linux.

@jwdj jwdj closed this as completed Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants