<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'>
hi,<br><br>Thank you very much for clarifications. I have successfully installed aubio and I executed following.<br><br>./build/examples/aubiomfcc -i test.wav<br><br>===================================<br>It gives me the following error. What would be the reason. Could you please suggest me a solution<br><br>Thanks<br><br><br>./build/examples/aubiomfcc: error while loading shared libraries: libaubio.so.4: cannot open shared object file: No such file or directory<br><br><br><br><div><div id="SkyDrivePlaceholder"></div>> Date: Mon, 11 Feb 2013 12:05:44 -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>> Please make sure you fetch the latest git repo:<br>> <br>>   $ git clone git://git.aubio.org/git/aubio<br>>   $ cd aubio<br>>   $ ./waf configure<br>>   $ ./waf build<br>>   $ sudo ./waf install<br>> <br>> which system are you on? on linux, you need libsndfile to read sound<br>> files. This command should install it for you on debian based 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<br>>   $ ./waf configure --enable-sndfile<br>>   $ ./waf build<br>>   ...<br>> <br>> cheers,<br>> 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>> checking for SNDLIB... configure: error: Package requirements (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 you<br>> > installed software in a non-standard prefix.<br>> ><br>> > Alternatively, you may set the environment variables SNDLIB_CFLAGS<br>> > and SNDLIB_LIBS to avoid the need to call pkg-config. See the<br>> > pkg-config man page for more details.<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 latet<br>> >> git repository:<br>> >><br>> >> $ aubiomfcc -i<br>> >> ~/archives/samples/loops/mix_Joe_Bataan_-_Call_My_Name.wav 0.000000<br>> >> -12.387353 3.491938 -1.237411 0.930649 -0.011589 0.246511 0.060302<br>> >> -0.055110 0.476807 0.340294 0.156416 0.113893 0.160487 0.005805<br>> >> -11.169376 3.294259 0.026824 0.890538 0.563507 0.862937 0.167582<br>> >> 0.320129 0.239986 0.075406 -0.001527 0.288907 0.625741 0.011610<br>> >> -9.709080 2.676592 0.160636 0.396852 -0.483101 0.270453 0.316871<br>> >> 0.463021 0.414079 -0.222307 -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) from<br>> >>> given audio file. Can aubio be used to perform this operation.<br>> >>> 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 mailing<br>> >> list aubio-user@aubio.org<br>> >> https://lists.aubio.org/listinfo/aubio-user<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>