Outside Effect Simulator
Make any audio file sound like you are hearing it through a wall, from outside a venue, or at a distance. A lowpass filter cuts high frequencies, stereo width collapses toward mono, and a convolution reverb adds the acoustic signature of the space between you and the source. Download the result as a WAV file. Everything runs locally in your browser.
Drop an audio file here or click to browse
WAV, MP3, OGG, FLAC, AAC supported
The Outside Effect: How Sound Changes When It Passes Through Walls and Across Distances
A standard drywall partition with fiberglass insulation attenuates high frequencies by 20 to 30 dB above 1000 Hz, while low frequencies below 250 Hz pass through with as little as 5 dB of loss. This frequency-dependent filtering is why music heard from outside a venue sounds muffled, bass-heavy, and lacking in clarity. The effect is a direct consequence of the physics of sound transmission through building materials, and this tool reproduces it using a chain of Web Audio API filter nodes that run entirely in your browser.
Why High Frequencies Disappear Through Walls
Building materials like gypsum board, concrete, and brick act as acoustic lowpass filters. The physics is straightforward: high-frequency sound waves have short wavelengths that cannot easily bend around or pass through dense materials. Low frequencies have long wavelengths that diffract around obstacles and transmit through solid mass more efficiently. The ASTM E90 standard measures transmission loss in third-octave bands from 125 Hz to 4000 Hz, and the data consistently shows a rising attenuation curve: a standard STC 50 wall reduces 125 Hz sound by roughly 25 dB but cuts 4000 Hz by over 55 dB.
The lowpass filter in this tool lets you set the cutoff frequency anywhere from 100 Hz to 5000 Hz. A cutoff of 300 Hz simulates a thick concrete wall where only bass and sub-bass frequencies pass through. A cutoff of 1500 Hz approximates a thin interior door or single-layer drywall, where midrange frequencies are still audible but highs are rolled off. The filter uses a BiquadFilterNode with a Q factor of 0.7, which produces a smooth Butterworth response with no resonant peak at the cutoff frequency.
Stereo Width Collapse: Why Distant Sound Is Mono
When you stand outside a venue, the stereo separation of the PA system is largely lost. The building facade acts as a single large radiating surface, summing the left and right channels into a predominantly mono signal. Additionally, at distances greater than a few meters, the interaural level difference between left and right ears decreases for high frequencies (which have already been filtered out), reducing the stereo image to a narrow point source.
The stereo width control in this tool blends the original stereo signal with a mono sum. At 0%, the output is fully mono, matching what you would hear through a wall. At 100%, the original stereo image is preserved. The default of 15% produces a mostly mono signal with a trace of stereo information, which is realistic for a typical outside-a-venue scenario. You can increase it if your source material has wide stereo content that you want to partially preserve.
Distance Reverb and Acoustic Space
Sound that travels from a building to an outdoor listening position picks up reflections from surrounding surfaces: the ground, adjacent buildings, trees, and the building facade itself. These reflections create a diffuse reverb tail that adds spaciousness and distance to the sound. The convolver node in this tool uses a procedurally generated impulse response to simulate this acoustic environment.
The impulse response is created by filling a buffer with white noise multiplied by a decaying envelope function. The decay time control sets the length of this buffer, which translates directly to the reverb tail duration. A decay of 0.4 seconds approximates a narrow alley between buildings. A decay of 1.5 seconds simulates an open outdoor space with distant reflections. The reverb amount control sets the wet/dry mix ratio, determining how much of the processed signal is convolved versus dry. According to Institute of Acoustics guidance on outdoor sound propagation, reverberation times in semi-enclosed urban spaces typically range from 0.3 to 2.0 seconds depending on surface geometry and absorption coefficients.
Volume Attenuation and Dynamic Variation
Sound intensity decreases with the square of distance following the inverse square law. Doubling your distance from a sound source reduces the level by approximately 6 dB. If a venue produces 105 dB SPL inside, standing 20 meters outside the building might reduce that to 70 to 75 dB SPL after wall transmission loss and distance attenuation. The output volume control lets you set this overall level reduction, from 5% (extremely faint, distant) to 100% (no attenuation).
Real-world outside listening also involves dynamic variation. Wind, air turbulence, and slight changes in listening position cause the perceived volume to fluctuate subtly over time. The volume wobble control adds a slow 0.3 Hz LFO to the output gain, modulating it by a small amount to simulate these natural variations. At low values (1 to 2%), the effect is barely perceptible but adds a sense of realism. At higher values (5% and above), the fluctuation becomes clearly audible, simulating gusty wind conditions or a moving listening position.
Choosing the Right Preset
The three presets correspond to common production scenarios for film, game audio, and music production.
- Thin Wall applies a gentle lowpass at 1800 Hz with 40% stereo width and light reverb. It sounds like hearing music through an apartment wall or a closed door. High frequencies are reduced but not eliminated, and some vocal intelligibility remains. Useful for film scenes set in hallways or adjacent rooms.
- Concrete Wall cuts everything above 800 Hz, collapses stereo to near-mono, and adds moderate reverb with 0.8 seconds decay. This is the classic "standing outside a club" sound. Only bass, kick drum, and low mids are audible. Vocals are reduced to an indistinct murmur. The volume is set to 40% of the original level.
- Far Distance applies an aggressive 400 Hz lowpass with full mono collapse and a long 1.5 second reverb tail. The volume drops to 25%. This simulates hearing a festival or concert from several blocks away, where only the sub-bass and kick drum are recognizable and the reverb tail blends into the ambient environment.
After selecting a preset, you can fine-tune individual parameters. If you need to adjust the pitch of the processed result, use the Pitch Shifter to transpose the file before or after applying the outside effect.
Rendering and Exporting the Processed Audio
Clicking "Apply Outside Effect" renders the entire file through an OfflineAudioContext, which processes the audio in memory rather than in real time. This guarantees a consistent output regardless of CPU load. The rendered buffer is available for A/B preview using the Original and Outside toggle buttons, and for download as a 16-bit PCM WAV file at the original sample rate.
The output duration matches the input duration. The reverb tail is truncated at the end of the original file length, so if you want the reverb to ring out naturally after the music stops, add a few seconds of silence to the end of your source file before processing. You can do this with the Audio Trimmer or any audio editor.
For additional processing, the Vinyl and Tape Warble Simulator and the Stereo Widener both accept WAV files and run entirely in-browser. You can chain multiple tools to build a complete sound design pipeline without any external software or file uploads. If you are preparing the processed audio for a streaming platform, check its loudness with the LUFS Loudness Meter before publishing.
Real-World Use Cases for the Outside Effect
Film and television sound designers use this effect constantly. Any scene where a character hears music from a neighboring apartment, a party down the street, or a concert from outside the venue requires the same signal chain: lowpass filtering, stereo collapse, distance reverb, and level reduction. The Guild of Music Supervisors notes that source music (diegetic music within a scene) is one of the most common placement types in film and TV, and mixing source music to sound like it belongs in the scene's physical space is a standard post-production task.
Game audio designers use the same technique for occlusion systems. Unity's built-in Audio Low Pass Filter component defaults to a 5000 Hz cutoff for exactly this purpose, and many game audio middleware systems like Wwise and FMOD implement real-time occlusion using the same lowpass-plus-volume-reduction approach. This tool lets you achieve the same result offline on a pre-recorded file, which is useful for cutscenes, trailers, and pre-rendered content.
Music producers also use the outside effect creatively. Layering a muffled copy of a drum loop underneath the main mix adds depth and a sense of spatial context. Some lo-fi hip-hop producers route a secondary bus through a lowpass filter at 600 Hz with mono collapse and heavy reverb to create a "neighboring room" texture that sits beneath the main beat. The Online Mastering tool can then balance the overall loudness of the finished mix for streaming platforms.