Hi Romain Beauxis,


                In Playlist file we can have multiple lines, where in each line 
represents a song/file to be played. If I want to have different fade in and 
fade out which are song/file specific, in that case can manage it in the 
playlist itself. Is it possible to handle this. Please help out.







Sample Playlist File with different fade in and fade out for each file.



FileName with Path, Fadein Time, Fadeout Time

/home/lakshminp/songs/01-Julayi.mp3,01,03

/home/lakshminp/fillers/filler1.mp3,02,01

/home/lakshminp/songs/01-Mr.Perfect.mp3,03,04

/home/lakshminp/fillers/filler2.mp3,01,03

/home/lakshminp/songs/01-OolaOlala.mp3,02,04

/home/lakshminp/fillers/filler3.mp3,05,02

/home/lakshminp/songs/02-Chilipiga.mp3,04,08

/home/lakshminp/fillers/filler4.mp3,09,03

/home/lakshminp/songs/02-OMadhu.mp3,04,02

/home/lakshminp/fillers/filler5.mp3,01,08

/home/lakshminp/songs/02-Uppenantha.mp3,02,05









-----Original Message-----
From: [email protected] 
[mailto:[email protected]]
Sent: Tuesday, March 05, 2013 3:06 AM
To: [email protected]
Subject: Savonet-users Digest, Vol 78, Issue 3



Send Savonet-users mailing list submissions to

                
[email protected]<mailto:[email protected]>



To subscribe or unsubscribe via the World Wide Web, visit

                https://lists.sourceforge.net/lists/listinfo/savonet-users

or, via email, send a message with subject or body 'help' to

                
[email protected]<mailto:[email protected]>



You can reach the person managing the list at

                
[email protected]<mailto:[email protected]>



When replying, please edit your Subject line so it is more specific than "Re: 
Contents of Savonet-users digest..."





Today's Topics:



   1. Re: How to pass fade in fade out time in playlist file itself

      (Romain Beauxis)

   2. Opus stream (Dennis Heerema)

   3. Re: Opus stream (Romain Beauxis)

   4. Re: Opus stream (Dennis Heerema)

   5. Re: Opus stream (Dennis Heerema)

   6. Re: Opus stream (Romain Beauxis)

   7. Opus stream settings (Dennis Heerema)





----------------------------------------------------------------------



Message: 1

Date: Mon, 4 Mar 2013 14:11:47 -0600

From: Romain Beauxis <[email protected]<mailto:[email protected]>>

Subject: Re: [Savonet-users] How to pass fade in fade out time in

                playlist file itself

To: 
[email protected]<mailto:[email protected]>

Cc: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>

Message-ID:

                
<cabwz6otkdktnvi3paf+sg4adakvawj0lb6crkcsqpvvnrhh...@mail.gmail.com<mailto:cabwz6otkdktnvi3paf+sg4adakvawj0lb6crkcsqpvvnrhh...@mail.gmail.com>>

Content-Type: text/plain; charset=ISO-8859-1



Hi,



Sorry but I will need a little more description of your problem to be able to 
help you :-)



Romain



2013/2/26 Lakshmi Narasimha Prasad 
<[email protected]<mailto:[email protected]>>:

>

>

>

>

> Regards

>

> Prasad DLN

>

> Ex-2646 Mob:-9900250504

>

>

>

>

> ________________________________

>

> DISCLAIMER: The information in this message is confidential and may be

> legally privileged. It is intended solely for the addressee. Access to

> this message by anyone else is unauthorized. If you are not the

> intended recipient, any disclosure, copying, or distribution of the

> message, or any action or omission taken by you in reliance on it, is

> prohibited and may be unlawful. Please immediately contact the sender

> if you have received this message in error. Further, this e-mail may

> contain viruses and all reasonable precaution to minimize the risk

> arising there from is taken by OnMobile. OnMobile is not liable for

> any damage sustained by you as a result of any virus in this e-mail.

> All applicable virus checks should be carried out by you before opening this 
> e-mail or any attachment thereto.

> Thank you - OnMobile Global Limited.

>

> ----------------------------------------------------------------------

> -------- Everyone hates slow websites. So do we.

> Make your web apps faster with AppDynamics Download AppDynamics Lite

> for free today:

> http://p.sf.net/sfu/appdyn_d2d_feb

> _______________________________________________

> Savonet-users mailing list

> [email protected]<mailto:[email protected]>

> https://lists.sourceforge.net/lists/listinfo/savonet-users

>







------------------------------



