[OSS]Geluid zachter na laden script :?

Pagina: 1
Acties:

  • LollieStick
  • Registratie: Juni 2001
  • Laatst online: 28-02 12:09
Ik heb de drivers van emu10k1 van de sourceforge site geplukt en nu zit ik meth et probleem dat het geluid een stuk zachter wordt nadat ik het script audigy-script heb gestart zodat ik de mogelijkheid krijg bass/treble aan te passen. Ik heb al op diverse plaatsen gezocht, maar kan het nergens vinden.

Volume regeling doe ik software matig. Zoals ik het nu heb, is het in Windows goed, maar moet ik voor Linux de hardware volumeregeling (op de speakers dus) aanpassen. Iemand dit ook (gehad) en er misschien een oplossing voor? Maakt niet uit hoe hoog ik het softwarematige volume zet. De verhouding is gewoon veel kleiner geworden.

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 13:11

deadinspace

The what goes where now?

Wat doet dat audigy-script zoal?

  • Attilla
  • Registratie: Februari 2001
  • Laatst online: 23-06-2021
deadinspace schreef op 21 December 2002 @ 23:25:
Wat doet dat audigy-script zoal?
LinuxUser schreef op 21 December 2002 @ 20:41:
Ik heb de drivers van emu10k1 van de sourceforge site geplukt en nu zit ik meth et probleem dat het geluid een stuk zachter wordt nadat ik het script audigy-script heb gestart zodat ik de mogelijkheid krijg bass/treble aan te passen.
:P

  • MikeN
  • Registratie: April 2001
  • Laatst online: 20:05
deadinspace schreef op 21 December 2002 @ 23:25:
Wat doet dat audigy-script zoal?
Ik gok op http://basic-rip.co.uk/tenpin/audigy-script
2e hit bij google ofzo :P

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 13:11

deadinspace

The what goes where now?


Dat bedoelde ik niet ;)

Hmmja, ik heb dat script even vlug doorgekeken, en die doet oa. wat dingen met aumix... Misschien zet hij PCM zachter ofzo?

Topicstarter: kijk eens met aumix of er interessante channels te zacht staan (en zo ja, of die harder zetten helpt)...

  • LollieStick
  • Registratie: Juni 2001
  • Laatst online: 28-02 12:09
Dat heb ik al gedaan, alles staat nu volledig open, maar het geluid is nog 75% zachter als zonder script/windows.

[ Voor 5% gewijzigd door LollieStick op 28-12-2002 20:44 ]


  • LollieStick
  • Registratie: Juni 2001
  • Laatst online: 28-02 12:09
*kick*

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 13:11

deadinspace

The what goes where now?

Hmm, dat script doet ook van alles met /usr/local/bin/emu-dspmgr en /usr/local/bin/emu-config...
Zet anders eens "set -v" ergens bovenaan in het script, en voer het dan nog eens uit, dan krijg je te zien wat hij precies aanroept.

  • LollieStick
  • Registratie: Juni 2001
  • Laatst online: 28-02 12:09
Ik heb momenteel een andere schijf aan mijn bak hangen dus kan er even niet bij. Ben een server aan het inrichten, maar op een 486 gentoo compileren zie ik ook niet zitten ;)

  • LollieStick
  • Registratie: Juni 2001
  • Laatst online: 28-02 12:09
