Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit bea1ede

Browse files
committed
add retirement notice
1 parent 61435f3 commit bea1ede

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ For more information about the Java demos go to [demo/java](demo/java/README.md)
321321

322322
### Unity Demos
323323

324+
> Unity SDKs will no longer be maintained after **December 15, 2025**. If you plan to use the Picovoice Unity SDK for commercial purposes, please [contact us](https://picovoice.ai/contact/).
325+
324326
To run the Picovoice Unity demo, import the latest [Picovoice Unity package](sdk/unity) into your project, open the PicovoiceDemo scene and hit play. To run on other platforms or in the player, go to _File > Build Settings_, choose your platform and hit the `Build and Run` button.
325327

326328
To browse the demo source go to [demo/unity](demo/unity).
@@ -459,6 +461,8 @@ Open `http://localhost:3000` in your browser to try the demo.
459461

460462
### Rust Demos
461463

464+
> Rust SDKs will no longer be maintained after **July 15, 2025**. If you plan to use the Picovoice Rust SDK for commercial purposes, please [contact us](https://picovoice.ai/contact/).
465+
462466
From [demo/rust/micdemo](demo/rust/micdemo) run the following command from the terminal to build and run the mic demo:
463467
```console
464468
cargo run --release -- \
@@ -844,6 +848,8 @@ handle.delete();
844848

845849
### Unity
846850

851+
> Unity SDKs will no longer be maintained after **December 15, 2025**. If you plan to use the Picovoice Unity SDK for commercial purposes, please [contact us](https://picovoice.ai/contact/).
852+
847853
Import the latest [Picovoice Unity Package](sdk/unity) into your Unity project.
848854

849855
The SDK provides two APIs:
@@ -1444,6 +1450,8 @@ function App(props) {
14441450

14451451
### Rust
14461452

1453+
> Rust SDKs will no longer be maintained after **July 15, 2025**. If you plan to use the Picovoice Rust SDK for commercial purposes, please [contact us](https://picovoice.ai/contact/).
1454+
14471455
To add the picovoice library into your app, add `picovoice` to your app's `Cargo.toml` manifest:
14481456
```toml
14491457
[dependencies]

demo/rust/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Picovoice Rust Demos
22

3+
> Rust SDKs will no longer be maintained after **July 15, 2025**. If you plan to use the Picovoice Rust SDK for commercial purposes, please [contact us](https://picovoice.ai/contact/).
4+
35
This Rust module contains demos for processing real-time audio (i.e. microphone) and audio files using the Picovoice Platform.
46

57
## Usage

demo/unity/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Picovoice Unity Demo
22

3+
> Unity SDKs will no longer be maintained after **December 15, 2025**. If you plan to use the Picovoice Unity SDK for commercial purposes, please [contact us](https://picovoice.ai/contact/).
4+
35
The Picovoice demo for Unity is a multi-platform demo that runs on:
46

57
- Desktop Standalone (Windows, macOS and Linux x86_64)

sdk/rust/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Picovoice SDK for Rust
22

3+
> Rust SDKs will no longer be maintained after **July 15, 2025**. If you plan to use the Picovoice Rust SDK for commercial purposes, please [contact us](https://picovoice.ai/contact/).
4+
35
## Picovoice
6+
47
Made in Vancouver, Canada by [Picovoice](https://picovoice.ai)
58

69
Picovoice is an end-to-end platform for building voice products on your terms. It enables creating voice experiences

sdk/unity/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Picovoice SDK for Unity
22

3+
> Unity SDKs will no longer be maintained after **December 15, 2025**. If you plan to use the Picovoice Unity SDK for commercial purposes, please [contact us](https://picovoice.ai/contact/).
4+
35
# Picovoice
46

57
Made in Vancouver, Canada by [Picovoice](https://picovoice.ai)

0 commit comments

Comments
 (0)