mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
support google v2 enableVoiceActivityEvents (#703)
* support google v2 enableVoiceActivityEvents * support google v2 enableVoiceActivityEvents
This commit is contained in:
@@ -534,6 +534,9 @@ module.exports = (logger) => {
|
||||
}),
|
||||
...(rOpts.googleOptions?.transcriptNormalization && {
|
||||
GOOGLE_SPEECH_TRANSCRIPTION_NORMALIZATION: JSON.stringify(rOpts.googleOptions.transcriptNormalization)
|
||||
}),
|
||||
...(rOpts.googleOptions?.enableVoiceActivityEvents && {
|
||||
GOOGLE_SPEECH_ENABLE_VOICE_ACTIVITY_EVENTS: rOpts.googleOptions.enableVoiceActivityEvents
|
||||
})
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user