MixReview.App

Help & Documentation

Everything you need to know about using MixReview.

1. Security

Your audio is confidential. MixReview is built so that only the people you explicitly invite can access your files โ€” and you stay in control at all times.

Private audio storage
Audio files are never publicly accessible. Every request is authenticated server-side. There is no direct URL that bypasses access control.
Personal access codes
Each client gets their own unique code. Codes are not shared passwords, they are tied to a specific person and can be rotated or revoked individually at any time.
Session limits
Each client access allows a maximum of 3 simultaneous sessions. If a new session is opened, the oldest one is automatically signed out and the client receives an email notification.
AES-256 encryption at rest
All audio files are encrypted with AES-256 before being stored.
Encrypted transport
All traffic runs over HTTPS. Session cookies are httpOnly and secure.

2. Inviting Clients

You can give clients secure, view-only access to a specific album. Each client gets a personal access code. An email address is optional, a username alone is enough. No account or password needed.

How to invite a client

  1. Open the album you want to share.
  2. Scroll to the "Clients" section at the top of the album page.
  3. Enter a username for the client, along with first and last name. An email address is optional.
  4. Click "+ Add client".
  5. Share the access link: click the "Share" button to open the share modal. From there you can copy a ready-made invite message, open a pre-filled draft in your mail client, or send the invitation directly via MixReview (email required).
  6. The client opens the link and signs in with their username or email and the personal access code. No account needed.
Clients section โ€“ empty state with username/email and name fields
๐Ÿ“ธClients section โ€“ empty state with username/email and name fieldspublic/help/v1.0_invite-clients-section.pngPNG ยท 1280 px ยท @2x Retina empfohlen

What clients can and cannot do

Clients can:

  • Listen to all mix variants (Stereo, Dolby Atmos (Binaural Downmix), Apple Spatial)
  • Switch between variants and track versions

Clients cannot:

  • Download any audio file
  • See other albums or projects
  • Change any settings

Managing existing clients

Once a client has been added, their row shows the following actions:

  • Rotate code: Generates a new access code and invalidates the old one. Use this if you want to block access without deleting the client entirely.
  • Share: Opens a modal with the access links and additional actions for this client (see below).
  • Delete client: Removes the client and invalidates their code permanently.

The Share modal contains the following actions. If you added the client with a username only (no email address), the email-related actions are not available.

  • Copy message to clipboard: Copies a ready-to-send invite message (including the access link and code) to your clipboard so you can paste it anywhere.
  • Open in Mail: Opens a pre-filled draft in your local mail client (e.g. Apple Mail). The subject, login link, and access code are already filled in โ€” you can add a personal message before sending. Only available if the client has an email address.
  • Send invitation: Sends the invite email directly via MixReview. Only available if the client has an email address.
  • Keep Client Informed: Toggle this on to automatically notify the client by email whenever you upload a new track or a new track version to this album. Toggle it off to stop notifications for that client. Only available if the client has an email address.
Clients list โ€“ client row with Share and Delete client
๐Ÿ“ธClients list โ€“ client row with Share and Delete clientpublic/help/v0.4.6_invite-clients-section.pngPNG ยท 1280 px ยท @2x Retina empfohlen
Share modal โ€“ username only (no email actions)
๐Ÿ“ธShare modal โ€“ username only (no email actions)public/help/v0.4.6_share-modal-username.pngPNG ยท 1280 px ยท @2x Retina empfohlen
Share modal โ€“ with email address (all actions available)
๐Ÿ“ธShare modal โ€“ with email address (all actions available)public/help/v0.4.6_share-modal-mail.pngPNG ยท 1280 px ยท @2x Retina empfohlen

3. Batch Upload

Batch upload lets you upload multiple mix variants at once. MixReview reads the filenames and automatically assigns each file to the right track and variant.

File naming convention

MixReview detects the variant from keywords in the filename. The part before the last _-separated keyword becomes the track name:

TrackName_Stereo.wavโ†’ Stereo Reference
TrackName_Binaural.wavโ†’ Dolby Atmos (Binaural Downmix)
TrackName_AppleSpatial.wavโ†’ Apple Spatial Prerendered
TrackName_Apple.mp4โ†’ Apple Spatial JOC (MP4)
Flexible matching: MixReview recognises many common keywords, e.g. Stereo, StereoRef, Dolby, Binaural, Apple, Spatial, JOC. If a file is not recognised automatically, you can assign the variant manually using the dropdown in the bundle preview.

How to batch upload

  1. Open an album in your dashboard.
  2. Click "Batch Upload" in the album.
  3. Drag and drop your files onto the upload area. Or click it to open a file picker and select multiple files at once (โŒ˜+A).
  4. MixReview analyses the filenames and shows a preview of the assignment.
  5. Review the bundles and click "Upload". Progress is shown per file.
