Instructions to use unity/inference-engine-whisper-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use unity/inference-engine-whisper-tiny with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
| %YAML 1.1 | |
| %TAG !u! tag:unity3d.com,2011: | |
| --- !u!11 &1 | |
| AudioManager: | |
| m_ObjectHideFlags: 0 | |
| serializedVersion: 2 | |
| m_Volume: 1 | |
| Rolloff Scale: 1 | |
| Doppler Factor: 1 | |
| Default Speaker Mode: 2 | |
| m_SampleRate: 0 | |
| m_DSPBufferSize: 1024 | |
| m_VirtualVoiceCount: 512 | |
| m_RealVoiceCount: 32 | |
| m_SpatializerPlugin: | |
| m_AmbisonicDecoderPlugin: | |
| m_DisableAudio: 0 | |
| m_VirtualizeEffects: 1 | |
| m_RequestedDSPBufferSize: 1024 | |