Adding Speech-to-text component
This feature is only available in Content Manager v3 and later
Add an EAO audio player and a linked S2T are to a details pane:
{{#if model.hasAudioFile}}
{{content-manager/details-eao waveformUrl=model.waveformUrl playoutUrl=model.PlayoutUrl duration=model.Duration audioElementPlayout=false audioElement=legacyController.localAudio.audioElement gainOffset=legacyController.localAudio.gainOffset onError=(action "displayError")}}
{{/if}}
{{s2t-area validateEntry=true selectionEnabled=true showSpeakers=true showTimestamps=true legacyController=legacyController}}