Message: 2

Date: Mon, 04 Mar 2013 21:57:58 +0100

From: Dennis Heerema <[email protected]<mailto:[email protected]>>

Subject: [Savonet-users] Opus stream

To: 
"[email protected]<mailto:[email protected]>"

                
<[email protected]<mailto:[email protected]>>

Message-ID: <[email protected]<mailto:[email protected]>>

Content-Type: text/plain; charset="iso-8859-1"



Hello!

Downloaded liquidsoap-win32-1.1.0-beta2 from sourceforge.

I use liquidsoap to transcode a flac stream to different types of audio streams 
(ogg, mp3 and aacplus) and i wanted to add an opus stream to this,



When putting in the code as stated on the website: |frame_size|:

encoding frame size, in milliseconds. Must be one of: |2.5|, |5.|,

|10.|, |20.|, |40.| or |60.|.



I get en error stating the variable is not valid when running liquidsoap.



When i left this variable out of my code, the codec runs fine.



Kind regards,



Dennis

-------------- next part --------------

An HTML attachment was scrubbed...



------------------------------



Message: 3

Date: Mon, 4 Mar 2013 15:23:09 -0600

From: Romain Beauxis <[email protected]<mailto:[email protected]>>

Subject: Re: [Savonet-users] Opus stream

To: [email protected]<mailto:[email protected]>, 
[email protected]<mailto:[email protected]>

Message-ID:

                
<CABWZ6ORqjUu8KwQ=V+j=93x_cufpkqvbzbznlr6rudeavsg...@mail.gmail.com<mailto:CABWZ6ORqjUu8KwQ=V+j=93x_cufpkqvbzbznlr6rudeavsg...@mail.gmail.com>>

Content-Type: text/plain; charset=ISO-8859-1



2013/3/4 Dennis Heerema <[email protected]<mailto:[email protected]>>:

> Hello!



Hi Denis!



> Downloaded liquidsoap-win32-1.1.0-beta2 from sourceforge.

>

> I use liquidsoap to transcode a flac stream to different types of

> audio streams (ogg, mp3 and aacplus) and i wanted to add an opus

> stream to this,

>

> When putting in the code as stated on the website: frame_size:

> encoding frame size, in milliseconds. Must be one of: 2.5, 5., 10., 20., 40. 
> or 60..

>

> I get en error stating the variable is not valid when running liquidsoap.

>

> When i left this variable out of my code, the codec runs fine.



Quick question: do you write for instance 5 or 5. ? Notice the trailing dot 
(.). It is important in liquidsoap scripts as it makes the difference between a 
float and an integer when parsing the script...



Romain







------------------------------



Message: 4

Date: Mon, 04 Mar 2013 22:27:35 +0100

From: Dennis Heerema <[email protected]<mailto:[email protected]>>

Subject: Re: [Savonet-users] Opus stream

To: 
"[email protected]<mailto:[email protected]>"

                
<[email protected]<mailto:[email protected]>>

Message-ID: <[email protected]<mailto:[email protected]>>

Content-Type: text/plain; charset="iso-8859-1"



Op 4-3-2013 21:57, Dennis Heerema schreef:

> Hello!

> Downloaded liquidsoap-win32-1.1.0-beta2 from sourceforge.

> I use liquidsoap to transcode a flac stream to different types of

> audio streams (ogg, mp3 and aacplus) and i wanted to add an opus

> stream to this,

>

> When putting in the code as stated on the website: |frame_size|:

> encoding frame size, in milliseconds. Must be one of: |2.5|, |5.|,

> |10.|, |20.|, |40.| or |60.|.

>

> I get en error stating the variable is not valid when running liquidsoap.

>

> When i left this variable out of my code, the codec runs fine.

>

> Kind regards,

>

> Dennis

Noticed i made a mistake....it should be 60.    notice the "."



Never the less....te stream is not working when adding that 60., but when using 
20. it does, so it seems more a player thing.



liquid starts fine!



Kind regards,



Dennis





-------------- next part --------------

An HTML attachment was scrubbed...



------------------------------



Message: 5

Date: Mon, 04 Mar 2013 22:29:02 +0100

From: Dennis Heerema <[email protected]<mailto:[email protected]>>

Subject: Re: [Savonet-users] Opus stream

To: 
[email protected]<mailto:[email protected]>

Message-ID: <[email protected]<mailto:[email protected]>>

Content-Type: text/plain; charset=ISO-8859-1; format=flowed



Op 4-3-2013 22:23, Romain Beauxis schreef:

