Voice Changer in Cubase 14: Complete DAW Setup

Set up a real-time voice changer in Steinberg Cubase 14 on Windows and Mac. VST3 inserts, VariAudio pitch tricks, MIDI control, and Nuendo tips covered.

Voice Changer in Cubase 14: Complete DAW Setup

Cubase voice changer integration is more capable than most producers realize. Steinberg Cubase 14 ships with a mature VST3 hosting engine, flexible input routing, MIDI Quick Controls, and VariAudio — a pitch editor that rival DAWs still struggle to match. Whether you want to transform your voice in real time during a recording session, automate pitch effects via MIDI, or process narration before it hits a Cubase track, this guide covers every path from microphone to mix-ready vocal.

The post covers Windows 10/11 and macOS workflows, the VST3 insert method, virtual microphone routing through Audio Connections, VariAudio pitch manipulation on captured takes, MIDI-controlled real-time effects, and notes on Steinberg Nuendo for film and post-production work where voice transformation plays a different role.


TL;DR

  • Two main integration paths: insert a VST3 voice changer plugin on an Input Monitor track, or route a virtual microphone through Cubase’s Audio Connections.
  • Enable Input Monitor on the recording track so the VST3 chain runs live — this is what makes real-time monitoring possible.
  • VariAudio handles pitch editing on already-recorded audio; for live pitch-shift during recording, use a VST3 pitch plugin or an upstream real-time voice changer.
  • MIDI Quick Controls map any VST3 parameter to a hardware controller — morph voice effects by turning a knob while recording.
  • Buffer size 64–128 samples at 48 kHz gives sub-10ms round-trip latency on a decent ASIO interface.
  • Nuendo users get identical VST3 hosting; the same workflow transfers directly, with Nuendo’s ADR and loudness tools on top.

Why Cubase Is an Excellent Host for Voice Changer Workflows

Steinberg built Cubase around VST — they invented the standard in 1996. VST3, the current generation, adds sample-accurate parameter automation, side-chain support, and smarter audio processing suspension when a channel is silent. For voice changer work, this matters in a few concrete ways.

VST3 parameter precision. If your voice changer plugin exposes pitch, formant, or timbre parameters as VST3 controls, Cubase can record and play back every parameter movement with sample-accurate timing. Live-recorded automation becomes part of the project, reproducible frame-by-frame on every mixdown.

Input Monitor routing. Cubase’s Input Monitor mode processes audio through the insert chain before it reaches the record buffer. This is what enables real-time voice transformation: you hear and record the processed signal, not the raw mic. The buffer is a copy of whatever exits the plugin chain.

MIDI Quick Controls. Cubase’s Quick Controls system lets you map up to eight VST3 parameters per plugin to a single MIDI remote surface. Assign formant shift to CC1, pitch to CC11, and reverb depth to CC7, then perform the effect movements live while recording. The movements get recorded as MIDI-triggered automation.

VariAudio. Most DAWs have pitch editors. Steinberg’s VariAudio — available in Cubase Pro and Artist — is one of the best. For voice changer workflows where you capture a processed vocal and want further creative pitch shaping in post, VariAudio does this in the same project without leaving Cubase for a dedicated pitch tool.


Two Integration Paths: VST3 Insert vs. Virtual Microphone

There are two practical ways to get a real-time voice changer into a Cubase session.

Path 1 — VST3 Insert on an Input Monitor Track

This is the native DAW approach. You insert your voice changer directly into the FX chain of a recording track, and Cubase processes the signal internally.

Requirements:

  • A voice changer that ships as a VST3 plugin (.vst3 file).
  • An audio interface with a low-latency ASIO driver (Windows) or Core Audio (Mac).

Steps:

  1. Open Cubase 14. In the Project window, create a new Audio Track (Add Track > Audio, mono or stereo).
  2. In the Track Inspector on the left, set the Input Routing to the bus connected to your physical microphone.
  3. Click the Input Monitor button (the speaker icon on the track header, or the monitor icon in the Inspector). The icon turns orange/amber when active.
  4. Open the Inserts section in the Inspector. Click an empty insert slot (pre-fader slots are labeled Pre in Cubase 14).
  5. Navigate to your VST3 voice changer in the plugin browser and load it.
  6. Talk into your mic. You should hear your processed voice through your monitoring headphones or speakers.

