<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Thank you paul.It is working perfectly now<br><br><div><div id="SkyDrivePlaceholder"></div>> Date: Mon, 11 Feb 2013 14:14:30 -0500<br>> From: piem@aubio.org<br>> To: malintha.adikari@hotmail.com<br>> CC: aubio-user@aubio.org<br>> Subject: Re: [aubio-user] MFCC Format<br>> <br>> On 2/11/13 12:48 PM, Malintha Adikari wrote:<br>> > hi,<br>> ><br>> > Thank you very much for clarifications. I have successfully installed<br>> >  aubio and I executed following.<br>> ><br>> > ./build/examples/aubiomfcc -i test.wav<br>> ><br>> > ./build/examples/aubiomfcc: error while loading shared libraries:<br>> > libaubio.so.4: cannot open shared object file: No such file or<br>> > directory<br>> <br>> To run the examples without installing the shared library, you need to<br>> tell your linker where to look for that library:<br>> <br>>   $ cd aubio<br>>   $ export LD_LIBRARY_PATH=$PWD/build/src<br>>   $ ./build/examples/aubiomfcc --help<br>> <br>> Hope this helps!<br>> <br>> cheers, Paul<br>> <br>> ><br>> > Thanks<br>> ><br>> ><br>> ><br>> ><br>> ><br>> >> Date: Mon, 11 Feb 2013 12:05:44 -0500 From: piem@aubio.org To:<br>> >> malintha.adikari@hotmail.com CC: aubio-user@aubio.org Subject: Re:<br>> >> [aubio-user] MFCC Format<br>> >><br>> >> Please make sure you fetch the latest git repo:<br>> >><br>> >> $ git clone git://git.aubio.org/git/aubio $ cd aubio $ ./waf<br>> >> configure $ ./waf build $ sudo ./waf install<br>> >><br>> >> which system are you on? on linux, you need libsndfile to read<br>> >> sound files. This command should install it for you on debian based<br>> >> system:<br>> >><br>> >> $ sudo apt-get install libsndfile-dev<br>> >><br>> >> Then you need to tell aubio to compile with sndfile:<br>> >><br>> >> $ cd aubio $ ./waf configure --enable-sndfile $ ./waf build ...<br>> >><br>> >> cheers, Paul<br>> >><br>> >> On 2/11/13 11:59 AM, Malintha Adikari wrote:<br>> >>><br>> >>> Hi paul, I am installing aubio. I just got this error while<br>> >>> installing. Could you please show me a solution for this.<br>> >>><br>> >>><br>> >>> ======================================================================<br>> >><br>> >>><br>> ><br>> >>><br>> >> checking for SNDLIB... configure: error: Package requirements<br>> >> (sndfile<br>> >>>> = 1.0.4) were not met:<br>> >>><br>> >>> No package 'sndfile' found<br>> >>><br>> >>> Consider adjusting the PKG_CONFIG_PATH environment variable if<br>> >>> you installed software in a non-standard prefix.<br>> >>><br>> >>> Alternatively, you may set the environment variables<br>> >>> SNDLIB_CFLAGS and SNDLIB_LIBS to avoid the need to call<br>> >>> pkg-config. See the pkg-config man page for more details.<br>> >>><br>> >>><br>> >>> =========================================================================<br>> >><br>> >>><br>> ><br>> >>> Thanks Malintha<br>> >>><br>> >>><br>> >>>> Date: Mon, 11 Feb 2013 11:33:00 -0500 From: piem@aubio.org To:<br>> >>>> aubio-user@aubio.org Subject: Re: [aubio-user] MFCC Format<br>> >>>><br>> >>>> Hi Malintha,<br>> >>>><br>> >>>> Sure! There is aubiomfcc for that. You can find it in the<br>> >>>> latet git repository:<br>> >>>><br>> >>>> $ aubiomfcc -i<br>> >>>> ~/archives/samples/loops/mix_Joe_Bataan_-_Call_My_Name.wav<br>> >>>> 0.000000 -12.387353 3.491938 -1.237411 0.930649 -0.011589<br>> >>>> 0.246511 0.060302 -0.055110 0.476807 0.340294 0.156416 0.113893<br>> >>>> 0.160487 0.005805 -11.169376 3.294259 0.026824 0.890538<br>> >>>> 0.563507 0.862937 0.167582 0.320129 0.239986 0.075406 -0.001527<br>> >>>> 0.288907 0.625741 0.011610 -9.709080 2.676592 0.160636 0.396852<br>> >>>> -0.483101 0.270453 0.316871 0.463021 0.414079 -0.222307<br>> >>>> -0.225449 0.196050 -0.120889 [...]<br>> >>>><br>> >>>> Cheers, Paul<br>> >>>><br>> >>>> On 2/11/13 8:05 AM, Malintha Adikari wrote:<br>> >>>>> Hi,<br>> >>>>><br>> >>>>> I want to output mel frequency cepstrum coefficients (MFCC)<br>> >>>>> from given audio file. Can aubio be used to perform this<br>> >>>>> operation. Then how?<br>> >>>>><br>> >>>>> Thanks. Malintha Adikari<br>> >>>>><br>> >>>>><br>> >>>>> _______________________________________________ aubio-user<br>> >>>>> mailing list aubio-user@aubio.org<br>> >>>>> https://lists.aubio.org/listinfo/aubio-user<br>> >>>>><br>> >>>><br>> >>>> _______________________________________________ aubio-user<br>> >>>> mailing list aubio-user@aubio.org<br>> >>>> https://lists.aubio.org/listinfo/aubio-user<br>> >>><br>> >>><br>> >>> _______________________________________________ aubio-user<br>> >>> mailing list aubio-user@aubio.org<br>> >>> https://lists.aubio.org/listinfo/aubio-user<br>> >>><br>> ><br>> ><br>> > _______________________________________________ aubio-user mailing<br>> > list aubio-user@aubio.org<br>> > https://lists.aubio.org/listinfo/aubio-user<br>> ><br></div>                                      </div></body>
</html>