Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
noelweichbrodt committed Apr 21, 2021
2 parents 4442ecb + 517c739 commit 68de84b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Spokestack/SpeechProcessor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,26 @@ internal enum SpeechProcessors: Int {

/// Profiles that may be passed to `SpeechPipelineBuilder` for easy pipeline configuring.
@objc public enum SpeechPipelineProfiles: Int {
/// VAD-sensitive Apple wakeword activates Apple ASR
case appleWakewordAppleSpeech
/// VAD-sensitive TFLiteWakeword activates Apple ASR
case tfLiteWakewordAppleSpeech
/// VAD-triggered Apple ASR
case vadTriggerAppleSpeech
/// Apple ASR that is manually activated and deactivated
case pushToTalkAppleSpeech
/// VAD-triggered Spokestack ASR
case vadTriggerSpokestackSpeech
/// VAD-sensitive TFLiteWakeword activates Spokestack ASR
case tfLiteWakewordSpokestackSpeech
/// VAD-triggered Spokestack ASR
case vadTriggerSpokestackSpeech
/// Spokestack ASR that is manually activated and deactivated
case pushToTalkSpokestackSpeech
/// VAD-sensitive Apple wakeword activates TFLite Keyword Recognizer
case appleWakewordKeyword
/// VAD-sensitive TFLiteWakeword activates TFLite Keyword Recognizer
case tfLiteWakewordKeyword
/// VAD-triggered TFLite Keyword Recognizer
case vadTriggerKeyword
/// VAD-sensitive Apple wakeword activates Apple ASR
case appleWakewordAppleSpeech
/// VAD-sensitive Apple wakeword activates TFLite Keyword Recognizer
case appleWakewordKeyword
}

extension SpeechPipelineProfiles {
Expand Down

0 comments on commit 68de84b

Please sign in to comment.