Heb dit uitgevoerd onder een SU'tje. Ik kan er niet echt een worst van maken. Misschien datt iemand het hier weet, want vooralsnog is het erg vervelend voor elk OS het geluid in te stellen.
root@zolder-2000 etc # ./audigy-script
#
# audigy-script -- A setup script
#
# Author: Daniel Bertrand
# Last Update: February, 2002
# Version: 0.1
#
# Description:
# -----------
# You can use this script to automatically configure the card
# on module load
#
# To do so, add the following line to your module.config (or conf.module) file
# (and remove the leading '#'):
#
# post-install emu10k1 /usr/local/etc/emu-script
#
# if you want to save mixer levels, you can use the following:
#
# post-install emu10k1 /usr/local/etc/emu-script restore
# pre-remove emu10k1 /usr/local/etc/emu-script save
#
# configuration is done in the file 'emu10k1.conf'
#
# Requirements:
# ------------
# This script needs the following to be installed:
#
# -the emu10k1 tools:
# emu-config, emu-dspmgr and the dsp .bin files
# -aumix (installed by default on many Linux distros)
#
#
# Optional argument processing:
# This script takes arguments which can override the settings in the
# config file. The following flags are supported:
#
# -d [yes|no] use the digital output
# -t [yes|no] enable the tone controls
# -3 [yes|no] enable ac3 passthrough
# -i [yes|no] enable livedrive ir
# -r [yes|no] invert rear channels
# -m [yes|no] enable multichannel mode
# -s [yes|no] route all multichannel signals to sub
# -b [yes|no] enable the 12dB front analog boost
#
# I don't include command line switches for enabling the various inputs
# or selecting if the card is 5.1 since I can't see being able to set or
# unset these on the fly being particularly useful.

# Default location of programs:
BASE_PATH=/usr/local
DSPPATH=$BASE_PATH/share/emu10k1


#
# To use something other than /dev/dsp
# example "-D /dev/dsp1"
DSPDEV=""

# To use something other than /dev/dsp
# example "-M /dev/mixer1"
MIXERDEV=""

DSPMGR=$BASE_PATH/bin/emu-dspmgr $DSPDEV $MIXERDEV

CONFIG=$BASE_PATH/bin/emu-config $DSPDEV $MIXERDEV

DRIVER_VERSION=` $DSPMGR -q`
$DSPMGR -q

SAVEARGS="$@"

load(){

# Source configurations
. $BASE_PATH/etc/emu10k1.conf

# Pick up any command line overrides
while getopts d:t:i:r:m:s:b: OPT $SAVEARGS; do
case "$OPT" in
d)
USE_DIGITAL_OUTPUT=$OPTARG
;;
t)
ENABLE_TONE_CONTROL=$OPTARG
;;
3)
AC3PASSTHROUGH=$OPTARG
;;
i)
ENABLE_LIVEDRIVE_IR=$OPTARG
;;
r)
INVERT_REAR=$OPTARG
;;
m)
MULTICHANNEL=$OPTARG
;;
s)
ROUTE_ALL_TO_SUB=$OPTARG
;;
*)
exit 1
;;
esac
shift 2
done

#set some variables
if [ "$USE_DIGITAL_OUTPUT" = yes ]; then
FRONT="Dig Front"
CENTER="Dig Center"
SUB="Dig LFE"
REAR="Dig rear"
CTR_SUB="Dig ctr/sub"
else
FRONT="Front"
CENTER="Center"
SUB="sub"
REAR="rear"
CTR_SUB="ctr/sub"
fi

## functions to enable a inputs and volume controls
enable_input(){
INPUT=$@
$DSPMGR -a"$INPUT:$FRONT" -a"$INPUT:$REAR" -a"$INPUT:Headphones"
}
enable_volume(){
INPUT=$1
VOLUME=$2

$DSPMGR -p"$VOLUME Vol" -l"$INPUT" -f$DSPPATH/vol_2.bin -c"Vol_L" -m"${VOLUME}_l" -c"Vol_R" -m"${VOLUME}_r"
}

enable_with_vol(){
INPUT=$1
VOLUME=$2

$DSPMGR -a"$INPUT:$FRONT" -a"$INPUT:$REAR" -a"$INPUT:Headphones"
$DSPMGR -p"$VOLUME Vol" -l"$INPUT" -f$DSPPATH/vol_2.bin -c"Vol_L" -m"${VOLUME}_l" -c"Vol_R" -m"${VOLUME}_r"
}
#Start by clearing everything and stopping the FX8010
$DSPMGR -x -z


# Enable inputs (route them to the outputs) and volume controls

# pcm can be up to 6 channels


$DSPMGR -a"pcm:$FRONT" -a"pcm rear:$REAR" -a"pcm:headphones" -a"pcm:headphones" -a"pcm ctr/sub:$CTR_SUB"
$DSPMGR -l"pcm" -l"pcm rear" -l"pcm ctr/sub" -f$DSPPATH/vol_pcm.bin -c"Vol_L" -m"pcm_l" -c"Vol_R" -m"pcm_r"