>

> Quick question: do you write for instance 5 or 5. ? Notice the

> trailing dot (.). It is important in liquidsoap scripts as it makes

> the difference between a float and an integer when parsing the

> script...

>

> Romain

>

>

Yup i found out alreay en replyed to the list.



Thanks,



Dennis













------------------------------



Message: 6

Date: Mon, 4 Mar 2013 15:29:24 -0600

From: Romain Beauxis <[email protected]<mailto:[email protected]>>

Subject: Re: [Savonet-users] Opus stream

To: [email protected]<mailto:[email protected]>, 
[email protected]<mailto:[email protected]>

Message-ID:

                
<cabwz6ostu1bcydn1hx1oasna-vmqfvnxy5zj8zdbbdyigcc...@mail.gmail.com<mailto:cabwz6ostu1bcydn1hx1oasna-vmqfvnxy5zj8zdbbdyigcc...@mail.gmail.com>>

Content-Type: text/plain; charset=ISO-8859-1



2013/3/4 Dennis Heerema <[email protected]<mailto:[email protected]>>:

> Op 4-3-2013 21:57, Dennis Heerema schreef:

>

> Hello!



Hi!



> Downloaded liquidsoap-win32-1.1.0-beta2 from sourceforge.

>

> I use liquidsoap to transcode a flac stream to different types of

> audio streams (ogg, mp3 and aacplus) and i wanted to add an opus

> stream to this,

>

> When putting in the code as stated on the website: frame_size:

> encoding frame size, in milliseconds. Must be one of: 2.5, 5., 10., 20., 40. 
> or 60..

>

> I get en error stating the variable is not valid when running liquidsoap.

>

> When i left this variable out of my code, the codec runs fine.

>

> Kind regards,

>

> Dennis

>

> Noticed i made a mistake....it should be 60.    notice the "."

>

> Never the less....te stream is not working when adding that 60., but

> when using 20. it does, so it seems more a player thing.

>

> liquid starts fine!



Cool! Opus is rather new, perhaps players may not implement all options..



Romain







------------------------------



Message: 7

Date: Mon, 04 Mar 2013 22:35:29 +0100

From: Dennis Heerema <[email protected]<mailto:[email protected]>>

Subject: [Savonet-users] Opus stream settings

To: 
"[email protected]<mailto:[email protected]>"

                
<[email protected]<mailto:[email protected]>>

Message-ID: <[email protected]<mailto:[email protected]>>

Content-Type: text/plain; charset=ISO-8859-1; format=flowed



Hi All,



Got the opus codec running, my settings below result in a stream of 100 kb/s at 
48Khz



Though i try to target 64 kb/s



# Fourth transcoder: Opus 64 kbps

output.icecast(%opus(vbr="unconstrained", application="audio", complexity=5, 
max_bandwidth="wide_band", samplerate=48000, bitrate=64, frame_size=20., 
channels=2, signal="music"), host = "127.0.0.1", port = 8000, password = 
"xxxxxxx", mount = "studio.opus", genre= "various",url= 
"http://www.flevoziekenomroep.net",description= "Flevoziekenomroep", 
id="FZO_OPUS",name="FZO OPUS stream",input



Anyone testing and willing to share results?



My stream is available as test stream (is not public) at 
http://stream.fzo.nu:8000/studio.opus



Kind Regards,



Dennis











------------------------------



------------------------------------------------------------------------------

Everyone hates slow websites. So do we.

Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:

http://p.sf.net/sfu/appdyn_d2d_feb



------------------------------



_______________________________________________

Savonet-users mailing list

[email protected]<mailto:[email protected]>

https://lists.sourceforge.net/lists/listinfo/savonet-users





End of Savonet-users Digest, Vol 78, Issue 3

********************************************

________________________________

DISCLAIMER: The information in this message is confidential and may be legally 
privileged. It is intended solely for the addressee. Access to this message by 
anyone else is unauthorized. If you are not the intended recipient, any 
disclosure, copying, or distribution of the message, or any action or omission 
taken by you in reliance on it, is prohibited and may be unlawful. Please 
immediately contact the sender if you have received this message in error. 
Further, this e-mail may contain viruses and all reasonable precaution to 
minimize the risk arising there from is taken by OnMobile. OnMobile is not 
liable for any damage sustained by you as a result of any virus in this e-mail. 
All applicable virus checks should be carried out by you before opening this 
e-mail or any attachment thereto.
Thank you - OnMobile Global Limited.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to