[Csnd] mp3in
Date | 2010-06-08 14:54 |
From | menno |
Subject | [Csnd] mp3in |
Hello, how exactly can i get the mp3in opcode working when building Csound5 from CVS please? Can i do it like the Loris and STK - copy certain files in the Opcode folder and use includeMp3=1 in scons? my system: Ubuntu10.04 64bit, Csound64 Menno |
Date | 2010-06-08 15:03 |
From | Victor Lazzarini |
Subject | [Csnd] Re: mp3in |
I think it needs libmpadec. Victor On 8 Jun 2010, at 14:54, menno wrote: > > Hello, > > how exactly can i get the mp3in opcode working when building Csound5 > from > CVS please? Can i do it like the Loris and STK - copy certain files > in the > Opcode folder and use includeMp3=1 in scons? > my system: Ubuntu10.04 64bit, Csound64 > > Menno > -- > View this message in context: http://old.nabble.com/mp3in-tp28818192p28818192.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" > Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-06-08 15:06 |
From | Rene Djack |
Subject | [Csnd] Re: mp3in |
Hello, MP3 support, tested for cvs csound float on ubuntu 10.04 32bit. Download mpadec (version beta) http://mpadec.cvs.sourceforge.net/viewvc/mpadec/ cvs -z3 -d:pserver:anonymous@mpadec.cvs.sourceforge.net:/cvsroot/mpadec co -P mpadec make to compile and i have done a MANUAL install: sudo cp ./include/mp3dec.h ./include/mpadec.h /usr/include sudo cp ./libmpadec/libmpadec.a ./libmpadec/libmpadec.so /usr/lib includeMP3 = 1 in SConstruct and scons.... It is not very nice like that but it works :) Best, René
2010/6/8 menno <nabob_cd@yahoo.com>
|
Date | 2010-06-08 15:49 |
From | jpff@cs.bath.ac.uk |
Subject | [Csnd] Re: Re: mp3in |
I am a member of the mpadec development team and fo ra whiel I have been thinking thta it needs a "make install" option. In fact i think I will do that now..... ==John ff > Hello, > > MP3 support, tested for cvs csound float on ubuntu 10.04 32bit. > > Download mpadec (version beta) > http://mpadec.cvs.sourceforge.net/viewvc/mpadec/ > cvs -z3 > -d:pserver:anonymous@mpadec.cvs.sourceforge.net:/cvsroot/mpadec > co -P mpadec > > make to compile and i have done a MANUAL install: > sudo cp ./include/mp3dec.h ./include/mpadec.h /usr/include > sudo cp ./libmpadec/libmpadec.a ./libmpadec/libmpadec.so > /usr/lib > > includeMP3 = 1 in SConstruct > and scons.... > > It is not very nice like that but it works :) > Best, > René > > > > > 2010/6/8 menno |
Date | 2010-06-08 15:49 |
From | menno |
Subject | [Csnd] mp3in |
Rock and Roll Djack! that works, thanks for your elaborate explanation. i have collected this information and put it in my blog http://www.csounds.com/node/1373 - i assume you don't mind. merci bien, Menno Djack wrote: > > Hello, > > MP3 support, tested for cvs csound float on ubuntu 10.04 32bit. > > Download mpadec (version beta) > http://mpadec.cvs.sourceforge.net/viewvc/mpadec/ > cvs -z3 > -d:pserver:anonymous@mpadec.cvs.sourceforge.net:/cvsroot/mpadec > co -P mpadec > > make to compile and i have done a MANUAL install: > sudo cp ./include/mp3dec.h ./include/mpadec.h /usr/include > sudo cp ./libmpadec/libmpadec.a ./libmpadec/libmpadec.so > /usr/lib > > includeMP3 = 1 in SConstruct > and scons.... > > It is not very nice like that but it works :) > Best, > René > > -- View this message in context: http://old.nabble.com/mp3in-tp28818192p28818987.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |