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

Commit

Permalink
Update AzSpeech
Browse files Browse the repository at this point in the history
  • Loading branch information
lucoiso committed Feb 28, 2023
1 parent 4196a0c commit 174c7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/UEAzSpeech
Submodule UEAzSpeech updated 24 files
+3 −4 AzSpeech.uplugin
+6 −1 Config/DefaultAzSpeech.ini
+1 −1 README.md
+13 −1 Source/AzSpeech/Private/AzSpeech/AzSpeechHelper.cpp
+4 −4 Source/AzSpeech/Private/AzSpeech/AzSpeechSettings.cpp
+59 −23 Source/AzSpeech/Private/AzSpeech/Runnables/AzSpeechRecognitionRunnable.cpp
+115 −41 Source/AzSpeech/Private/AzSpeech/Runnables/AzSpeechSynthesisRunnable.cpp
+26 −34 Source/AzSpeech/Private/AzSpeech/Runnables/Bases/AzSpeechRunnableBase.cpp
+13 −17 Source/AzSpeech/Private/AzSpeech/Tasks/Bases/AzSpeechRecognizerTaskBase.cpp
+2 −2 Source/AzSpeech/Private/AzSpeech/Tasks/Bases/AzSpeechSpeechSynthesisBase.cpp
+7 −8 Source/AzSpeech/Private/AzSpeech/Tasks/Bases/AzSpeechSynthesizerTaskBase.cpp
+4 −25 Source/AzSpeech/Private/AzSpeech/Tasks/Bases/AzSpeechTaskBase.cpp
+2 −2 Source/AzSpeech/Private/AzSpeech/Tasks/Bases/AzSpeechWavFileSynthesisBase.cpp
+1 −1 Source/AzSpeech/Private/AzSpeech/Tasks/SSMLToAudioDataAsync.cpp
+1 −1 Source/AzSpeech/Private/AzSpeech/Tasks/SSMLToSoundWaveAsync.cpp
+1 −1 Source/AzSpeech/Private/AzSpeech/Tasks/TextToAudioDataAsync.cpp
+1 −1 Source/AzSpeech/Private/AzSpeech/Tasks/TextToSoundWaveAsync.cpp
+46 −21 Source/AzSpeech/Public/AzSpeech/AzSpeechSettings.h
+3 −1 Source/AzSpeech/Public/AzSpeech/Runnables/AzSpeechRecognitionRunnable.h
+5 −1 Source/AzSpeech/Public/AzSpeech/Runnables/AzSpeechSynthesisRunnable.h
+3 −2 Source/AzSpeech/Public/AzSpeech/Runnables/Bases/AzSpeechRunnableBase.h
+33 −9 Source/AzSpeech/Public/AzSpeech/Tasks/Bases/AzSpeechTaskBase.h
+25 −17 Source/AzSpeechEditor/Private/SAzSpeechAudioGenerator.cpp
+4 −0 Source/AzSpeechEditor/Private/SAzSpeechAudioGenerator.h

0 comments on commit 174c7e3

Please sign in to comment.