You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
When playing a DTS WAV file, I heard noise instead of music.
Running
ffprobe
on the file, I got: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
Log
The text was updated successfully, but these errors were encountered: