Boost your volume: add a preamp to Retrovol

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
slenkar
Posts: 228
Joined: Sat 11 Jul 2009, 01:26

Boost your volume: add a preamp to Retrovol

#1 Post by slenkar »

create /etc/asound.conf
and paste this:
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}
pcm.!default {
type plug
slave.pcm "softvol"
}
pcm.softvol {
type softvol
slave {
pcm "dmix"
}
control {
name "Pre-Amp"
card 0
}
min_dB -30.0
max_dB 30.0
resolution 6
}
You have to restart the computer to see any effect.
Then you get PreAmp in retrovol

BJF
Posts: 262
Joined: Tue 25 Mar 2008, 02:23
Location: Lower Hutt, New Zealand

#2 Post by BJF »

Sorry, but adds nothing in Saluki Full on an EeePC.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#3 Post by Flash »

I thought "Line boost" and "Mike boost" were pre-amps, in effect.

slenkar
Posts: 228
Joined: Sat 11 Jul 2009, 01:26

#4 Post by slenkar »

I tested it in precise, so not sure about others.

Yes the PreAmp really does boost the sound past all the other mixers, but the louder you go the more distortion you get so its a trade off.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#5 Post by bigpup »

For some reason, I had to reboot several times to get the preamp to show up in Retrovol.
Several different Puppies I have used this in.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
Mike Walsh
Posts: 6351
Joined: Sat 28 Jun 2014, 12:42
Location: King's Lynn, UK.

#6 Post by Mike Walsh »

What about if you already have an existing asound.conf in /etc.....with totally different contents?

Do you simply add this underneath, or what?


Mike. :?

dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

#7 Post by dancytron »

Mike Walsh wrote:What about if you already have an existing asound.conf in /etc.....with totally different contents?

Do you simply add this underneath, or what?


Mike. :?
Don't know, but this page is what I used to set it up, it might have some more info.

https://alien.slackbook.org/blog/adding ... nd-levels/

User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

#8 Post by rufwoof »

Try also mixing it up with dmixer and equaliser !!! Tried, failed.
Attachments
s.png
(57.86 KiB) Downloaded 374 times
[size=75]( ͡° ͜ʖ ͡°) :wq[/size]
[url=http://murga-linux.com/puppy/viewtopic.php?p=1028256#1028256][size=75]Fatdog multi-session usb[/url][/size]
[size=75][url=https://hashbang.sh]echo url|sed -e 's/^/(c/' -e 's/$/ hashbang.sh)/'|sh[/url][/size]

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

#9 Post by zagreb999 »

install smplayer,
under preferencies,
audio you can increase
volume -sound
as you wish...

Post Reply