Professional acoustic software costs thousands of dollars. ODEON starts at roughly €5,000. EASE runs $4,000-5,000. CATT-Acoustic is approximately €2,000. Even academic licenses, where available, cost hundreds. For students, small architectural practices, building engineers who handle acoustics occasionally, and consultants in developing markets, these prices can be prohibitive.
The good news is that the landscape of free acoustic tools has expanded considerably. Between open-source desktop software, browser-based platforms, Python scientific libraries, and mobile measurement apps, it is possible to handle a meaningful range of acoustic analysis tasks without spending anything on software licenses.
The bad news is that free tools are scattered, inconsistent in quality, and rarely documented in one place. This guide catalogues every significant free acoustic tool available in 2026, organised by category, with honest assessments of what each one does well and where it falls short.
Category 1: Browser-Based Acoustic Platforms
AcousPlan (Free Tier)
Platform: Any web browser (cloud-based) What it does: Room acoustic simulation (RT60 via Sabine and Eyring), STI prediction (IEC 60268-16), noise criteria assessment (NR/NC/RC), compliance checking against 5 national building codes (BB93, DIN 4109, NCC/AS 2107, NRA, IBC), sound insulation calculation (STC/Rw with 52 wall assemblies), acoustic treatment recommendations, material comparison from a database of 5,600+ products, browser-based auralization, PDF report generation. Free tier limitations: Single source auralization (Pro allows multi-source), limited report templates, basic AI features. Strengths: Comprehensive feature set for room acoustic compliance work. Automated code checking eliminates manual standard lookup. Material database includes cost and carbon data. No installation required. Weaknesses: Statistical methods only (no ray tracing or wave-based simulation). Rectangular and L-shaped rooms only in free tier. Does not handle complex room geometries. Best for: Architects and engineers who need to verify room acoustic compliance against building codes. Students learning room acoustics with real calculation methods. Quick feasibility assessments.
Simple Online RT60 Calculators
Several websites offer basic RT60 calculations. These typically implement the Sabine equation with a limited material dropdown.
What they do: Enter room dimensions and select surface materials from a short list. Get an RT60 value. Strengths: Extremely simple. Useful for back-of-envelope checks. Weaknesses: Most implement only Sabine (not Eyring), offer fewer than 50 materials, do not calculate STI or noise criteria, have no compliance checking, produce no reports, and provide no frequency-dependent analysis. Many use outdated absorption coefficient data without citing sources. Best for: Quick sanity checks when you need a single RT60 number and already know the material properties.
Category 2: Free Desktop Software
Room EQ Wizard (REW)
Platform: Windows, macOS, Linux (Java-based) What it does: Acoustic measurement and analysis. REW captures impulse responses from a calibrated microphone, calculates RT60 (EDT, T20, T30), frequency response, waterfall plots (cumulative spectral decay), room modes, and SPL levels. It includes a room simulation module for basic RT60 prediction from room dimensions and material properties. Cost: Completely free (donation-supported) Strengths: The most capable free acoustic measurement tool available. Frequency response analysis is professional-grade. Waterfall plots identify resonance problems. Room mode calculator identifies problematic modal frequencies. Supports calibrated measurement microphones (miniDSP UMIK-1, Dayton Audio UMM-6). Active community forum with extensive documentation. Weaknesses: Primarily a measurement tool, not a design tool. The room simulation module is basic (Sabine only, limited material library). No compliance checking against building codes. No report generation suitable for professional submissions. Interface can be overwhelming for new users. Requires hardware (measurement microphone, audio interface) for actual measurements. Best for: Post-construction verification. Measuring actual RT60 in completed rooms. Diagnosing acoustic problems in existing spaces. Studio and home theatre tuning. Anyone who needs to measure rather than predict room acoustics.
I-Simpa
Platform: Windows, Linux (open source, C++/Python) What it does: 3D acoustic simulation using ray tracing (SPPS — Sound Particle Propagation Simulation) and the Transmission Line Matrix method (TLM). Users import 3D geometry (3DS, PLY formats), assign material properties, place sources and receivers, and run acoustic simulations. Calculates RT60, EDT, sound pressure levels, and generates colour-mapped results. Cost: Free and open source (GPL v3) Development: Originally developed at Université du Maine (Le Mans, France). The SPPS ray tracing core is maintained as an open-source project. Strengths: Full 3D ray tracing simulation at no cost. The TLM module provides wave-based simulation for low-frequency analysis. Open source means the code can be inspected, modified, and extended. Academic credibility from university research origins. Weaknesses: Smaller material database than commercial tools. Documentation is limited and partially in French. The user community is small compared to ODEON or EASE. 3D model import can be temperamental with complex geometries. No automated compliance checking. No integrated report generation. Development pace is slower than commercial software. Interface design is functional rather than polished. Best for: Researchers and students who need 3D ray tracing simulation without commercial license costs. Users comfortable with open-source software workflows. Projects where inspecting and modifying the simulation code is valuable.
Pachyderm Acoustical Simulation (for Grasshopper/Rhino)
Platform: Windows (Rhino + Grasshopper plugin) What it does: Room acoustic simulation integrated into the Rhino/Grasshopper parametric design environment. Implements ray tracing, image source method, and a numeric method for low-frequency analysis. Calculates RT60, EDT, C80, D50, STI, and other ISO 3382 parameters. Results can be visualised as colour-mapped surfaces within the Rhino viewport. Cost: Free and open source (MIT license) Development: Created by Arthur van der Harten. Available on GitHub and the Rhino plugin repository (food4Rhino). Strengths: Integration with Rhino/Grasshopper means acoustic analysis happens within the same environment where architects design buildings. Parametric workflows allow automated exploration of design options — change wall angle, recalculate acoustics, visualise results, iterate. Open source with MIT license. Handles 3D geometry natively (no separate modelling step). Multiple calculation methods available. Weaknesses: Requires Rhino ($995 license, or $195 for students) — not truly free unless you already have Rhino. Grasshopper learning curve on top of acoustic learning curve. Material library is limited. No compliance checking. Documentation is sparse. Development is intermittent (open-source volunteer project). Performance can be slow on complex models. Best for: Architects and designers already working in Rhino/Grasshopper who want to add acoustic analysis to their parametric design workflow without leaving the environment. Computational design researchers exploring acoustic optimization.
COMSOL Multiphysics (Acoustic Module)
Platform: Windows, macOS, Linux What it does: Full wave-based acoustic simulation using finite element methods. The Acoustics Module handles pressure acoustics, aeroacoustics, thermoviscous acoustics, and vibro-acoustics. It can model sound propagation in rooms, ducts, enclosures, and outdoor environments at a level of physical detail that exceeds any dedicated room acoustic tool. Cost: COMSOL is NOT free. A base license costs approximately $5,000-7,000, plus $2,000-3,000 for the Acoustics Module. However, many universities have institutional licenses that give students and researchers free access. COMSOL also offers 30-day free trials. Note: Included here because university access makes it effectively free for students and academics, and it represents the highest level of acoustic simulation available. Strengths: Solves the complete wave equation with arbitrary boundary conditions. Handles coupled structural-acoustic problems (vibrating panels, membrane absorbers). Models frequency-dependent material properties from first principles. Publication-quality visualisation. Extensive documentation and model library. Weaknesses: Not a room acoustics tool — it is a general-purpose physics simulation platform that requires significant expertise to configure for acoustic problems. A room acoustic simulation in COMSOL might take days to set up and hours to solve. Extremely expensive outside academic contexts. Best for: Graduate researchers studying acoustic physics. Material characterisation (predicting absorption coefficients from material microstructure). Specialty problems involving vibro-acoustics, duct acoustics, or acoustic metamaterials. Not practical for routine room acoustic design.
Category 3: Python Libraries
pyroomacoustics
Platform: Python (cross-platform) What it does: Room acoustic simulation using the image source method. Creates shoebox (rectangular) rooms with specified dimensions and wall absorption coefficients. Places sources and microphones. Generates room impulse responses. Calculates RT60. Supports 3D room geometries with arbitrary polygonal walls. Includes beamforming algorithms for microphone array processing. Cost: Free and open source (MIT license) Development: Maintained by Robin Scheibler and collaborators. Available on PyPI and GitHub. Actively developed with regular releases. Strengths: Clean, well-documented Python API. The image source method implementation is efficient and well-validated. Easy to integrate into research pipelines. Beamforming module is useful for microphone array research. Active development and responsive maintainers. Good test coverage. Weaknesses: Requires Python programming skills. No graphical interface. Limited to image source method (no ray tracing, no wave-based simulation). Material library is minimal (user specifies absorption coefficients directly). No compliance checking, no report generation, no cost estimation. Not designed for engineering workflows. Best for: Researchers who need room impulse responses for audio processing experiments (dereverberation, source separation, speech enhancement). Developers building acoustic tools. Students learning room acoustic simulation through code.
Example usage:
import pyroomacoustics as pra
room = pra.ShoeBox([6, 4, 3], fs=16000, materials=pra.Material(0.3))
room.add_source([2, 2, 1.5])
room.add_microphone([4, 2, 1.2])
room.simulate()
rt60 = pra.experimental.measure_rt60(room.rir[0][0], fs=16000)
python-acoustics
Platform: Python (cross-platform) What it does: A collection of acoustic calculation functions. Includes RT60 calculation (Sabine, Eyring, Millington-Sette), atmospheric absorption (ISO 9613-1), weighting filters (A, C, Z), octave and third-octave band analysis, noise criteria (NR, NC), and signal processing utilities. Cost: Free and open source (BSD license) Development: Community-maintained. Available on PyPI and GitHub. Strengths: Covers a wide range of acoustic calculations in a single library. Standards-referenced implementations (ISO 354, ISO 9613, IEC 61672). Useful as building blocks for custom acoustic tools. Weaknesses: Requires Python programming. Less actively maintained than pyroomacoustics. Some modules are incomplete. No graphical interface. Documentation varies in quality across modules. Best for: Engineers and researchers building custom acoustic calculation tools. Batch processing of acoustic data. Integration into larger engineering workflows.
PyTTA (Python in Technical Acoustics)
Platform: Python (cross-platform) What it does: Acoustic measurement and signal processing. Handles impulse response measurement (swept sine, MLS), transfer function calculation, RT60 analysis, sound power measurements, and calibration. Interfaces with audio hardware through sounddevice. Cost: Free and open source (MIT license) Development: Developed at the Institute of Technical Acoustics, RWTH Aachen University. Strengths: Research-grade measurement processing. Well-suited for laboratory acoustic measurements. Integrates with scientific Python ecosystem (NumPy, SciPy, matplotlib). Academic pedigree from a leading acoustics research institution. Weaknesses: Requires Python programming and acoustic measurement hardware. Not a design tool. Limited documentation outside academic context. Best for: Researchers conducting acoustic measurements. Laboratory measurement automation. Graduate students in acoustics programmes.
Category 4: Mobile Measurement Apps
NIOSH Sound Level Meter (iOS)
Platform: iOS What it does: Sound pressure level measurement using the device microphone. Displays instantaneous, time-weighted (Slow, Fast), and cumulative noise exposure levels. A-weighted and C-weighted measurements. Noise dose calculation for occupational exposure assessment. Cost: Free Development: Developed by the US National Institute for Occupational Safety and Health (NIOSH). Validated against calibrated measurement equipment in published studies. Strengths: Government-developed with published validation data. No ads, no in-app purchases. Designed for occupational noise assessment with proper time-weighting. Weaknesses: iOS only. Device microphone is not calibrated — accuracy depends on the specific device model. Cannot replace a calibrated sound level meter for compliance measurements. Does not measure RT60 or other room acoustic parameters. Best for: Preliminary noise surveys. Occupational noise screening. Estimating background noise levels when a calibrated meter is not available.
Various SPL Meter Apps (iOS/Android)
Multiple free SPL meter apps are available on both platforms. Quality varies enormously. Some are advertising-supported, some collect user data, and few have published validation against calibrated equipment.
General assessment: Useful for relative comparisons (is this room louder than that room?) but not reliable for absolute measurements. Device microphone limitations (frequency response, dynamic range, self-noise) constrain accuracy regardless of the app's software quality. Best for: Rough screening. Identifying whether a noise problem exists. Not suitable for engineering measurements or compliance verification.
Phone-Based RT60 Measurement
Several apps and tools attempt to measure RT60 using a phone's microphone and a handclap or balloon pop as an excitation source. Results should be treated as indicative, not definitive. Phone microphones have limited dynamic range (typically 60-70 dB vs 90+ dB for a calibrated measurement microphone) and uneven frequency response, which affects the accuracy of decay time measurements, particularly at low frequencies.
AcousPlan includes a browser-based mobile RT60 measurement feature that uses the Web Audio API with Schroeder backward integration. This provides better processing than most standalone apps but is still limited by the device microphone characteristics.
Master Comparison Table
| Tool | Type | Platform | RT60 Calc | RT60 Meas | STI | 3D Model | Materials DB | Compliance | Reports | Cost |
|---|---|---|---|---|---|---|---|---|---|---|
| AcousPlan | Cloud platform | Browser | Sabine + Eyring | Mobile Web Audio | IEC 60268-16 | Parametric + IFC | 5,600+ | 5 codes | PDF/DOCX | Free tier |
| REW | Desktop measurement | Win/Mac/Linux | Basic Sabine | Full (calibrated) | No | No | Limited | No | No | Free |
| I-Simpa | Desktop simulation | Win/Linux | Ray tracing + TLM | No | No | 3D import | Limited | No | No | Free (GPL) |
| Pachyderm | Rhino plugin | Windows | Ray tracing + IS | No | Yes | Rhino native | Limited | No | No | Free (MIT)* |
| pyroomacoustics | Python library | Cross-platform | Image source | No | No | Shoebox + poly | Manual | No | No | Free (MIT) |
| python-acoustics | Python library | Cross-platform | Sabine/Eyring | Signal processing | No | No | No | No | No | Free (BSD) |
| PyTTA | Python library | Cross-platform | From measurement | Yes (hardware) | No | No | No | No | No | Free (MIT) |
| NIOSH SLM | Mobile app | iOS | No | No | No | No | No | No | No | Free |
| SPL apps | Mobile app | iOS/Android | No | No | No | No | No | No | No | Free |
*Requires Rhino license ($995)
When Free Tools Are Enough
Free acoustic tools are sufficient for a meaningful range of tasks:
Education and Learning
Students learning room acoustics can use AcousPlan's free tier to explore how room dimensions, material choices, and surface treatments affect RT60 and STI. Python libraries (pyroomacoustics, python-acoustics) are excellent for understanding the mathematics behind acoustic calculations. REW provides hands-on measurement experience.
Preliminary Feasibility Assessment
Before committing to detailed acoustic design, free tools answer the critical question: "Does this room need acoustic treatment, and approximately how much?" AcousPlan's free tier checks this against building codes automatically. A Sabine calculation in python-acoustics confirms the order of magnitude.
Post-Construction Verification
REW with a calibrated measurement microphone ($75-150 for a miniDSP UMIK-1) provides RT60 measurements that can verify whether a completed room meets its acoustic design targets. This is a measurement task, not a simulation task, and free tools handle it well.
Small Residential Projects
Home studios, home theatres, and home offices do not typically require professional acoustic reports. Free tools provide adequate guidance for treatment decisions in these spaces.
Internal Design Reviews
Architects using Rhino can add Pachyderm to their workflow for internal acoustic checks during design development. The results inform design decisions without replacing a formal acoustic consultant's assessment.
Research and Development
Python libraries are the natural choice for researchers developing new acoustic algorithms, processing measured data, or building custom analysis tools. The open-source ecosystem provides building blocks that commercial software cannot match for flexibility.
When Free Tools Are Not Enough
Professional Compliance Documentation
When a building control authority or planning reviewer requires an acoustic assessment report, that document must demonstrate professional competence. Free online calculators without standard citations, validation data, or professional formatting may not meet the expected standard. AcousPlan's free tier produces ISO-referenced reports, but the most comprehensive templates require the Pro tier.
Complex Room Geometries
Rooms with curved surfaces, coupled volumes, balconies, or irregular geometry require geometric simulation (ray tracing or wave-based methods). Among the free options, only I-Simpa and Pachyderm offer this, and both have limitations in material libraries and documentation compared to ODEON or CATT-Acoustic.
Sound System Design
No free tool provides the loudspeaker simulation capabilities of EASE. If your project involves designing a sound reinforcement system with specific loudspeaker models, there is no free alternative that includes the GLL database and coverage prediction.
Large-Scale Projects
Concert halls, airports, hospitals, and other large or complex buildings require simulation tools with the capacity to handle hundreds of surfaces, multiple source positions, and detailed spatial analysis. Free tools either lack the geometric capabilities or the computational efficiency to handle these projects.
Client-Facing Deliverables
Consulting firms need software that produces deliverables matching client expectations. Reports with professional formatting, company branding, standard references, and clear compliance statements require tools designed for professional output.
Regulatory Compliance in Critical Facilities
Healthcare facilities, schools, and courts where acoustic compliance is legally mandated need tools with defensible calculation methods, clear audit trails, and documentation that will withstand regulatory scrutiny.
Building a Free Toolkit
For users committed to using free tools exclusively, the optimal combination depends on the task:
For Room Acoustic Design
Primary: AcousPlan free tier (RT60, STI, compliance, materials, reports) Supporting: python-acoustics (custom calculations, batch analysis) Measurement: REW + calibrated microphone (post-construction verification)
For Acoustic Research
Simulation: pyroomacoustics (room impulse responses, image source method) Measurement: PyTTA + REW (laboratory measurements, signal processing) Analysis: python-acoustics + NumPy/SciPy (custom analysis pipelines) 3D simulation: I-Simpa (ray tracing, TLM for low frequencies)
For Architectural Design Integration
Primary: Pachyderm in Grasshopper/Rhino (integrated with design workflow) Verification: AcousPlan free tier (compliance checking against codes) Measurement: REW (site measurements, existing condition assessment)
For Students
Learning: AcousPlan free tier (visual, interactive, standards-referenced) Programming: pyroomacoustics (Python-based, well-documented API) Measurement: REW (hands-on acoustic measurement skills) Theory: python-acoustics (implements textbook equations)
The Free vs Paid Decision Framework
Ask these questions to determine whether free tools cover your needs:
- Does the project require a professional compliance report? If yes, you need a tool that generates standards-referenced documentation. AcousPlan free tier covers basic reports; comprehensive templates require Pro.
- Does the room have complex geometry? If yes, you need 3D simulation. I-Simpa (free) or ODEON/CATT (paid). AcousPlan handles rectangular and L-shaped rooms.
- Is loudspeaker design involved? If yes, no free tool provides adequate coverage prediction. EASE is the industry standard.
- Is low-frequency accuracy critical? If yes, you need wave-based simulation. I-Simpa TLM module (free, limited) or Treble/COMSOL (paid).
- Do you need material cost and sustainability data? If yes, AcousPlan is the only tool (free or paid) that includes cost per square meter and embodied carbon alongside acoustic performance.
- Is this a one-time task or recurring work? For a single project, free tools almost always suffice. For a consulting practice handling dozens of projects per year, the workflow efficiency of professional tools pays for itself.
Verdict
The free acoustic software landscape in 2026 is more capable than ever. Between AcousPlan's free tier (comprehensive room acoustic compliance), REW (professional measurement), I-Simpa (open-source ray tracing), Pachyderm (Rhino-integrated simulation), and the Python scientific ecosystem (flexible computational tools), it is possible to handle a wide range of acoustic tasks without a software budget.
The gaps remain in three areas: complex 3D geometry simulation (where I-Simpa exists but lacks the polish and material libraries of commercial tools), electroacoustic design (where no free alternative to EASE exists), and enterprise workflow features (team collaboration, branded reports, API access).
For the majority of room acoustic compliance work in architectural practice, free tools — particularly a comprehensive platform like AcousPlan — cover the requirements. Professional software licenses remain justified for specialist work: performance space design, sound system engineering, and high-stakes projects where simulation accuracy directly reduces construction risk.