mozillaspeechlibrary
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.mozilla</groupId>
<artifactId>mozillaspeechlibrary</artifactId>
<version>2.0.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.mozilla</groupId>
<artifactId>mozillaspeechlibrary</artifactId>
<version>2.0.4</version>
<packaging>aar</packaging>
<name>mozillaspeechlibrary</name>
<description>This is an Android library containing an API to Mozilla's speech recognition services</description>
<url>https://github.com/mozilla/androidspeechlibrary</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>anatal@gmail.com</id>
<name>Andre Natal</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:mozilla/androidspeechlibrary.git</connection>
<developerConnection>scm:git@github.com:mozilla/androidspeechlibrary.git</developerConnection>
<url>https://github.com/mozilla/androidspeechlibrary</url>
</scm>
<dependencies>
<dependency>
<groupId>org.mozilla.deepspeech</groupId>
<artifactId>libdeepspeech</artifactId>
<version>0.6.1</version>
<type>aar</type>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.gagravarr</groupId>
<artifactId>vorbis-java-core</artifactId>
<version>0.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>opus</artifactId>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>jssrc</artifactId>
<version>1.0.2-2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>