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

Commit

Permalink
Dev/speech data provider refactor (#151)
Browse files Browse the repository at this point in the history
* updated namespace reference for interface

* updated references in registry
  • Loading branch information
StephenHodgson committed Apr 11, 2020
1 parent 272c513 commit a0328b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ MonoBehaviour:
- reference: XRTK.Definitions.Platforms.EditorPlatform, XRTK
profile: {fileID: 11400000, guid: f0d940cf9cc45184bba3adf6d1350849, type: 2}
- instancedType:
reference: XRTK.Providers.Controllers.Speech.WindowsSpeechDataProvider, XRTK
reference: XRTK.Providers.Speech.WindowsSpeechDataProvider, XRTK
name: Windows Speech Data Provider
priority: 4
platformEntries:
Expand All @@ -84,7 +84,7 @@ MonoBehaviour:
- reference: XRTK.Definitions.Platforms.UniversalWindowsPlatform, XRTK
profile: {fileID: 11400000, guid: 4d3282a503ed2714f89cd628a249c1c1, type: 2}
- instancedType:
reference: XRTK.Providers.Controllers.Speech.WindowsDictationDataProvider, XRTK
reference: XRTK.Providers.Speech.WindowsDictationDataProvider, XRTK
name: Windows Dictation Data Provider
priority: 6
platformEntries:
Expand Down
2 changes: 1 addition & 1 deletion Features/Input/Handlers/BaseDictationHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using UnityEngine;
using XRTK.EventDatum.Input;
using XRTK.Interfaces.InputSystem.Handlers;
using XRTK.Interfaces.Providers.Controllers;
using XRTK.Interfaces.Providers.Speech;
using XRTK.Services;

namespace XRTK.SDK.Input.Handlers
Expand Down

0 comments on commit a0328b7

Please sign in to comment.