Skip to content

Commit

Permalink
Fix tts-adapter-sapinative
Browse files Browse the repository at this point in the history
- Move the SAPILib JNI bridge source code from sapi-nar to the
  tts-adapter-sapinative module itself.
- New Visual Studio 2019 build solution and project for the DLLs and
  README with build instructions.
- Improve voice data recovery to also get locale, gender and age and
  include this info in the getAvailableVoices() list.
- Replace unsupported ssml "mark" tag by sapi "bookmark" tag in
  transform-ssml.xsl.
- Don't insert ending mark as SAPI does not detect bookmarks after the
  last element of a sentence.
- Add matching enums between the Java and the native side for SAPI
  errors identification.
  • Loading branch information
NPavie authored and bertfrees committed Mar 17, 2022
1 parent 0eb76a3 commit d2cad09
Show file tree
Hide file tree
Showing 29 changed files with 1,433 additions and 634 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<module>nlp/dtbook-break-detection</module>
<module>audio/audio-common</module>
<module>audio/audio-encoder-lame</module>
<!-- att-nar and sapi-nar are excluded because they are platform-specific. -->
<!-- att-nar is excluded because it is platform-specific. -->
<!-- tts-adapter-attnative is excluded because it depends on att-nar which cannot be publicly
deployed according to the AT&T's license. -->
<module>tts/css-speech</module>
Expand Down
159 changes: 0 additions & 159 deletions tts/native-libs/sapi-nar/pom.xml

This file was deleted.

32 changes: 0 additions & 32 deletions tts/native-libs/sapi-nar/src/main/jni/jni_helper.h

This file was deleted.

Loading

0 comments on commit d2cad09

Please sign in to comment.