Skip to content

Commit 7739c66

Browse files
committed
removing whisper unity package
1 parent e898ee2 commit 7739c66

File tree

76 files changed

+1
-2841
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1
-2841
lines changed

Assets/Project/Scripts/Player/Actions/HandInteractions.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ void CastSpell() //cast spell with SpellCasting class
184184
{
185185
if (GameSettings.useSpeech && !PlayerParams.Variables.uiActive) //if using speach then microphone starting to record
186186
{
187-
// Wait for the specified recording time
188-
StartCoroutine(PlayerParams.Controllers.spellCasting.CastSpell());
187+
PlayerParams.Controllers.playerMovement.StartCoroutine(PlayerParams.Controllers.spellCasting.CastSpell());
189188
}
190189
else if (!PlayerParams.Variables.uiActive) //open spells menu if using speech is off
191190
{

Assets/Project/Scripts/Player/Actions/SpellCasting.cs

-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using System.Collections;
22
using System.Collections.Generic;
33
using UnityEngine;
4-
using Whisper;
5-
using Whisper.Utils;
64
using System.Linq;
75
using UnityEngine.Rendering;
86
using System.IO.MemoryMappedFiles;
@@ -43,10 +41,6 @@ public class SpellCasting : MonoBehaviour
4341
private AudioSource castingFailSound;
4442
private AudioSource castingFinishedSound;
4543

46-
//classes necessary for speach to text
47-
private MicrophoneRecord microphoneRecord;
48-
private WhisperManager whisper;
49-
5044
//private bool isTranscribing = false;
5145

5246
private bool _isAbleToCast = true;

Assets/Project/Scripts/Player/Actions/WhisperDemo.meta

-8
This file was deleted.

Assets/Project/Scripts/Player/Actions/WhisperDemo/MicrophoneDemo.cs

-91
This file was deleted.

Assets/Project/Scripts/Player/Actions/WhisperDemo/MicrophoneDemo.cs.meta

-11
This file was deleted.
-74.1 MB
Binary file not shown.

Assets/StreamingAssets/Whisper/ggml-tiny.bin.meta

-7
This file was deleted.

Packages/com.whisper.unity/Editor.meta

-8
This file was deleted.

Packages/com.whisper.unity/Editor/CheckAndroidPreprocessBuild.cs

-30
This file was deleted.

Packages/com.whisper.unity/Editor/CheckAndroidPreprocessBuild.cs.meta

-11
This file was deleted.

Packages/com.whisper.unity/Editor/DisableBitcodePostProcess.cs

-44
This file was deleted.

Packages/com.whisper.unity/Editor/DisableBitcodePostProcess.cs.meta

-11
This file was deleted.

Packages/com.whisper.unity/Editor/com.whisper.unity.editor.asmdef

-16
This file was deleted.

Packages/com.whisper.unity/Editor/com.whisper.unity.editor.asmdef.meta

-7
This file was deleted.

Packages/com.whisper.unity/Plugins.meta

-8
This file was deleted.

Packages/com.whisper.unity/Plugins/Android.meta

-8
This file was deleted.
Binary file not shown.

Packages/com.whisper.unity/Plugins/Android/libwhisper.a.meta

-81
This file was deleted.

Packages/com.whisper.unity/Plugins/Linux.meta

-8
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)