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

Music sounds weird on Linux #7769

Closed
SJang1 opened this issue Oct 14, 2019 · 2 comments
Closed

Music sounds weird on Linux #7769

SJang1 opened this issue Oct 14, 2019 · 2 comments

Comments

@SJang1
Copy link

SJang1 commented Oct 14, 2019

Version of OpenTTD

OpenTTD Master branch commit ac21118

Expected result

Music & Sounds all comes out correctly.

Actual result

Effects / ...etc all are correct, but music is weird.
I am using OpenMSX as a music, OpenSFX as effect sounds.

Before(using SDL1, release ~1.9.3) music didn't came out and seemed all skipped like this
image
this is fixed at commit 2d27e8e and having this problem.

Steps to reproduce

On Fedora 31, happened even on Ubuntu 18.04 LTS.

  1. git clone
  2. ./configure
  3. make & put OpenMSX(for me) on baseset
  4. run openttd & play music.

It happens even on main page.

@SJang1 SJang1 changed the title Music sounds weird Music sounds weird on Linux Oct 14, 2019
@Eddi-z
Copy link
Contributor

Eddi-z commented Oct 14, 2019

That commit has nothing to do with music drivers ("sound" and "music" are different things in OpenTTD)

openttd -h should list the available music drivers, and usually it will default to using the "extmidi" driver to access timidity, however you should also have support for the "fluidsynth" driver.

@SJang1
Copy link
Author

SJang1 commented Oct 14, 2019

using "fluidsynth" is also weird. (better than others, but weird on some of its.)
I have found out that using "extmidi" made all musics skipped. Looks like I was using "allegro" from SDL2.
image

@SJang1 SJang1 closed this as completed Oct 14, 2019
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

No branches or pull requests

2 participants