Refactor STT architecture
This commit is contained in:
@@ -19,6 +19,15 @@
|
||||
</button>
|
||||
<input type="file" id="file-input" multiple hidden />
|
||||
<div class="compose__actions-right">
|
||||
<button
|
||||
type="button"
|
||||
class="compose__action-btn"
|
||||
id="transcribe"
|
||||
aria-label="Transcribe to text"
|
||||
title="Record and transcribe (does not send)"
|
||||
>
|
||||
<svg class="icon"><use href="/static/icons.svg#dictate"></use></svg>
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="compose__action-btn compose__action-btn--record"
|
||||
|
||||
Reference in New Issue
Block a user