If the plugin is not showing in the browser, run Studio > VST Plug-in Manager and click Update to rescan the VST3 folder (C:\Program Files\Common Files\VST3 on Windows, /Library/Audio/Plug-Ins/VST3 on Mac).

Path 2 — Virtual Microphone via Audio Connections

This method works with any real-time voice changer that creates a virtual audio device — including apps that do not ship a VST3 plugin. VoxBooster, for example, creates a VoxBooster Virtual Mic Windows audio device.

Steps:

  1. Open your voice changer application and configure it (select physical mic input, choose voice effect or loaded AI model).
  2. In Cubase, open Studio > Audio Connections (F4).
  3. Click the Inputs tab. Add a new input bus (stereo or mono). In the Device Port column, select the voice changer’s virtual microphone device (e.g., “VoxBooster Virtual Mic” or the virtual cable device it routes to on Mac).
  4. Name the bus (e.g., “Voice Changer In”) and close the dialog.
  5. Create a new Audio Track. Set its Input Routing to the new “Voice Changer In” bus.
  6. Enable Input Monitor. Arm for recording. You are recording the already-processed voice.

On Mac, the virtual audio bridge is typically BlackHole or Loopback (Rogue Amoeba). Set your voice changer’s output to route into BlackHole, then map the BlackHole device port as the Cubase input bus.


Configuring VariAudio for Voice Pitch Editing

VariAudio operates post-recording, not live. Once you have a vocal take captured — whether dry or already processed through a voice changer — you can open VariAudio to perform note-by-note pitch manipulation.

Opening VariAudio:

  1. Double-click the audio clip on the Cubase timeline to open the Sample Editor.
  2. In the left panel of the Sample Editor, click VariAudio. Cubase analyzes the audio and displays colored segments representing detected pitch segments.
  3. You can now drag individual segments up or down to shift pitch, tilt them to add pitch slides, or snap them to grid using the Straighten Pitch quantization tool.

Voice changer use cases for VariAudio:

  • You recorded a voice-changed vocal but the pitch drift in certain phrases sounds unnatural. VariAudio lets you correct those segments without re-recording.
  • You want to layer a processed voice at a different pitch to create a harmonized vocal stack. Duplicate the clip, open VariAudio on the duplicate, shift specific segments up a third or fifth.
  • You recorded a narration with a formant-shifted effect and a few syllables slipped back toward the original pitch. VariAudio can lock those back down to the target pitch range.

VariAudio vs. real-time pitch plugins:

FeatureVariAudioReal-time VST3 Pitch Plugin
Operates onRecorded audio clipsLive input signal
Pitch precisionNote-by-note segment editingContinuous shift or snap-to-scale
Listening while editingYes, in Sample EditorYes, via Input Monitor
CPU impactOne-time analysis passContinuous DSP load
Best forPost-recording correctionLive performance / streaming

Optimizing Buffer Size and Latency in Cubase

Latency is the most common complaint when running voice changer plugins in a DAW. Here is how to minimize it in Cubase.

On Windows with ASIO:

  1. Open Studio > Studio Setup > Audio System. Confirm the ASIO Driver is set to your audio interface’s native ASIO driver (e.g., “Focusrite USB ASIO”, “Steinberg UR-RT2”, “MOTU UltraLite ASIO”).
  2. Click on the driver name in the left panel to open its control panel. Locate the Buffer Size setting and set it to 64 or 128 samples.
  3. Back in Cubase, check the reported Input Latency and Output Latency at the bottom of the Studio Setup dialog. At 48 kHz and 128 samples, typical total round-trip latency is 5–8ms on a dedicated interface.

If you only have a built-in sound card (no external interface), install ASIO4ALL and select it as the ASIO driver. ASIO4ALL wraps the Windows WDM driver and can achieve 128-sample buffers on most modern Intel and AMD systems, though dedicated interfaces are significantly more stable.

On Mac with Core Audio:

Core Audio latency is set per device rather than in Cubase. Open Audio MIDI Setup, select your input device, and check the supported buffer sizes. Most USB interfaces support down to 32 samples on Mac. In Cubase’s Studio Setup, select the device and set the buffer in the same dialog.

Buffer size reference table:

