Pass Voice to text to a file to register

Hi guys,

How to store my voice to tex as a file mp3 to keep as register for medical help? May be webflow? Some tips?

You can simply use the audio recorder component to record your voice. Then, you can generate text from it.

Hi, I need to make in one step, voice recorder generating a file.

How to make :

Voice to text + Voice recorded from step1 and save to my files by fileUpload (OneButton)

I haved tested in steps but for a panic case so complex to make.

Not entirely sure I understand the context here, so let me know if this looks correct:

  • Goal: A workflow that records audio, saves the MP3, and creates the text transcription.

  • Output needed: Both the audio file (MP3) and the voice-to-text result saved to files/data.

  • Constraint: Must be a single, simple action due to emergency/panic use; multi-step is not acceptable.

Just throwing off ideas here:

  • Audio Recorder component records to a column the audio file.
  • Triggers a workflow to transcribe it to text using an Audio to Text step.
  • Convert that text to a file using Create File step.
  • Open the audio link and the text link in new tabs, depending on the browser, probably the audio can auto download, but it’s browser-dependent. Else you would have a way to auto download the files, they exist in URL form at that point.