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

MPD doesn't play DTS WAV files correctly #2158

Open
dragonman225 opened this issue Dec 5, 2024 · 0 comments
Open

MPD doesn't play DTS WAV files correctly #2158

dragonman225 opened this issue Dec 5, 2024 · 0 comments

Comments

@dragonman225
Copy link

dragonman225 commented Dec 5, 2024

Bug report

Describe the bug

When playing a DTS WAV file, I heard noise instead of music.

Running ffprobe on the file, I got:

Input #0, wav, from 'music.wav':
  Duration: 00:03:36.90, bitrate: 1411 kb/s
  Stream #0:0: Audio: dts (dca) (DTS-ES) ([1][0][0][0] / 0x0001), 44100 Hz, 6.1, fltp, 1411 kb/s

By the way, mpv can play the file correctly.

Expected Behavior

I can hear music when playing a DTS WAV file.

Actual Behavior

I hear noise when playing a DTS WAV file.

Version

0.23.15

Configuration

music_directory		"~/Music"
playlist_directory	"~/.mpd/playlists"
db_file			"~/.mpd/database"
state_file		"~/.mpd/state"
input {
        plugin "curl"
}
audio_output {
	type		"pipewire"
	name		"PipeWire"
}

Log

Dec 06 01:31 : client: [3] process command "play 11"
Dec 06 01:31 : playlist: play 11:"music.wav"
Dec 06 01:31 : decoder_thread: probing plugin sndfile
Dec 06 01:31 : decoder: audio_format=44100:16:2, seekable=true
Dec 06 01:31 : client: [3] command returned 0
Dec 06 01:31 : output: opened "PipeWire" (pipewire) audio_format=44100:16:2
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

1 participant