Skip to content

Commit

Permalink
Merge pull request #412 from uezo/update-for-089
Browse files Browse the repository at this point in the history
Update for v0.8.9
  • Loading branch information
uezo authored Dec 13, 2024
2 parents 4b82119 + 3911225 commit 31b34ab
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
29 changes: 29 additions & 0 deletions Demo/AITuber/AITuber.unity
Original file line number Diff line number Diff line change
Expand Up @@ -1956,6 +1956,10 @@ PrefabInstance:
propertyPath: AvatarModel
value:
objectReference: {fileID: 112896201}
- target: {fileID: 3082384663952346143, guid: 74e8f3777a3aa42ba9447b4bec832cd1, type: 3}
propertyPath: VoicePrefetchMode
value: 1
objectReference: {fileID: 0}
- target: {fileID: 3082384663952346143, guid: 74e8f3777a3aa42ba9447b4bec832cd1, type: 3}
propertyPath: IdleAnimationValue
value: 6
Expand Down Expand Up @@ -2154,6 +2158,9 @@ PrefabInstance:
- targetCorrespondingSourceObject: {fileID: 2779731071012727286, guid: 74e8f3777a3aa42ba9447b4bec832cd1, type: 3}
insertIndex: -1
addedObject: {fileID: 1886433125}
- targetCorrespondingSourceObject: {fileID: 2779731071012727286, guid: 74e8f3777a3aa42ba9447b4bec832cd1, type: 3}
insertIndex: -1
addedObject: {fileID: 1886433132}
- targetCorrespondingSourceObject: {fileID: 2779731071012727286, guid: 74e8f3777a3aa42ba9447b4bec832cd1, type: 3}
insertIndex: -1
addedObject: {fileID: 1886433089}
Expand Down Expand Up @@ -2494,6 +2501,28 @@ MonoBehaviour:
User:
responseTimeoutSec: 30
noDataResponseTimeoutSec: 10
--- !u!114 &1886433132
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1886433055}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 5282c47e3a2e0478cafd3898ac8ca763, type: 3}
m_Name:
m_EditorClassIdentifier:
Timeout: 10
isDebug: 0
_IsEnabled: 0
EndpointUrl:
ApiKey:
VoiceActorId: dba2fa0e-f750-43ad-b9f6-d5aeaea7dc16
Speed: 1
audioType: 13
VoiceModelSpeeds: []
printSupportedSpeakers: 0
--- !u!1 &1934380956
GameObject:
m_ObjectHideFlags: 0
Expand Down
2 changes: 1 addition & 1 deletion Demo/Demo08.unity
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ MonoBehaviour:
m_HorizontalOverflow: 0
m_VerticalOverflow: 0
m_LineSpacing: 1
m_Text: ChatdollKit Demo v0.8.8
m_Text: ChatdollKit Demo v0.8.9
--- !u!222 &1976060164
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down
3 changes: 2 additions & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ ChatdollKitは、お好みの3Dモデルを使って音声対話可能なチャ
- **マルチプラットフォーム**: Windows、Mac、Linux、iOS、Android、およびその他のUnityサポートプラットフォーム(VR、AR、WebGLを含む)に対応


## 💎 バージョン0.8.8.1の新機能
## 💎 バージョン0.8.8.1および0.8.9の新機能

- **✨ にじボイスのサポート**: AIによる感情豊かな音声生成サービス「にじボイス」のAPIが利用できるようになりました。
- **🥰🥳 複数AITuber同士の会話**: AITuber同士が会話できるように!今までにない配信スタイルを楽しみましょう。
- **💪 Difyを活用したAITuber**: あらゆるLLMへの対応はもちろん、ナレッジや機能を兼ね備えたAgenticなAITuberを高い運用性をもって実現できるように!

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
- **Multi platforms**: Compatible with Windows, Mac, Linux, iOS, Android, and other Unity-supported platforms, including VR, AR, and WebGL.


## 💎 What's New in Version 0.8.8.1
## 💎 What's New in Version 0.8.8 and 0.8.9

- **✨ Support NijiVoice as a Speech Synthesizer**: Now support NijiVoice, an AI-Powered Expressive Speech Generation Service.
- **🥰🥳 Support Multiple AITuber Dialogue**: AITubers can now chat with each other, bringing dynamic and engaging interactions to life like never before!
- **💪 Support Dify as a backend for AITuber**: Seamlessly integrate with any LLM while empowering AITubers with agentic capabilities, blending advanced knowledge and functionality for highly efficient and scalable operations!

Expand Down
2 changes: 1 addition & 1 deletion Scripts/AIAvatar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace ChatdollKit
{
public class AIAvatar : MonoBehaviour
{
public static string VERSION = "0.8.8.1";
public static string VERSION = "0.8.9";

[Header("Avatar lifecycle settings")]
[SerializeField]
Expand Down
1 change: 0 additions & 1 deletion Scripts/Model/ModelController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ private async UniTaskVoid StartVoicePrefetchTask()
if (VoicePrefetchMode == VoicePrefetchMode.Sequential && voicePrefetchQueue.TryDequeue(out var voice))
{
var parameters = voice.TTSConfig != null ? voice.TTSConfig.Params : new Dictionary<string, object>();
Debug.LogWarning($"Prefetch: {voice.Text}");
await SpeechSynthesizerFunc(voice.Text, parameters, token);
}
else
Expand Down

0 comments on commit 31b34ab

Please sign in to comment.