mediatechlab / tts-wrapper

TTS-Wrapper makes it easier to use text-to-speech APIs by providing a unified and easy-to-use interface.
MIT License
14 stars 9 forks source link

Feature/sapi #11

Closed gbottari closed 2 years ago

gbottari commented 2 years ago

Types of changes

This implements the SAPI engine as requested by #4.

codecov-commenter commented 2 years ago

Codecov Report

Merging #11 (761b5d1) into master (01bedfc) will decrease coverage by 2.51%. The diff coverage is 69.04%.

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   90.79%   88.28%   -2.52%     
==========================================
  Files          27       30       +3     
  Lines         326      367      +41     
==========================================
+ Hits          296      324      +28     
- Misses         30       43      +13     
Impacted Files Coverage Δ
tts_wrapper/engines/microsoft/client.py 85.71% <ø> (-0.40%) :arrow_down:
tts_wrapper/engines/sapi/client.py 38.88% <38.88%> (ø)
tts_wrapper/engines/utils.py 86.66% <71.42%> (-13.34%) :arrow_down:
tts_wrapper/engines/__init__.py 100.00% <100.00%> (ø)
tts_wrapper/engines/sapi/__init__.py 100.00% <100.00%> (ø)
tts_wrapper/engines/sapi/sapi.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 01bedfc...761b5d1. Read the comment docs.