You are not logged in.

#1 2005-09-18 21:31:34

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

mpd=great.......BUT

it is running too fast, my music sounds too high, sound is perfect on any other player...

I like the simplicity of mpd and the fact I can change sessions and not loose what I'm listening, BUT it dont sound right ,too high ,too fast.

here is the config file any ideas.


# MPD CONFIG FILE
# For a full description of all config parameters,
# Check the mpd man page, "man mpd".

##################### REQUIRED ###########################
port             "6600"
music_directory     "/home/mike/music"
playlist_directory     "~/.mpd/playlists"
log_file         "~/.mpd/mpd.log"
error_file         "~/.mpd/mpd.error"
##########################################################

##########################################################
# EVERYTHING ELSE IS OPTIONAL
##########################################################

################# FILESYSTEM SETTINGS ####################
#
# If the names of files or directories are
# not correctly displayed then set the
# following to the filesystem coding.
#
#    Usually this is either:
#    ISO-8859-1 or UTF-8
#
# After changing the filesystem_charset
# you will need to recreate the db:
#    mpd --create-db
#
filesystem_charset "UTF-8"
#
##########################################################

#################### OPTIONAL FILES ######################
#
# Location of DB file
#
db_file        "~/.mpd/mpd.db"
#
# The state file (if set) will be a file
# for storing all current information
# (playlist, playing/paused, etc...) from
# the last MPD session. This will be used
# to recreate your last MPD session after
# restart.
#
state_file        "~/.mpd/mpdstate"
#
##########################################################


################### VOLUME MIXER #########################
#
# Examples:
# ALSA Mixer
mixer_type        "alsa"
mixer_device        "default"
mixer_control        "Master"
#
# OSS Mixer
#mixer_type        "oss"
#mixer_device         "/dev/mixer"
#mixer_control        "PCM"
#
# Software Mixer
mixer_type        "software"
#
##########################################################


################## AUDIO OUTPUT ##########################
#
# OSS Audio Output
#ao_driver         "oss"
#ao_driver_options     "dsp=/dev/dsp"
#
# ALSA Audio Output
ao_driver        "alsa09"
ao_driver_options    "dev=hw:0,0"
#
# Set this if you have problems
# playing audio files.
# This will resample your music so
# that it comes out at the set rate.
#
#audio_output_format    "44100:16:2"
#
# You should not need mess with
# this value unless you know
# what you're doing.
#
#audio_write_size    "1024"
#
##########################################################

################# REPLAYGAIN #############################
#
# Use Replay Gain (album or title)
#    http://www.replaygain.org
#
#replaygain        "album"
#
# Sets the pre-amp used for files that have replaygain
# info.  Valid values are between -15 to 15 (in dB).
#
#replaygain_preamp    "0"
#
##########################################################


################ OUTPUT BUFFER SETTINGS ##################
#
# You should not need to mess with this
# unless you know what you're doing.
#
#audio_buffer_size    "2048"
#
# This means exactly what it says, it will
# buffer your file up to the percentage of
# the buffer before it begins playing.
#
#buffer_before_play     "25%"
#
##########################################################


################### HTTP PROXY ###########################
#
# http_proxy_host    "proxy.isp.com"
# http_proxy_port    "8080"
# http_proxy_user    "user"
# http_proxy_password    "password"
#
##########################################################


################# SECURITY SETTINGS ######################
#
# It is encouraged to run MPD as
# non-superuser.  If you start mpd as root
# (for example, in an init script), set
# this value, then  mpd will drop root priveleges
# and runs as the user specified.
#
user         "mike"
#
# Set this value if you only have one
# address you want to allow connection to.
#
bind_to_address     "localhost"
#
# If you want to setup MPD to use
# passwords set them here
#
#password         "password1@read,add,control,admin"
#password         "password2@read"
#
# Specify permissions used by default when no password is
# given by for a connection/client.
#
default_permissions    "read,add,control,admin"
#
##########################################


################ MISCELLANEOUS OPTIONS ###################
#
# This setting exists as precaution against attacks.
#
#max_playlist_length     "16384"
#
# Valid options are "default", "secure" or "verbose".
#log_level        "default"
#
#connection_timeout     "60"
#
# This should be fine for 2-3 people using clients
# at the same time.
#
#max_connections     "5"
#
# No need to change these unless you know better.
#
#max_command_list_size     "2048"
#max_output_buffer_size "2048"
#
# This will make playlists compatible with normal music
# players.
#
#save_absolute_paths_in_playlists "no"
#
##########################################################

Offline

#2 2005-09-18 21:46:36

paranoos
Member
From: thornhill.on.ca
Registered: 2004-07-22
Posts: 442

Re: mpd=great.......BUT

this generally has to do with setting the audio_output_format, but it's commented out in your configuration. are all tracks affected? do you have any 48khz tracks?

best to search the mpd forums for this.

Offline

#3 2005-09-18 22:09:32

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: mpd=great.......BUT

nah all bitrates fail.. thanks I'l go try their forums


update this is needed for any card that  uses ac97 intel(again)

# Set this if you have problems
# playing audio files.
# This will resample your music so
# that it comes out at the set rate.
#
#audio_output_format "44100:16:2"
#
  now reads audio_output_format"48000:16:2"

needed for this family of cards..

Offline

#4 2005-09-18 23:23:04

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: mpd=great.......BUT

Use OSS output. MPD just does this with some soundcards.

Offline

#5 2005-09-18 23:41:04

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: mpd=great.......BUT

Gullible Jones wrote:

Use OSS output. MPD just does this with some soundcards.

its fixed just needed to amend the config as i put in


**now reads audio_output_format"48000:16:2"**

now alsa quality, no oss crackle!!

Offline

#6 2005-09-19 03:15:31

keevn7
Member
From: Lancaster, OH, US
Registered: 2005-06-09
Posts: 206
Website

Re: mpd=great.......BUT

I use my onboard nVIDIA SoundStorm with the binary drivers from nVIDIA which are OSS, and I get Dolby Digital and no crackling. I have gotten the crackling before, but OSS does not mean crackly. tongue

Offline

#7 2005-09-19 03:30:50

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: mpd=great.......BUT

OSS-nonfree maybe. OSS-free is as good as broken, last I checked.

Offline

#8 2005-09-19 04:04:36

keevn7
Member
From: Lancaster, OH, US
Registered: 2005-06-09
Posts: 206
Website

Re: mpd=great.......BUT

Gullible Jones wrote:

OSS-nonfree maybe. OSS-free is as good as broken, last I checked.

Oh, I never said that all of OSS was issue-free.

Offline

#9 2005-09-19 11:02:20

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: mpd=great.......BUT

keevn7 wrote:

I use my onboard nVIDIA SoundStorm with the binary drivers from nVIDIA which are OSS, and I get Dolby Digital and no crackling. I have gotten the crackling before, but OSS does not mean crackly. tongue

wasn't dissing oss ,and I am sure there are set ups  that it works on and works well.

mine aint one of them, but alsa now supports the card quite well

i was not implying that all oss drivers crackle, just the one's needed by my systemx

Offline

#10 2005-09-19 17:10:46

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: mpd=great.......BUT

mpie wrote:

#audio_output_format "44100:16:2"
#
  now reads audio_output_format"48000:16:2"

needed for this family of cards..

I had to do that for mine (onboard intel 8x0, laptop).

Offline

Board footer

Powered by FluxBB