Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
/ speechutils Public archive
forked from Kaljurand/speechutils

Android library for speech-to-text and text-to-speech apps

License

Notifications You must be signed in to change notification settings

Citolab/speechutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speechutils

Codacy Badge

Speechutils is an Android library that helps to implement apps that need to include speech-to-text and text-to-speech functionality. For example, it provides methods for

  • audio recording and encoding
  • aggregating speech-to-text and text-to-speech services
  • playing audio cues before/after speech-to-text
  • pausing the background audio during speech-to-text

Used by

Testing

adb shell am instrument -w -r \
-e package ee.ioc.phon.android.speechutils -e debug false \
ee.ioc.phon.android.speechutils.test/androidx.test.runner.AndroidJUnitRunner

Some tests currently fail:

Tests run: 142,  Failures: 10

About

Android library for speech-to-text and text-to-speech apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%