@aituber-onair/core 0.25.1 → 0.25.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1218,7 +1218,7 @@ Possible use cases for `chatLogUpdated` include:
1218
1218
  - **AivisSpeech**: Speech synthesis using AI technology.
1219
1219
  - **Aivis Cloud**: High-quality Japanese text-to-speech service with SSML support, emotional intensity control, and multiple output formats (WAV, FLAC, MP3, AAC, Opus).
1220
1220
  - **OpenAI TTS**: Text-to-speech API from OpenAI.
1221
- - **Gemini TTS**: Gemini API-based text-to-speech with selectable preview TTS models and style prompt support.
1221
+ - **Gemini TTS**: Gemini API-based text-to-speech with selectable preview TTS models including `gemini-3.1-flash-tts-preview`, plus style/audio-tag prompt support.
1222
1222
  - **xAI TTS**: xAI text-to-speech with selectable codec, sample rate, and bit rate options.
1223
1223
  - **OpenAI-Compatible TTS**: Self-hosted or third-party `/v1/audio/speech` compatible endpoints.
1224
1224
  - **MiniMax**: Multi-language TTS with 24 language support and HD quality (requires both API key and GroupId - see usage example below).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aituber-onair/core",
3
- "version": "0.25.1",
3
+ "version": "0.25.3",
4
4
  "description": "Core library for AITuber OnAir providing voice synthesis and chat processing",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -21,8 +21,8 @@
21
21
  "author": "shinshin86 (https://github.com/shinshin86)",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@aituber-onair/chat": "^0.25.0",
25
- "@aituber-onair/voice": "^0.12.1"
24
+ "@aituber-onair/chat": "^0.25.1",
25
+ "@aituber-onair/voice": "^0.13.0"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@pixiv/three-vrm": "^1.0.9"