Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 532 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 532 Bytes

MAC Whisperer

Maven Central

MAC Whisperer supports 2 main use cases,

  • Speech-to-Text: Converts audio files (wav, mp3, etc.) into text
  • Text-to-Speech: Converts text to audio files (wav, mp3, etc.)

Add this dependency to your application pom.xml

<dependency>
    <groupId>cloud.anypoint</groupId>
    <artifactId>mule-whisperer-connector</artifactId>
    <version>0.2.0</version>
    <classifier>mule-plugin</classifier>
</dependency>