Batch Upload dropzone with file list and bundle preview
๐Ÿ“ธBatch Upload dropzone with file list and bundle previewpublic/help/v1.0_batch-upload.pngPNG ยท 1280 px ยท @2x Retina empfohlen

How bundling works

After dropping your files, MixReview automatically groups them into track version bundles:

  • Files with the same track name are automatically bundled into one track version, e.g. MySong_Stereo.wav and MySong_Binaural.wav become two variants of the same version.
  • The variant (Stereo, Binaural, Apple Spatial Prerendered, Apple Spatial JOC) is detected automatically from the filename. The detection is smarter than simple keyword matching โ€” it learns the naming pattern of your files.
  • If a file is not recognised, it is flagged in red. Use the variant dropdown on that file to assign it manually.
  • You can manually bundle groups before uploading. Drag one bundle onto another to merge them, or use the "Bundle with" buttons.
Example: Dropping 01 BlueSky V3_StereoRef.wav, 01 BlueSky V3_Dolby Atmos Binaural Downmix.wav, 01 BlueSky V3_Apple Prerendered.wav, 02 Sunrise 4424 Master V4_StereoRef.wav, 02 Sunrise V4_Apple Prerendered.wav and 02 Sunrise V4_Dolby Atmos Binaural Downmix.wav creates three bundles: 01 BlueSky V3 (Stereo Reference + Dolby Atmos (Binaural Downmix) + Apple Spatial Prerendered), 02 Sunrise 4424 Master V4 (Stereo Reference only) and 02 Sunrise V4 (Apple Spatial Prerendered + Dolby Atmos (Binaural Downmix)).
Bundle preview โ€“ files grouped into track versions with detected variants and manual assignment dropdown
๐Ÿ“ธBundle preview โ€“ files grouped into track versions with detected variants and manual assignment dropdownpublic/help/v0.4.4_batch-upload-bundles.pngPNG ยท 1280 px ยท @2x Retina empfohlen

MixReview includes a custom parser that lets you review and correct how filename tokens are classified. It is a power-user feature โ€” activate it via Customize Parser in the inline help menu (the ? button next to the Batch Upload heading).

Custom parser โ€” token classification for filename pattern learning
๐Ÿ“ธCustom parser โ€” token classification for filename pattern learningpublic/help/v0.4.6_batch-upload-parser.pngPNG ยท 1280 px ยท @2x Retina empfohlen

Adding new tracks vs. new versions

Batch Upload works the same whether the album already has tracks or is empty. Each bundle either creates a new track or adds a new mix version to an existing one โ€” depending on the filename.

  • If the track name in the filename does not match any existing track, a new track is created.
  • If the track name matches an existing track, a new mix version is added to that track.
Version naming: If you do not rename a bundle before uploading, the new mix version is automatically named New Mixversion 01 (or 02, 03 and so on if multiple unnamed versions exist). You can rename any version at any time directly in the album view.

New mix versions always appear at the top of the track card โ€” the most recent version is always shown first.

Supported formats

VariantFormatNotesPlan
Stereo ReferenceWAV24-bit recommendedFree
Dolby Atmos (Binaural Downmix)WAVBinaural-rendered stereoBasic
Apple Spatial PrerenderedWAVPre-rendered Apple Spatial WAVBasic
Apple Spatial JOC (MP4)MP4Device rendered Apple SpatialStudio

4. Album View

The album view is your main workspace. Here you manage tracks, mix versions, variants, and levels.

Album view with tracks, mix versions and level controls
๐Ÿ“ธAlbum view with tracks, mix versions and level controlspublic/help/v0.4.4_album-view.pngPNG ยท 1280 px ยท @2x Retina empfohlen

Sorting tracks

Each track has Move track up and Move track down buttons in the top right corner of the track card. Use them to reorder tracks within the album. The order is reflected immediately for clients in the player.

Renaming and deleting

  • Click the pencil icon next to a track name or mix version name to rename it inline.
  • Use Delete track to remove a track and all its mix versions and variants permanently.
  • Use Delete mixversion to remove a single mix version (and its variants) from a track.

Level settings

Different mix variants naturally have different loudness levels. Level settings let you compensate for this so clients always hear a fair, consistent comparison, without any variant sounding louder just because of its format.

Album settings
Set once for the whole album. All track versions use these values by default.
Track version settings
Override the album settings for a specific track version. Once set individually, this version is no longer affected when you change the album settings. Click "Reset to album default" to link it back.

Auto Level reads the measured LUFS (integrated loudness) of each variant, measured during upload via FFmpeg, and automatically calculates the gain needed to bring all variants to the same perceived loudness. It uses the quietest variant as the reference and adjusts all others downward to match. This way no clipping occurs and no limiting is needed.

