Skip to content

Commit

Permalink
Merge pull request #274 from tegnike/develop
Browse files Browse the repository at this point in the history
本番リリース
  • Loading branch information
tegnike authored Dec 18, 2024
2 parents 78621f6 + 8aa8032 commit 39b8d67
Show file tree
Hide file tree
Showing 21 changed files with 325 additions and 250 deletions.
149 changes: 0 additions & 149 deletions .env

This file was deleted.

13 changes: 13 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ NEXT_PUBLIC_VOICEVOX_SPEAKER=""
NEXT_PUBLIC_VOICEVOX_SPEED=""
NEXT_PUBLIC_VOICEVOX_PITCH=""
NEXT_PUBLIC_VOICEVOX_INTONATION=""
VOICEVOX_SERVER_URL=""

# AivisSpeech
NEXT_PUBLIC_AIVIS_SPEECH_SPEAKER=""
NEXT_PUBLIC_AIVIS_SPEECH_SPEED=""
NEXT_PUBLIC_AIVIS_SPEECH_PITCH=""
NEXT_PUBLIC_AIVIS_SPEECH_INTONATION=""
AIVIS_SPEECH_SERVER_URL=http://localhost:10101

# Koeiromap
NEXT_PUBLIC_KOEIROMAP_KEY=""
Expand Down Expand Up @@ -89,6 +91,8 @@ AZURE_TTS_ENDPOINT=""
NIJIVOICE_API_KEY=
NEXT_PUBLIC_NIJIVOICE_ACTOR_ID=
NEXT_PUBLIC_NIJIVOICE_SPEED=
NEXT_PUBLIC_NIJIVOICE_EMOTIONAL_LEVEL=
NEXT_PUBLIC_NIJIVOICE_SOUND_DURATION=

# Youtube
NEXT_PUBLIC_YOUTUBE_API_KEY=""
Expand Down Expand Up @@ -126,6 +130,15 @@ NEXT_PUBLIC_EXTERNAL_LINKAGE_MODE=""
NEXT_PUBLIC_REALTIME_API_MODE=""
# Realtime API Mode Content Type (input_text or input_audio)
NEXT_PUBLIC_REALTIME_API_MODE_CONTENT_TYPE=""
# Realtime API Mode Voice ('alloy', 'echo', 'shimmer')
NEXT_PUBLIC_REALTIME_API_MODE_VOICE=""

# Audio Mode (true or false)
NEXT_PUBLIC_AUDIO_MODE=""
# Audio Mode Input Type ('input_text', 'input_audio')
NEXT_PUBLIC_AUDIO_MODE_INPUT_TYPE=""
# Audio Mode Voice ('alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer')
NEXT_PUBLIC_AUDIO_MODE_VOICE=""

# Slide Mode (true or false)
NEXT_PUBLIC_SLIDE_MODE=""
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
# env files
.env
.env*.local

# vercel
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ npm run dev

5. URLを開きます。[http://localhost:3000](http://localhost:3000)

6. 必要に応じて.envファイルを作成します。

```bash
cp .env.example .env
```

## AIキャラとの対話

- AIキャラと会話する機能です。
Expand Down
6 changes: 6 additions & 0 deletions docs/README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ npm run dev

5. Open the URL [http://localhost:3000](http://localhost:3000)

6. Create the .env file if necessary.

```bash
cp .env.example .env
```

## Conversation with AI Character

- This is a feature to converse with an AI character.
Expand Down
6 changes: 6 additions & 0 deletions docs/README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ npm run dev

5. URL을 엽니다. [http://localhost:3000](http://localhost:3000)

6. 필요에 따라 .env 파일을 만듭니다.

```bash
cp .env.example .env
```

## AI 캐릭터와 대화

- AI 캐릭터와 대화할 수 있는 기능입니다.
Expand Down
6 changes: 6 additions & 0 deletions docs/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ npm run dev

5. 打開URL [http://localhost:3000](http://localhost:3000)

6. 必要時,創建.env文件。

```bash
cp .env.example .env
```

## 與AI角色對話

- 這是與AI角色對話的功能。
Expand Down
8 changes: 6 additions & 2 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,15 @@
"AivisSpeechSpeed": "Speed",
"AivisSpeechPitch": "Pitch",
"AivisSpeechIntonation": "Intonation",
"AivisSpeechServerUrl": "AivisSpeech Server URL",
"UsingNijiVoice": "NijiVoice",
"NijiVoiceInfo": "NijiVoice API is used. It supports only Japanese. API key can be obtained from the URL below.",
"NijiVoiceApiKey": "NijiVoice API Key",
"NijiVoiceActorId": "NijiVoice Actor ID",
"NijiVoiceSpeed": "NijiVoice Speed",
"NijiVoiceActorId": "Actor ID",
"NijiVoiceSpeed": "Speech Speed",
"NijiVoiceEmotionalLevel": "Emotional Level",
"NijiVoiceSoundDuration": "Sound Duration",
"VoicevoxServerUrl": "VOICEVOX Server URL",
"UpdateSpeakerList": "Update Speaker List",
"UsingGoogleTTS": "Google TTS",
"UsingStyleBertVITS2": "Style-Bert-VITS2",
Expand Down
8 changes: 6 additions & 2 deletions locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,21 @@
"VoicevoxSpeed": "話速",
"VoicevoxPitch": "音高",
"VoicevoxIntonation": "抑揚",
"VoicevoxServerUrl": "VOICEVOX サーバーURL",
"UsingAivisSpeech": "AivisSpeechを使用する",
"AivisSpeechInfo": "AivisSpeechを使用しています。日本語のみに対応しています。ローカルAPIを使用するので下記のサイトから環境にあったアプリをダウンロードし、起動しておく必要があります。",
"AivisSpeechSpeaker": "話者",
"AivisSpeechSpeed": "話速",
"AivisSpeechPitch": "音高",
"AivisSpeechIntonation": "抑揚",
"AivisSpeechServerUrl": "AivisSpeech サーバーURL",
"UsingNijiVoice": "にじボイスを使用する",
"NijiVoiceInfo": "にじボイス APIを使用しています。日本語のみに対応しています。APIキーを下記のURLから取得してください。",
"NijiVoiceApiKey": "にじボイス API キー",
"NijiVoiceActorId": "にじボイス 話者ID",
"NijiVoiceSpeed": "にじボイス 話速",
"NijiVoiceActorId": "話者ID",
"NijiVoiceSpeed": "話速",
"NijiVoiceEmotionalLevel": "感情レベル",
"NijiVoiceSoundDuration": "音声の長さ",
"UpdateSpeakerList": "話者リストを更新",
"UsingGoogleTTS": "Google TTSを使用する",
"UsingStyleBertVITS2": "Style-Bert-VITS2を使用する",
Expand Down
10 changes: 7 additions & 3 deletions locales/ko/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,21 @@
"VoicevoxSpeed": "말 속도",
"VoicevoxPitch": "음높이",
"VoicevoxIntonation": "억양",
"VoicevoxServerUrl": "VOICEVOX 서버 URL",
"UsingAivisSpeech": "AivisSpeech 사용",
"AivisSpeechInfo": "AivisSpeech를 사용하고 있습니다. 일본어만 지원됩니다. 로컬 API를 사용하기 때문에 아래 사이트에서 환경에 맞는 앱을 다운로드하고 실행해야 합니다.",
"AivisSpeechSpeaker": "보이스 타입",
"AivisSpeechSpeed": "말 속도",
"AivisSpeechPitch": "음높이",
"AivisSpeechIntonation": "억양",
"AivisSpeechServerUrl": "AivisSpeech 서버 URL",
"UsingNijiVoice": "NijiVoice",
"NijiVoiceInfo": "NijiVoice API를 사용하고 있습니다. 일본어만 지원됩니다. API 키는 아래 URL에서 얻을 수 있습니다.",
"NijiVoiceApiKey": "NijiVoice API 키",
"NijiVoiceActorId": "NijiVoice 화자 ID",
"NijiVoiceSpeed": "NijiVoice 말 속도",
"NijiVoiceApiKey": "니지보이스 API 키",
"NijiVoiceActorId": "화자 ID",
"NijiVoiceSpeed": "말 속도",
"NijiVoiceEmotionalLevel": "감정 레벨",
"NijiVoiceSoundDuration": "음성 길이",
"UpdateSpeakerList": "보이스 타입 업데이트",
"UsingGoogleTTS": "Google TTS 사용",
"UsingStyleBertVITS2": "Style-Bert-VITS2 사용",
Expand Down
8 changes: 6 additions & 2 deletions locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,21 @@
"VoicevoxSpeed": "語速",
"VoicevoxPitch": "音調",
"VoicevoxIntonation": "語調",
"VoicevoxServerUrl": "VOICEVOX 伺服器URL",
"UsingAivisSpeech": "使用 AivisSpeech",
"AivisSpeechInfo": "使用 AivisSpeech。僅支援日語。它使用本地 API,您需要從以下網站下載並啟動適合您環境的應用程式。",
"AivisSpeechSpeaker": "語音角色",
"AivisSpeechSpeed": "語速",
"AivisSpeechPitch": "音調",
"AivisSpeechIntonation": "語調",
"AivisSpeechServerUrl": "AivisSpeech 伺服器URL",
"UsingNijiVoice": "使用 NijiVoice",
"NijiVoiceInfo": "NijiVoice API 使用中。僅支援日語。API 金鑰可以從下方的 URL 取得。",
"NijiVoiceApiKey": "NijiVoice API 金鑰",
"NijiVoiceActorId": "NijiVoice 話者ID",
"NijiVoiceSpeed": "NijiVoice 話速",
"NijiVoiceActorId": "語音角色 ID",
"NijiVoiceSpeed": "語速",
"NijiVoiceEmotionalLevel": "情感程度",
"NijiVoiceSoundDuration": "音訊長度",
"UpdateSpeakerList": "更新語音角色",
"UsingGoogleTTS": "使用 Google TTS",
"UsingStyleBertVITS2": "使用 Style-Bert-VITS2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const Main = () => {
const Footer = () => {
return (
<footer className="absolute py-4 bg-[#413D43] text-center text-white font-Montserrat bottom-0 w-full">
powered by ChatVRM from Pixiv. version 2.19.0
powered by ChatVRM from Pixiv. version 2.20.0
</footer>
)
}
Loading

0 comments on commit 39b8d67

Please sign in to comment.