Match the symptom before changing settings

No input meter anywhere

Start with browser permission, the Windows/Linux default input and the physical microphone connection.

Live mic works; “Hear Recording” is silent

This matches the common Godot AudioEffectRecord failure reported by the developer and many players.

Recording plays, but it is very quiet

Lower music, check the selected output and raise the input level without clipping.

Voice is audible but late

Remove virtual routing and audio interfaces for one test. The game does not currently offer robust latency calibration.

Local browser tool

Microphone and playback checker

Nothing is uploaded

This tool asks the browser for one microphone, shows the reported input settings, and can make a short recording that stays in this tab. It does not send audio to ReStory Fix or test the game's Godot recording path.

No microphone access requested yet.

Input level
0%
Selected inputNot available
Signal detectedNot yet
Input channelsNot reported
Track sample rateNot reported
Browser audio rateNot available
Echo cancellationNot reported
How to read the result

If this page records and plays your voice but The Choicer Voicer stays silent, your browser, OS permission and basic input are working; the remaining problem is more likely inside the game, its selected output, or the known Godot recording bug.

Safe game checks, in order

  1. Run the official free demo. Test recorded playback before using the paid build or a long Dub session.
  2. Select plain system devices. Choose the actual headphones/speakers and microphone rather than a surround, Sonar, virtual mixer or broadcast channel.
  3. Restart after changing devices. Recent official comments include cases where selecting a new input required a restart.
  4. Use one or two output channels. The developer says multichannel output is a leading trigger for the Godot record-effect bug.
  5. Record one short sentence. Confirm that “Hear Recording” works; do not rely on the live meter or waveform alone.
  6. Only then restore extras. Re-enable EQ, virtual routing, surround sound or an interface one component at a time.

What channels and sample rate can tell you

The local tool reports what the browser exposes for the selected input and its own audio context. It cannot directly read the Windows speaker-mode setting used by Godot, so a browser result is a diagnostic clue—not proof that the game sees the same channel layout.

  • Channel count: one or two input channels is the simplest test path. The official developer evidence focuses more strongly on multichannel output than on the microphone itself.
  • 44,100 Hz: several players reported success after choosing 44.1 kHz and one/two channels. The developer asked for more testing, so label this a community workaround rather than an official requirement.
  • 48,000 Hz: a browser or interface reporting 48 kHz is not automatically wrong. Change it only as a controlled test and remember the original setting.
  • Virtual audio: it can help Discord routing, but it also adds another layer that can break or delay recording.

Which 0.5.2 build should you test?

The official store currently lists 0.5.2 full files for Windows and Linux. An August 6 official devlog separately describes 0.5.2-dev2 as an experimental mic-test build made with a custom Godot export; at the time of that post, the developer explicitly said it was not a final release. Check the current official file list and devlog before switching builds, and do not download reuploads from file-sharing comments.

Mixed results are real
Some official-thread testers reported restored playback, while others still had silence or crashes. Keep your stable copy and do not delete saves or packs as a first step.

Frequently asked questions

Why can I hear Live Microphone but not Hear Recording?

The live monitor and the game's record effect use different paths. The developer says the Godot record effect can fail even when the microphone itself is detected.

Does a moving waveform prove the recording was saved?

No. Multiple current reports describe a moving meter or waveform followed by silent playback. Always play back a short sample.

Should I delete save.json?

Not as an early fix. A community comment reports that resetting it changed a muted configuration, but this is not an official universal solution. Back up the entire game data folder before touching any save or settings file.

Sources and verification