Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 817 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 817 Bytes

marf_android_lib

android MARF library. This is a try for make MARF works on Android.

First:

I have no experiences with MARF, so I can't garenteed that it's work as perfect as the PC version.

How I made it work:

  • The main problem is "javax.sound" package that it used by MARF; but in android it is not compete, so I use extern package from the project AndroidMaryTTS.
  • The same with some other classes.

Important note:

You will need to set "TrainingSet.WORKING_PATH" to your application path.

Example

I made a simple application that train 2 persons:
https://github.com/souhaib100/marfspeakeridentapp

Finally

I test it with the SpeakerIdentApp in android 2.3.6 and android 6.0 and it work fine.
If you need help contact me at: souhaib0study@gmail.com