# other inputs are only stereo

if [ "$ENABLE_CD_Spdif" = yes ]; then
enable_with_vol "CD-Spdif" "dig1"
fi

if [ "$ENABLE_OPTICAL_SPDIF" = yes ]; then
enable_with_vol "Opt. Spdif" "dig2"
fi
if [ "$ENABLE_LINE2_MIC2" = yes ]; then
enable_with_vol "Line2/Mic2" "line2"
fi
if [ "$ENABLE_RCA_SPDIF" = yes ]; then
enable_with_vol "RCA Spdif" "dig3"
fi
if [ "$ENABLE_RCA_AUX" = yes ]; then
enable_with_vol "RCA Aux2" "line3"
fi


# Analog-in is already routed to the analog front output
# So we route it only to the remaining outputs

$DSPMGR -a"analog:$REAR" -a"analog:Headphones"
if [ "$USE_DIGITAL_OUTPUT" = yes ]; then
$DSPMGR -a"analog:dig front"
fi

# We record analog inputs by default.
$DSPMGR -a"analog:recording"

#Output volume controls:
enable_volume "$FRONT" "vol"
enable_volume "$REAR" "ogain"


if [ "$ENABLE_TONE_CONTROL" = yes ] ; then

TONE=tone.bin

$DSPMGR -l"$FRONT L" -f$DSPPATH/$TONE -cbass -mbass -ctreble -mtreble
#The next 3 'inherit' the oss control of the above line:
$DSPMGR -l"$FRONT R" -f$DSPPATH/$TONE
$DSPMGR -l"$REAR R" -f$DSPPATH/$TONE
$DSPMGR -l"$REAR L" -f$DSPPATH/$TONE
# $DSPMGR -l"$CENTER" -f$DSPPATH/$TONE

/usr/bin/aumix -t 75
/usr/bin/aumix -b 50
fi


# Need to toggle third output into digital mode

if [ "$CARD_IS_5_1" = yes ] ; then
if [ "$USE_DIGITAL_OUTPUT" = yes ] ; then
$CONFIG -d
else
$CONFIG -a
fi
fi

# See if we should enable IR

if [ "$ENABLE_LIVEDRIVE_IR" = yes ] ; then
$CONFIG -i
fi

# for digital output we can do ac3passthrough
# this patch must be last in the signal chain
if [ "$USE_DIGITAL_OUTPUT" = yes ]; then
if [ "$AC3PASSTHROUGH" = yes ] ; then
$DSPMGR -l"dig front" -F"$DSPPATH/ac3pass-audigy.bin"
fi
fi


# Restart the FX8010
$DSPMGR -y

}

case "$1" in

restore | restart)
load
# restore mixer settings
/bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
;;
save | stop)
# save mixer settings
/bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
;;
*)
load
esac
##
## This file is used to configure emu10k1's emu-script
##

CARD_IS_5_1=no
USE_DIGITAL_OUTPUT=no
ENABLE_TONE_CONTROL=yes

# Note, it's safe to say yes to the next option even if you're not going
# to use it. When this option is enabled, the driver can autodetects AC3
# data and behaves normally with normal audio.
# (Saying yes causes some of the soundcard's resourses to be used up)
AC3PASSTHROUGH=no

# Change this to yes to enable the Livedrive midi port and IR remote
# control.
ENABLE_LIVEDRIVE_IR=no

# Most Lives have their analog front signals inverted. If you have
# problems with your setup (low bass), try changing this to 'yes'. (This
# option has no effect with digital setups)
INVERT_REAR=no

#Multichannel playback (for 4 - 6 channel setups)
MULTICHANNEL=yes

# On 5.1 cards in multichannel mode, should the multichannel data be fed
# to the sub as well? You probably don't want this if you have a
# speaker set like the DTT2200 which already feeds all channels to the
# sub in hardware.
ROUTE_ALL_TO_SUB=no

