Compute MFCC in iOS app
Hello, I am trying to compute MFCC data of audio files for iOS apps using pocketshphinx. Is the TLSphinx has this feature? if yes, is there any sample code showing me how to use the framework for this task? Thank you
Hi HoangTLSphinx doesn't have support for this but I'm willing to add it if you need it.SphinxBase has support for MFCC as described here: https://sourceforge.net/p/cmusphinx/discussion/help/thread/1ce586e5/Let me know if this fit you r needs and let see how we can integrate but with TLSphinx.ThanksEnviado desde mi smartphone Samsung Galaxy. -------- Mensaje original --------De: Hoang Nguyen [email protected] Fecha: 6/2/19 18:52 (GMT+01:00) Para: tryolabs/TLSphinx [email protected] Cc: Subscribed [email protected] Asunto: [tryolabs/TLSphinx] Compute MFCC in iOS app (#48) Hello, I am trying to compute MFCC data of audio files for iOS apps using pocketshphinx. Is the TLSphinx has this feature? if yes, is there any sample code showing me how to use the framework for this task? Thank you
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/tryolabs/TLSphinx","title":"tryolabs/TLSphinx","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/tryolabs/TLSphinx"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Compute MFCC in iOS app (#48)"}],"action":{"name":"View Issue","url":"https://github.com/tryolabs/TLSphinx/issues/48"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/tryolabs/TLSphinx/issues/48", "url": "https://github.com/tryolabs/TLSphinx/issues/48", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
Hi Bruno, thank you for your respond. Since my goal is using pocketsphinx and sphinxbase, you don't have to add it to TLSphinx. I will just follow the sample code that you sent me, but do you have any document explaining the functions in cmu sphinx frameworks? I am having a hard time understanding the functions and variable names in the sample code. Thank you again for you big help.