{% extends "base.html" %} {% load static %} {% block title %}Computer Audio Capture | {{ project_name }}{% endblock %} {% block meta_description %}Capture microphone input and browser-approved tab or system audio locally before connecting the workflow to Ytel.{% endblock %} {% block content %}
Computer audio first

Capture mic input and shared output audio in the browser.

This prototype lets you test call audio capture before the Ytel-specific integration. Your browser will ask permission for the microphone and for a tab/window/screen with audio.

Step 1

Connect audio sources

Not connected

Microphone input

Captures your voice or headset microphone.

Not connected

Computer/tab output

Use browser screen sharing and select a source with audio enabled.

Waiting

Combined recording mix

Records whichever approved sources are active.

Live

Capture log

  1. Ready. Connect the microphone or shared audio source to begin.
After test

Recommended next slice

Once capture works on your computer, the next practical build is a secure upload/transcription endpoint that turns the local recording into a pilot call transcript.

Open intake form
{% endblock %} {% block head %} {% endblock %}