#“Extract” audio from markdown

1 messages · Page 1 of 1 (latest)

vocal oxide
#

No clue how my friend ended up in this situation but he recorded a voice message within his notes, and the only way he could share it is in markdown format.

Does anyone know how to open and then export the audio to mp3?

woven shell
#

you could try audacity, or play it back and record it from either obs or audacity

#

extract audio from markdown use this in google, it gives a video tut on how to extract the audio

tepid ingot
woven shell
#

Here's a breakdown of how to approach audio extraction:

1. Identifying the source:
Determine where the audio you want to extract is located. It could be within a video file, an audio file, or potentially embedded in another format. 
  1. Using appropriate tools:

    Video editing software: Many video editing programs (like Movavi, Descript, or Audacity) can extract audio from video files.

Online tools: Several websites offer audio extraction services.
Programming: You can use libraries like the Web Audio API in JavaScript to access and process audio data within HTML video elements.

  1. Example: Using Descript:
    If you're working with a video containing a speaker's voice, you can use Descript to separate the audio track from the video. Descript offers features like automatically detecting and separating different speakers, which can be helpful in extracting specific audio segments.
  2. Example: Using Audacity:
    Audacity, a free, open-source audio editor, can import various audio and video formats and allows you to export the audio to different formats.

This video explains how to extract audio from a video using MKVToolNix:

vocal oxide
#

He used Android, in case that makes it easier

#

But yeah he already said he’d likely just record the audio and “extract” it that way