webrtc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.cloudflare.realtimekit.android-vad</groupId> <artifactId>webrtc</artifactId> <version>2.0.9-cf.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.cloudflare.realtimekit.android-vad</groupId> <artifactId>webrtc</artifactId> <version>2.0.9-cf.1</version> <packaging>pom</packaging> <name>Android Voice Activity Detection</name> <description>Android VAD library is designed to process audio in real-time and identify presence of human speech in audio samples that contain a mixture of speech and noise.</description> <url>https://github.com/gkonovalov/android-vad</url> <inceptionYear>2019</inceptionYear> <licenses> <license> <name>MIT License</name> <url>https://github.com/gkonovalov/android-vad/blob/main/LICENSE.md</url> <distribution>https://github.com/gkonovalov/android-vad/blob/main/LICENSE.md</distribution> </license> </licenses> <developers> <developer> <id>gkonovalov</id> <name>George Konovalov</name> <url>https://github.com/gkonovalov/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/gkonovalov/android-vad.git</connection> <developerConnection>scm:git:ssh://git@github.com/gkonovalov/android-vad.git</developerConnection> <url>https://github.com/gkonovalov/android-vad/</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-bom</artifactId> <version>2.0.21</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.21</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>