-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compute MFCC in iOS app #48
Comments
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 <notifications@github.com> Fecha: 6/2/19 18:52 (GMT+01:00) Para: tryolabs/TLSphinx <TLSphinx@noreply.github.com> Cc: Subscribed <subscribed@noreply.github.com> 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":"#48"}}}
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#48",
"url": "#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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: