Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
nl.marc-apps:tts-browser
Advanced tools
Multiplatform Text-to-Speech library for Android and Browser (JS). This library will enable you to use Text-to-Speech in multiplatform Kotlin projects.
Uses Kotlin Multiplatform with support for the following targets:
Platform | Language | Support |
---|---|---|
Android | Kotlin/JVM | ✅ |
Browser | Kotlin/JS | ✅ |
Browser | Kotlin/Wasm | ❌ |
Browser | JS, TS | ❌ Support ended in v2.0 |
Desktop | Kotlin/JVM | ⚠️ Experimental support |
iOS | Kotlin/Native | ❌ |
Other Kotlin/Native | Kotlin/Native | ❌ |
rememberTextToSpeechOrNull()
(works in multiplatform code!)A build tool like Gradle or Maven.
Configure the Maven Central repository:
repositories {
mavenCentral()
}
And add the library to your dependencies:
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("nl.marc-apps:tts:2.0.0")
// Optional: Extensions for Compose
implementation("nl.marc-apps:tts-compose:2.0.0")
}
Or
kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("nl.marc-apps:tts:2.0.0")
// Optional: Extensions for Compose
implementation("nl.marc-apps:tts-compose:2.0.0")
}
}
}
}
Add the library to your dependencies:
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.7.3</version>
</dependency>
<dependency>
<groupId>nl.marc-apps</groupId>
<artifactId>tts</artifactId>
<version>2.0.0</version>
</dependency>
<!-- Optional: Extensions for Compose -->
<dependency>
<groupId>nl.marc-apps</groupId>
<artifactId>tts-compose</artifactId>
<version>2.0.0</version>
</dependency>
View documentation generated by Dokka
Go to the /demo directory of this project.
This project is published under the MIT License. Read more about this license in the LICENSE
file.
FAQs
Multiplatform Text-to-Speech library for Android and Browser (JS). This library will enable you to use Text-to-Speech in multiplatform Kotlin projects.
We found that nl.marc-apps:tts-browser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.