# By default, the front analog channels have a +12dB boost applied to
# them by the AC'97 mixer. If you encounter clipping, or find that the
# volume of the front speakers is too high in a multichannel setup, try
# changing this to 'no'.
ANALOG_FRONT_BOOST=no


# Surround
##################

# Some wavs, or mp3 are surround sound encoded the next two
# options can be used to decode these in hardware.
# (select on or the other, not both)

# passive matrix surround decoder
SURROUND=no

# Active matrix surround decoder
PROLOGIC=yes


# Extra Inputs
#################

## This connector is mounted on the card itself
ENABLE_CD_Spdif=yes # Volume control is 'Digital1' in aumix/gmix/kmix

# The next four inputs are found on Livedrives, some of these may also
# be inputs on the older add-on daughter cards.

ENABLE_OPTICAL_SPDIF=no # Volume control is 'Digital2'
ENABLE_LINE2_MIC2=no # Volume control is 'Line2'
ENABLE_RCA_SPDIF=no # Volume control is 'Digital3'
ENABLE_RCA_AUX=no # Volume control is 'line3'

root@zolder-2000 etc #

[ Voor 9% gewijzigd door LollieStick op 28-12-2002 14:17 ]


  • DAMAGE
  • Registratie: December 2001
  • Laatst online: 17-04 21:40

DAMAGE

a.k.a. Rice_NL

omdat je nu zelf je bass en trebble moet beheren zal het script het minder hard laten horen, gooi de bass en de trebble maar om hoog dan klinkt het weer het zelfde...

Lian Li O11 Dynamic EVO | Corsair HX1500i | Intel i9 13900K | ASUS Maximus HERO Z790 | 32GB GSkill Trident Z5 7200 DDR5 | Samsung 980 Pro 2TB | RTX 4080 | Simucube 2 Pro wheel


  • LollieStick
  • Registratie: Juni 2001
  • Laatst online: 28-02 12:09
Of mijn ouder zo blij zijn met het doordreunen van het geluid, denk het niet :+

Plus het feit dat ik in spellen of een goede mp3 last krijg van vervorming.

[ Voor 34% gewijzigd door LollieStick op 29-12-2002 14:08 ]


  • LollieStick
  • Registratie: Juni 2001
  • Laatst online: 28-02 12:09
* LollieStick schopt hem nog maar een keer omhoog.
Ben er nog even mee bezig geweest, maar er komt geen verbetering in.

[ Voor 55% gewijzigd door LollieStick op 03-01-2003 14:01 ]


  • JaQ
  • Registratie: Juni 2001
  • Laatst online: 20:20

JaQ

je zou kunnen proberen alsa te gebruiken. Met de alsamixer kan je ook trebble en bass instellen (en surround).

Egoist: A person of low taste, more interested in themselves than in me


  • LollieStick
  • Registratie: Juni 2001
  • Laatst online: 28-02 12:09
Mja... met alsa moet ik heel erg op de volumes letten want anders kraakt het als de tering. Met OSS heb ik daar geen last van gehad. Ik probeer het in ieder geval wel even :)

  • LollieStick
  • Registratie: Juni 2001
  • Laatst online: 28-02 12:09
Ik heb nu de ALSA drivers ge-emerged. Echter heb ik nu wel harder geluid, maar geen bass en treble regelingen en alsamixer/alsamix of iets wat met alsa begint bestaat niet. Iemand nog?

* LollieStick begint beetje gestressed van te worden ;)

Overigens, het geluid is met de alsa drivers slechter als met de emu10k1 drivers van sourceforge. Als ik de mixer volledig open zet, kraakt het geluid van vervorming. Dat heb ik niet als ik met de emu10k1 de mixer vol open zet (ook zonder laden van het script).

Iemand?

[ Voor 39% gewijzigd door LollieStick op 04-01-2003 01:49 ]


  • JaQ
  • Registratie: Juni 2001
  • Laatst online: 20:20

JaQ

ik ga er vanuit dat je ook de alsa-utils hebt ge-emerged? pas dan heb je alsamixer...

Egoist: A person of low taste, more interested in themselves than in me

Pagina: 1