Buffer (samples)Latency at 44.1 kHzLatency at 48 kHzPractical feel
320.7 ms0.7 msImperceptible
641.5 ms1.3 msImperceptible
1282.9 ms2.7 msImperceptible
2565.8 ms5.3 msJust noticeable
51211.6 ms10.7 msNoticeable
102423.2 ms21.3 msCauses performance issues

These are plugin processing latencies only. Add your voice changer’s own processing delay (typically 5–20ms for AI-based tools) on top. VoxBooster targets under 10ms local processing — total round-trip at 128 samples / 48 kHz is typically 15–18ms, below the 20ms threshold most performers perceive as problematic.


MIDI-Controlled Real-Time Voice Effects in Cubase

One of the most distinctive features of Cubase as a voice changer host is MIDI Quick Controls. If your VST3 voice changer exposes parameters, you can manipulate them live from a MIDI keyboard, pad controller, or expression pedal.

Setting up MIDI Quick Controls:

  1. Click on the audio track that hosts the voice changer insert.
  2. In the Inspector, scroll to Quick Controls. Eight knob slots appear.
  3. Right-click a slot and choose Learn VST Parameter. Move a parameter in your plugin (e.g., the pitch shift knob). Cubase captures it and assigns it to that Quick Control slot.
  4. Enable MIDI Remote (or use the legacy Generic Remote under Studio Setup). Map an incoming MIDI CC from your controller to Quick Control 1, 2, etc.
  5. Press Record in Cubase. Speak into your mic and move the controller knob. The parameter changes are recorded as automation on the track.

Example performance workflow:

  • Assign formant shift to expression pedal (CC11): press down for a deeper voice, release for normal.
  • Assign reverb send to mod wheel (CC1): increase for dramatic effect, cut for intimate close-mic tone.
  • Assign pitch shift to a knob on a mini controller: turn for gradually sliding pitch up a character voice.

This turns voice effect performance into a live instrument-like experience. The recorded automation is editable in Cubase’s automation lanes after the session, giving you precise control in mix.


Setting Up Cubase 14 on Windows: Audio Interface Recommendations

Cubase 14 requires ASIO for low-latency Windows performance. If you are buying an interface specifically for voice changer use in Cubase, consider:

Steinberg UR series (UR12, UR22C, UR44C): Native integration with Cubase via the dspMixFx hardware DSP. The Steinberg ASIO driver is tuned specifically for Cubase and achieves 32-sample buffers reliably on modern hardware. The UR22C (USB-C) is the most popular entry-level choice at around $110 USD.

Focusrite Scarlett series (Scarlett Solo, 2i2, 4i4): Excellent ASIO drivers, widely used in home studios. The Scarlett 2i2 4th gen is a common recommendation for voice work — two microphone inputs, 24-bit/192 kHz capability, and stable 64-sample performance.

Built-in audio (ASIO4ALL): Workable for testing but not recommended for serious voice changer sessions. Built-in audio chips have higher driver latency and are more prone to audio glitches when CPU load increases.


Cubase 14 on Mac: Routing a Voice Changer Through Core Audio

On macOS, Cubase uses Core Audio directly. The challenge is that most real-time voice changers output to a virtual microphone device, and some Mac voice changer tools do not integrate cleanly into Core Audio without a bridge.

Using BlackHole (free):

BlackHole is a free open-source virtual audio driver for macOS that creates a zero-latency loopback channel between applications. Install BlackHole 2ch, then:

  1. Configure your voice changer to output processed audio to BlackHole 2ch output.
  2. In Cubase, open Audio Connections > Inputs. Add an input bus with its Device Port set to BlackHole 2ch.
  3. Route that input bus to your recording track. Cubase receives the processed voice.

Using an Aggregate Device (built into macOS):

If your voice changer supports it, create an Aggregate Device in macOS Audio MIDI Setup that combines your physical interface input with the voice changer’s virtual output. Cubase sees the Aggregate Device as a single multi-channel interface.

This is particularly useful for Cubase users on Mac who want to record both a dry backup (from the physical interface) and the processed voice (from the virtual output) simultaneously on separate tracks — a common practice for voice-over work where the client may want the unprocessed version later.


Comparing Voice Changer Integration Options for Cubase

ApproachOSLatencyVoice qualityComplexity
VST3 insert, ASIO 128-sampleWindows~15ms totalDepends on pluginLow
Virtual mic via Audio ConnectionsWindows~15–20ms totalDepends on appLow
BlackHole bridgemacOS~12–18ms totalDepends on appMedium
Aggregate DevicemacOS~15–20ms totalDepends on appMedium
Hardware voice processor (external)BothNear 0ms extraHardware fixedHigh cost

