TranscribePage
This component is the transcribe page of the application. It allows the user to record or upload audio and have it transcribed.
Functions¶
TranscribePage()¶
Defined in: src/pages/TranscribePage.tsx:36
The TranscribePage component.
This component is responsible for the following:
- Recording audio.
- Uploading audio.
- Transcribing audio.
- Displaying the transcription.
- Displaying a GPT-powered explanation of the transcription.
Returns¶
Element
The TranscribePage component.