Migration from rasbperry to virtual machine cause noise to appear #2346
Replies: 3 comments 3 replies
-
|
Your MPD version is too old and unsupported. |
Beta Was this translation helpful? Give feedback.
-
Can you be more specific, try to describe this noise so that others can imagine what might be causing it? I would start by testing the system audio layers on the vm. Have you used any other applications to play CD recordings on this vm? Try You should hear a pure tone first from the left speaker, then from the right, repeating until you press ctrl-C. Does that sound "noisy" ? Try with |
Beta Was this translation helpful? Give feedback.
-
|
Mhh.. The sound is perturbed as when you have bad connectors, not a "white" sound. Trying your proposed tests:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a perfectly working installation of mpd on a Pi4 running Debian 12.11. I want to migrate it on a virtual machine. The vm runs on an ARM 64 and is also a Debian 12.11. The DAC, usb connected, is the same (Burr-Brown). For high quality .flac files (24 bits 96khz) and internet radio (16bits 48khz) everything is perfect. BUT for .flac files with the "CD" quality (16bits, 44khz) the sound is noisy.
Configuration of mpd is the same on the vm and on the Pi. I have look to many posts on the net, none gave me an answer.
music_directory "/usr/local/Musique"
playlist_directory "/var/lib/mpd/playlists"
db_file "/var/lib/mpd/tag_cache"
state_file "/var/lib/mpd/state"
sticker_file "/var/lib/mpd/sticker.sql"
log_file "/var/log/mpd/mpd.log"
log_level "verbose"
input {
plugin "curl"
proxy "proxy.isp.com:8080"
proxy_user "user"
proxy_password "password"
}
decoder {
plugin "hybrid_dsd"
enabled "no"
gapless "no"
}
decoder {
plugin "wildmidi"
enabled "no"
#config_file "/etc/timidity/timidity.cfg"
}
audio_output {
type "alsa"
name "My ALSA Device"
device "hw:0,0" # optional
mixer_type "hardware" # optional
mixer_device "default" # optional
mixer_control "PCM" # optional
mixer_index "0" # optional
}
replaygain "off"
filesystem_charset "UTF-8"
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions