Carrot Recorder

Max/MSP · 2024

← Back to Coding

📱 Mobile View For the best experience viewing detailed project content, please visit this page on a desktop or laptop computer.
Carrot Recorder interface

Reference from Zootopia

This clip from Disney's Zootopia shows the original carrot recorder in action—demonstrating playback, speed manipulation, and selective word triggering that inspired this Max/MSP recreation.

About

Inspired by the iconic carrot recorder from Disney's Zootopia, this Max/MSP project recreates the device's functionality as a fully operational audio tool. The system features real-time recording, playback with variable speed control, reverse playback, and intelligent word-level segmentation.

By integrating OpenAI's Whisper speech recognition model, the carrot recorder can automatically parse recorded audio into individual words stored in separate buffers. Users can then trigger specific words or phrases on demand, manipulate playback speed, and create complex audio arrangements from spoken material.

This project demonstrates creative Max/MSP development skills, combining audio processing, external API integration, and interactive interface design. It represents both technical problem-solving and a playful exploration of fictional technology brought to life.

Features

  • Real-time Recording: Capture audio directly into Max/MSP buffers
  • Playback Controls: Standard play/pause with visual feedback
  • Speed Manipulation: Accelerate or decelerate playback with pitch shifting
  • Reverse Playback: Play audio backwards for creative effects
  • Word Segmentation: Automatic transcription and word-level buffer splitting via Whisper API
  • Selective Playback: Trigger individual words or sequences from the parsed transcript