When to use Auto Level: Whenever your variants have different loudness levels. Auto Level ensures that switching between Stereo Reference, Dolby Atmos (Binaural Downmix) or Apple Spatial Prerendered never feels louder or quieter. The comparison stays fair.
  1. Click Auto Level on a track version.
  2. MixReview calculates and fills in the gain values automatically based on the LUFS of each variant.
  3. You can still adjust individual values manually afterwards.
  4. Click "Reset to album default" to go back to the album-level settings.

Playback shortcuts

  • Space bar: Start or pause playback.
  • 0: Return the playhead to the beginning.

Adding, replacing or deleting individual variants

  • Click the replace icon below a variant button to replace it with a new file. The LUFS value is recalculated automatically after upload.
  • Click the trash icon below a variant button to delete it from the mix version.
  • To add a missing variant to an existing mix version, click the green empty variant button (e.g. "+ Add Binaural").
Variant row with upload and delete icons
๐Ÿ“ธVariant row with upload and delete iconspublic/help/v0.4.4_album-view-variants.pngPNG ยท 1280 px ยท @2x Retina empfohlen

5. Plan, Storage & Account

You can view and change your plan anytime under Plan & Storage in the dashboard. Your current storage usage, next billing date and available plans are all shown on one page.

Plan & Storage page
๐Ÿ“ธPlan & Storage pagepublic/help/v1.0_plan-billing.pngPNG ยท 1280 px ยท @2x Retina empfohlen

Switching plans

  • Upgrades take effect immediately.
  • Downgrades are scheduled for the end of the current billing period. You can cancel a scheduled downgrade at any time before it takes effect.
Switch Plan โ€“ Free, Basic and Studio options
๐Ÿ“ธSwitch Plan โ€“ Free, Basic and Studio optionspublic/help/v1.0_switch_plan.pngPNG ยท 1280 px ยท @2x Retina empfohlen

What happens when you downgrade

If your current storage usage exceeds the limit of the new plan, a prompt will appear asking you to free up space before the downgrade takes effect. You will need to delete tracks or albums until your usage is within the new limit.

Your audio is safe. All uploaded track variants remain stored even after a downgrade. If you upgrade again later, all your variants reappear exactly as before. Nothing is deleted automatically.

Deleting your account

This cannot be undone. Deleting your account permanently removes all projects, albums, tracks, and uploaded files. Your Stripe subscription is cancelled immediately. There is no recovery option after confirmation.

You can delete your account at any time from the Projects page. In accordance with GDPR Art. 17 (right to be forgotten), all personal data and files are irrevocably removed from our systems.

  1. Open the Projects page in your dashboard.
  2. Click "Delete account" in the top-right corner of the page.
  3. Read the confirmation dialog carefully.
  4. Type "delete" in the confirmation field to enable the button.
  5. Click "Delete account" to confirm. You will be signed out immediately.

6. iOS App

MixReview is available as a native iOS app, optimized for the best possible listening experience, especially for spatial audio formats.

FeatureWebiOS App
Stereo Referenceโœ…โœ…
Dolby Atmos (Binaural Downmix)โœ…โœ…
Apple Spatial Prerenderedโœ…โœ…
Apple Spatial JOC (MP4)Stereo downmix onlyโœ… Native render
Audio streamingGoodOptimized
Variant switchingGoodSeamless
Sync between variantsGoodFrame-accurate
Head tracking and Personal Apple Spatial (HRTF)n/aโœ…
Offline cachingn/aโœ…

Why use the iOS app?

Better streaming
Audio buffering is optimized for iOS, resulting in faster load times and uninterrupted playback even on slower connections.
Seamless variant switching
Switching between Stereo, Dolby Atmos (Binaural Downmix), and Apple Spatial Prerendered is frame-accurate. No audible gap or delay.
Native Apple Spatial JOC (MP4)
The iOS app renders Apple Spatial JOC MP4 files natively via the Core Audio stack. The web player can only play the stereo downmix of these files.
Automatic spatial renderer control
With spatial-capable headphones (e.g. AirPods Max, AirPods Pro, AirPods 3rd and 4th gen), the iOS app automatically toggles the device's spatial renderer per variant โ€” off for Stereo Reference and Dolby Atmos Binaural Downmix so you hear the original mix, on for Apple Spatial JOC (MP4) so the device renders full spatial audio. This enables a true comparison between all three formats.

Download

โฌ‡ Download on the App Store

Requires iOS 17.2 or later. Same login as your MixReview web account.

Still have questions?

We're happy to help. Just send us a message.

Contact Support

Help version 0.4.64