Clean up noisy audio recordings directly in your browser using Web Audio API filtering. Apply high-pass and low-pass filters, a dynamics compressor, and a noise gate to remove hum, hiss, and background noise from voice recordings, podcasts, and more.
Trim a video to a specific start and end time directly in your browser using the MediaRecorder API. Upload an MP4 or WebM, define your clip, and download the trimmed result.
Record your screen directly in the browser using the Screen Capture API. Optionally overlay your webcam, pause and resume, then download the recording as a WebM file.
Convert text to speech with voice selection and speed controls, or transcribe speech to text in real-time. Uses built-in browser APIs — zero dependencies, total privacy.