For most users, the VST3 insert path on Windows with a dedicated ASIO interface gives the best combination of low latency, flexibility, and project portability. The virtual mic path is easier to set up but adds one more app to the signal chain.

VoxBooster supports both paths on Windows: it ships a VST3 plugin for direct Cubase insert use, and creates a virtual microphone device for the Audio Connections route. This gives you flexibility depending on whether you want Cubase to own the voice processing (VST3 path, where everything lives in the project) or the voice changer to run independently (virtual mic path, where you can switch voice effects without touching the Cubase session).


Cubase in Professional Voice-Over Production

Cubase’s position in professional voice-over work is well established. Steinberg’s audio engine runs at 32-bit float internal precision, which preserves headroom through lengthy plugin chains without accumulating rounding noise. For narration and dubbing work, where voice changer processing is one stage among many (EQ, dynamic compression, de-essing, loudness normalization), this matters.

Common professional voice-over chain in Cubase:

Physical mic (XLR)
  → Audio interface preamp
    → Cubase input bus
      → Insert 1: Gate / Noise Suppressor (Steinberg Gate or third-party)
      → Insert 2: Voice Changer VST3 (formant, pitch, timbre transform)
      → Insert 3: EQ (Frequency 2 or Fabfilter Pro-Q)
      → Insert 4: Compressor (Vintage VCA or Waves SSL)
      → Insert 5: Loudness Limiter
        → Audio track record

AI-based voice cloning tools add significant value here for voice-over production. The ability to perform narration in a character voice in real time — rather than recording dry and replacing it in post — saves substantial editing time when dealing with hours of dialog or audiobook content.


Steinberg Nuendo: Film and Post-Production with Voice Changers

Nuendo is Steinberg’s post-production DAW, built on the same audio engine as Cubase Pro but extended with features aimed at film, television, and game audio.

What Nuendo adds over Cubase:

  • ADR (Automatic Dialog Replacement) module: Cues dialog replacement sessions with picture lock, looping playback, and take management. If you are replacing character voices using AI voice conversion, ADR mode streamlines the workflow significantly.
  • Loudness normalization (EBU R128 / ITU-R BS.1770): Required for broadcast delivery. Nuendo can normalize rendered mixes to target loudness standards automatically.
  • Re-recording mixer: A purpose-built mix environment for film stems (dialog, music, effects).
  • Game audio export (ADM, AAF, OMF): Export formats used by Wwise, FMOD, and Unity.
  • Dolby Atmos integration: Spatial mixing for cinema and streaming platform delivery.

For voice changer use in Nuendo, the technical setup is identical to Cubase — same VST3 insert method, same Audio Connections routing, same MIDI Quick Controls. The difference is the post-production context. A voice actor using an AI voice changer to perform multiple characters in an animation ADR session, for example, benefits from Nuendo’s take management and picture-sync tools.

Nuendo’s pricing reflects its professional target ($699 new, $299 upgrade from Cubase Pro as of 2026). For pure voice changer experimentation and music production, Cubase Pro ($599) is the more practical choice. But if your workflow involves film post, game audio, or broadcast delivery, Nuendo makes the complete pipeline available in one application.


VoxBooster + Cubase: Practical Session Tips

A few specifics worth knowing when combining VoxBooster with Cubase 14.

Sample rate alignment: VoxBooster’s virtual mic defaults to 48 000 Hz. Cubase’s default project sample rate is also 48 kHz — so they match without adjustment. If you changed the project rate to 44 100 Hz (common for music projects), either reset VoxBooster’s virtual device to 44 100 Hz in Windows Sound settings or accept the minor quality cost of OS-level resampling.

Plugin GUI and touch automation: If you are using VoxBooster as a VST3 insert, opening the plugin GUI inside Cubase allows Cubase to track which parameters you are touching. This enables Touch and Latch automation modes, not just Write mode. Touch mode is particularly useful for dynamic voice sessions: automation is written only while you hold a control, reverting to the previous value when you release.

