porcupine-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ai.picovoice</groupId> <artifactId>porcupine-android</artifactId> <version>3.0.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>ai.picovoice</groupId> <artifactId>porcupine-android</artifactId> <version>3.0.3</version> <packaging>aar</packaging> <name>porcupine-android</name> <description>Android SDK for Picovoice's Porcupine Wake Word engine</description> <url>https://github.com/picovoice/porcupine</url> <licenses> <license> <name>Apache License - v2.0</name> <url>https://github.com/Picovoice/porcupine/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>pico-mo</id> <name>Mo Kiani</name> <email>mo@picovoice.ai</email> </developer> </developers> <scm> <connection>scm:git:github.com/picovoice/porcupine.git</connection> <developerConnection>scm:git:ssh://github.com/picovoice/porcupine.git</developerConnection> <url>https://github.com/picovoice/porcupine/tree/master</url> </scm> <dependencies> <dependency> <groupId>ai.picovoice</groupId> <artifactId>android-voice-processor</artifactId> <version>1.0.2</version> </dependency> </dependencies> </project>