Hi,

I think that the easiest solution is to use tags in the mp3 and use the
override parameter of the amplify operator as explained in here:
http://savonet.sourceforge.net/doc-1.0.1/replay_gain.html

If you do not want to put the tag directly in the files, you can use the
annotate protocol in your playlist to add the tag. So, to summarize, your
playlist would look something like:

annotate:replay_gain="0.5":AAA.MP3
annotate:replay_gain="0.8":BBB.MP3

and your script would look like

source = playlist("my_playlist")
source = amplify(1.,override="replay_gain",source)
output.icecast(source)

HTH!

++

Sam.

On Tue, Aug 14, 2012 at 12:28 PM, Numerizik Mailing Guillaume <
[email protected]> wrote:

> Hello Everybody,****
>
> ** **
>
> I’m searching about system in liquid to manage volume by each line of
> playlist.****
>
> ** **
>
> AAA.MP3 ;50****
>
> BBB.MP3 ;80****
>
> ** **
>
> Liquid play AAA with 50% volum and after BBB with 80%.****
>
> ** **
>
> Have you idea to do this ?****
>
> ** **
>
> Thanks !****
>
> ** **
>
> ** **
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to