[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mfcc on octave
From: |
siko1056 |
Subject: |
Re: mfcc on octave |
Date: |
Tue, 16 May 2017 15:53:22 -0700 (PDT) |
dariodematties wrote
> Hello People,
>
> Is there a MFCC package to use with octave?
>
> I am looking for something standard.
> I mean, I have already coded my own MFCC algorithm in C,
> but I want something known, sufficiently tested and accepted by the
> community.
> Something like libsvm package on octave which I am using for supervised
> learning.
>
> Thanks
>
> Dario
Dear Dario,
What is your definition of "MFCC"? If you want to use your own C code, try
to interface it from Octave using Oct-Files [1]. According to [2] you can
already use libsvm (that is no Octave package [3] AFAIK).
HTH,
Kai
[1]: https://www.gnu.org/software/octave/doc/interpreter/Oct_002dFiles.html
[2]: http://octave.1599824.n4.nabble.com/libsvm-td4682762.html
[3]: https://octave.sourceforge.io/packages.php
--
View this message in context:
http://octave.1599824.n4.nabble.com/mfcc-on-octave-tp4683322p4683363.html
Sent from the Octave - General mailing list archive at Nabble.com.
- mfcc on octave, dariodematties, 2017/05/13
- Re: mfcc on octave,
siko1056 <=