> ## Content Index
> Fetch the complete content index at: https://blog.addpipe.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Pipe Can Now Transcribe Your Recordings
- URL: https://blog.addpipe.com/pipe-can-now-transcribe-your-recordings/
- Published: 2026-09-15T10:49:54.000Z
- Updated: 2026-09-15T12:11:53.000Z
- Author: Remus
- Tags: Product Updates

The [Pipe Recording Platform](https://addpipe.com/) can now automatically transcribe your audio and video recordings.

We've integrated with [Replicate](https://replicate.com/) and currently use a variant of OpenAI's Whisper Large V3 model, more specifically, [incredibly-fast-whisper](https://replicate.com/vaibhavs10/incredibly-fast-whisper), to generate transcriptions across a large pool of languages quickly.

The transcription feature is opt-in.

## A Quick Look Behind the Scenes

Audio transcription runs as part of Pipe's existing processing pipeline. 

First, we extract the audio from the recording as a highly optimized audio file prepared for transcription. This process is independent of Pipe's [existing audio extraction feature](https://blog.addpipe.com/new-feature-extract-audio-from-video-and-screen-recordings/).

Once audio is ready, we send it to Replicate for transcription. The transcription file will be a JSON file - more details below -that we push to our storage or your storage together with all the other recording files. 

For most recordings, transcription takes only a few seconds. Very long recordings can take up to a few minutes. According to the model's own benchmark, it transcribes **150 minutes of audio in 100 seconds**.

It supports [100 languages](https://addpipe.com/docs/processing/transcribe-audio/), and automatically detects the language.

## What Happens to Your Audio?

Replicate retains the uploaded audio only while transcription is running and deletes it once transcription is complete. The resulting transcription data remains on Replicate for up to one hour after transcription finishes.

Replicate does not use customer-provided audio data to train its models.

## Transcription Output

The resulting transcription file will be in JSON format and named *STREAMNAME\_transcript.json*. It contains contains timestamped chunks, the full transcript text and metadata about the transcription job. The chunks/full text include punctuation. You can find the complete JSON schema in the transcription [documentation](https://addpipe.com/docs/processing/transcribe-audio/).

## Turning ON Audio Transcription

To enable transcription:

1. Log in to your [Pipe account dashboard](https://dashboard.addpipe.com/signin).
2. Navigate to the [Transcoding Engine](https://dashboard.addpipe.com/transcoding) page.
3. Scroll down to the **Audio Transcription** section.
4. Enable **Transcribe new recordings.**
5. Save

Once enabled, new recordings will be automatically transcribed as part of the processing pipeline.

## Beta Feature

Audio transcription is currently a **beta feature**. Some aspects of the feature, including the transcription output(s), may change as we continue to improve it.

If you try it out, we’d love to hear your feedback. Feel free to [contact us](https://addpipe.com/contact/) with any comments or suggestions.

## Pricing

Audio transcription is currently available as a complimentary service under fair use. The feature is available today during the trial and with all [paid subscriptions](https://addpipe.com/pricing/). This may change in the future.