Monitoring headphones vs. speakers: When using Input Monitor in Cubase with a voice changer, always monitor through headphones if you are recording in the same room as the mic. Running speakers while Input Monitor is active creates a feedback loop. Cubase’s Control Room (available in Pro) lets you configure separate monitoring chains for recording vs. mixing, which solves this if you use a studio-style setup.

Exporting the processed take: When you render/export a Cubase track that was recorded via the virtual mic path, the exported audio is already the processed voice — no additional processing happens on export. When using the VST3 insert path, the inserts are recorded into the audio file at the time of recording (not on export), so the exported file is also already processed. Either way, the export contains the transformed voice.

For broader context on DAW voice changer workflows, see the guides on using a voice changer in Ableton Live and Pro Tools voice changer sessions. The Logic Pro voice changer workflow covers the macOS-specific BlackHole routing in more depth.


Frequently Asked Questions

Can you use a voice changer in Cubase?

Yes. Insert a VST3 voice changer plugin into the FX chain of any input monitor track in Cubase, or route a virtual microphone output into Cubase’s audio input. Both approaches work on Windows and Mac. Enable Input Monitor on the track so the processed signal plays through to your headphones in real time.

What is VariAudio in Cubase and can it change my voice?

VariAudio is Steinberg’s built-in pitch-editing tool that works on recorded audio clips. It cannot transform incoming voice in real time — it operates on already-captured material. You can use it to shift pitch, correct intonation, or creatively reshape a recorded vocal performance note-by-note after the fact.

How do I insert a VST3 plugin on a live input track in Cubase?

Create an Audio Track, arm it for recording, and enable the Input Monitor button (the speaker icon). Open the Inspector panel on the left, find the Inserts section, and click an empty slot. Browse to your VST3 plugin. With Input Monitor active, audio flows through the plugin chain in real time before hitting the recording buffer.

Does Cubase 14 support MIDI-controlled voice effects?

Yes. Any VST3 instrument or effect that exposes MIDI-controllable parameters can receive automation or live MIDI CC from a controller connected to Cubase. Map MIDI CCs to plugin parameters via the Quick Controls or the Generic Remote in the Studio Setup menu, then send MIDI data from any connected keyboard or pad controller.

What is Steinberg Nuendo and how is it related to Cubase?

Nuendo is Steinberg’s professional post-production DAW, architecturally built on the same codebase as Cubase Pro. It adds ADR cueing, loudness normalization to EBU R128 / SMPTE standards, re-recording mixer tools, and game audio export formats. All VST3 plugins and routing techniques that work in Cubase transfer directly to Nuendo.

How do I reduce voice changer latency in Cubase?

In Studio > Studio Setup > Audio System, lower the Buffer Size to 64 or 128 samples. On Windows, use ASIO drivers (your audio interface ASIO driver, or ASIO4ALL for built-in audio). On Mac, Core Audio latency is set per device. Lower buffer sizes reduce round-trip latency but increase CPU load — find the lowest stable value your system can maintain.

Can I use VoxBooster as a virtual microphone source in Cubase instead of as a VST3 plugin?

Yes. VoxBooster creates a Windows virtual microphone device (VoxBooster Virtual Mic). In Cubase’s Studio > Audio Connections > Inputs, add a mono or stereo input bus and set its device port to VoxBooster Virtual Mic. Cubase records from that bus as if it were a real microphone, receiving your voice already transformed.


Conclusion

Getting a cubase voice changer workflow running is straightforward once you understand Cubase’s two entry points: VST3 inserts on Input Monitor tracks for plugin-based processing, and Audio Connections input buses for virtual microphone routing. Either path gives you a real-time processed voice in your session at latencies that are completely transparent for performance and recording.

VariAudio handles whatever pitch work remains after capture. MIDI Quick Controls turn your voice effects into a performable instrument. And if your work eventually moves into film, broadcast, or game audio territory, Steinberg Nuendo extends the same engine with the post-production tools those pipelines require.

For content creators running Cubase as their primary recording environment, the VST3 insert path is the cleanest: everything lives in the project file, automation is tracked and editable, and there are no extra applications to manage. Try downloading VoxBooster and loading it as a VST3 insert on your next session to hear what AI voice conversion sounds like inside a professional DAW context.

Try VoxBooster — 3-day free trial.

Real-time voice cloning, soundboard, and effects — wherever you already talk.

  • No credit card
  • ~30ms latency
  • Discord · Teams · OBS
Try free for 3 days