[Cs-dev] manual errors for filenchnls, filesr, filepeak
Date | 2007-05-28 14:22 |
From | Anthony Kozar |
Subject | [Cs-dev] manual errors for filenchnls, filesr, filepeak |
I just noticed today that the filenchnls and filesr opcodes take a second optional parameter with the same purpose as the second parameter of filelen, but this parameter is not shown in the 'Syntax' or 'Initialization' parts of their manual entries. (The parameter is described in the 'Performance' section for each). Also, the following note for the filepeak opcode appears to no longer be true (as far as I can tell from reading the code): "Currently, filepeak supports only AIFF-C float files" I am not sure what this statement originally meant, but it appears that filepeak will now work for any sound file format that libsndfile knows how to find the peak for. Anthony Kozar anthonykozar AT sbcglobal DOT net http://anthonykozar.net/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-05-28 17:34 |
From | Jean Piché |
Subject | [Cs-dev] .ogg output encoder? |
How difficult would it be to make an output module that writes files with .ogg compression directly? j ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-05-28 18:53 |
From | root |
Subject | Re: [Cs-dev] .ogg output encoder? |
If Erik finished that part of libsndfile, very easy. Otherwise, well really never as it is not within the structure, unless someone writes a plugin .... I seem to remember that it was not there yet Erik? ==John ff ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-05-28 21:44 |
From | Erik de Castro Lopo |
Subject | Re: [Cs-dev] .ogg output encoder? |
root wrote: > If Erik finished that part of libsndfile, very easy. Otherwise, well > really never as it is not within the structure, unless someone writes a > plugin .... > > I seem to remember that it was not there yet Erik? Acutually I have now had two people *start* work on Ogg support in libsndfile, but neither have anything finished and currently I'm way to busy to pick up what either of them have started. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- Unsolicited Broadcast Email is Forced Pay-per-view Advertising. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-05-29 00:40 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] manual errors for filenchnls, filesr, filepeak |
Thanks, incorporated now. Cheers, Andrés Anthony Kozar wrote: > I just noticed today that the filenchnls and filesr opcodes take a second > optional parameter with the same purpose as the second parameter of filelen, > but this parameter is not shown in the 'Syntax' or 'Initialization' parts of > their manual entries. (The parameter is described in the 'Performance' > section for each). > > Also, the following note for the filepeak opcode appears to no longer be > true (as far as I can tell from reading the code): > > "Currently, filepeak supports only AIFF-C float files" > > I am not sure what this statement originally meant, but it appears that > filepeak will now work for any sound file format that libsndfile knows how > to find the peak for. > > Anthony Kozar > anthonykozar AT sbcglobal DOT net > http://anthonykozar.net/ > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |