Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
v1.2.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucoiso authored Mar 20, 2023
1 parent a418829 commit 26a7b2e
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 37 deletions.
2 changes: 1 addition & 1 deletion Config/DefaultGame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ CompanyDistinguishedName=CN=Lucoiso
Homepage="https://github.com/lucoiso/UESpeechGPT"
CopyrightNotice=
SupportContact=contatolukevboas@gmail.com
ProjectVersion=1.1.1
ProjectVersion=1.2.0

29 changes: 3 additions & 26 deletions Config/DefaultPlugins.ini
Original file line number Diff line number Diff line change
@@ -1,30 +1,7 @@


[/Script/HttpGPT.HttpGPTSettings]
APIKey=

[/Script/AzSpeech.AzSpeechSettings]
APIAccessKey=
RegionID=brazilsouth
LanguageID=pt-BR
VoiceName=pt-BR-BrendaNeural
ProfanityFilter=Raw
+AutoCandidateLanguages=pt-BR
+AutoCandidateLanguages=es-ES
+AutoCandidateLanguages=en-US
+AutoCandidateLanguages=de-DE
+AutoCandidateLanguages=fr-FR
+AutoCandidateLanguages=el-GR
+AutoCandidateLanguages=it-IT
+AutoCandidateLanguages=ja-JP
+AutoCandidateLanguages=ko-KR
+AutoCandidateLanguages=zh-CN
TimeOutInSeconds=10
bEnableViseme=True
TasksThreadPriority=Normal
ThreadUpdateInterval=0.033334
bEnableSDKLogs=True
bEnableInternalLogs=False
bEnableDebuggingLogs=False
StringDelimiters=" ,.;:[]{}!\'\"?"
DefaultOptions=(SubscriptionKey="",RegionID="",bUsePrivateEndpoint=False,PrivateEndpoint="",LanguageID="pt-BR",VoiceName="pt-BR-BrendaNeural",ProfanityFilter=Raw,AutoCandidateLanguages=("pt-BR","es-ES","en-US","de-DE","fr-FR","el-GR","it-IT","ja-JP","ko-KR","zh-CN"),bEnableViseme=True,SpeechSynthesisOutputFormat=Riff16Khz16BitMonoPcm,SpeechRecognitionOutputFormat=Detailed)

[/Script/HttpGPT.HttpGPTSettings]

3 changes: 3 additions & 0 deletions Content/Main/Blueprints/WBP_AzSpeech_Settings.uasset
Git LFS file not shown
4 changes: 2 additions & 2 deletions Content/Main/Blueprints/WBP_Chat.uasset
Git LFS file not shown
4 changes: 2 additions & 2 deletions Content/Main/Blueprints/WBP_ChatMessage.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Main/Blueprints/WBP_HttpGPT_Settings.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Main/Blueprints/WBP_Settings_Shell.uasset
Git LFS file not shown
4 changes: 2 additions & 2 deletions Content/Main/Maps/MP_Main.umap
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Main/Maps/MP_Main_BuiltData.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Main/Textures/TX_Settings_Icon.uasset
Git LFS file not shown
2 changes: 1 addition & 1 deletion Plugins/UEAzSpeech
Submodule UEAzSpeech updated 114 files
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![image](https://user-images.githubusercontent.com/77353979/222471775-4ce39cdd-aeb5-4988-b234-130643381e60.png)
# Unreal Engine Project: SpeechGPT

![image](https://user-images.githubusercontent.com/77353979/226224009-b3f06752-4425-4539-8ba0-a40634f562e2.png)

# UESpeechGPT
Example Project that uses both OpenAI GPT and Microsoft Azure Speech Services

## Links
Expand Down

0 comments on commit 26a7b2e

Please sign in to comment.