The client Unity app to the Project #3 of the couse X-540 - Cloud Envorinments for Data Science and Artificial Intelligence - of the Post-Graduation Program in Applied Informatics from Universidade de Fortaleza (Unifor).
Go to file
Jonas Luz Jr. e0daa00205 Adds STT functionality with audio upload
Adds speech-to-text (STT) functionality by allowing users to upload audio clips, start transcription jobs, and download transcriptions.

Introduces new API endpoints for STT upload, start, and download.

Also, converts AudioClip to WAV byte array.
2025-11-26 19:31:12 -03:00
.utmp Fixes project and build settings to build for Android. 2025-11-23 18:59:11 -03:00
.vscode Adds basic scene to test microphone recording and playing. 2025-11-21 15:46:41 -03:00
Assets Adds STT functionality with audio upload 2025-11-26 19:31:12 -03:00
Packages Creates base Unity 6000.2.12f1 project. 2025-11-21 14:34:19 -03:00
ProjectSettings Fixes project and build settings to build for Android. 2025-11-23 18:59:11 -03:00
UIElementsSchema Adds GUI design. 2025-11-23 16:36:13 -03:00
.gitattributes Installs LFS and initiate image files tracking. 2025-11-21 14:36:07 -03:00
.gitignore Tunes in the audio output and reorganize context menus. 2025-11-23 14:14:59 -03:00
README.md Initial commit 2025-11-21 17:24:23 +00:00
unity-client.slnx Reorganizes and cleans up the project metadata files. 2025-11-22 11:18:02 -03:00

README.md

DIA.X540.cloud-ai.p3-client

The client Unity app to the Project #3 of the couse X-540 - Cloud Envorinments for Data Science and Artificial Intelligence - of the Post-Graduation Program in Applied Informatics from Universidade de Fortaleza (Unifor).