Skip to main content
COMPARISONS13 min read

Acoustic Design Software Comparison 2026 — 8 Free Tools Ranked | AcousPlan

AcousPlan, REW, I-Simpa, Pachyderm, ODEON Academic, Treble Free, Python libs, and web calculators compared. Honest verdicts by use case and skill level.

AcousPlan Editorial · March 18, 2026

The acoustic software market has historically been dominated by expensive proprietary tools. In 2026, the free and open-source options have grown substantially — but they remain fragmented, each addressing a different slice of the acoustic design problem. This comparison examines every meaningful free tool available, honestly assessing what each does well and where it falls short.

The goal is to help acoustic consultants, architects, and researchers identify which free tools can genuinely replace paid software for their specific use case — and which free tools have capability gaps that justify commercial software.


Tool 1: AcousPlan (Free Tier)

Type: Web-based SaaS, freemium Platform: Any browser Simulation method: Sabine + Eyring (ISO 3382-2) Free tier limits: Basic room simulation, material selection, standard compliance checks

What the Free Tier Includes

AcousPlan's free tier provides:

  • Full RT60 calculation using Sabine and Eyring equations
  • Access to 5,678-material database (absorption coefficients at 6 octave bands)
  • Compliance checking against WELL v2, BB93, ANSI S12.60, DIN 4109, and six other standards
  • STI (Speech Transmission Index) calculation
  • Basic C80, C50, D50 acoustic parameter output
  • Room presets (rectangular, L-shape, T-shape, trapezoid)

What Requires Pro ($29/month)

  • ISO-compliant PDF/DOCX report generation
  • Unlimited saved projects
  • Multi-room building reports
  • LEED credit documentation
  • AI Prescription Engine (material recommendations)
  • Priority support

Honest Assessment

For acoustic compliance verification without report generation, the free tier is genuinely capable. An architect checking whether a proposed meeting room meets WELL v2 requirements can complete the full simulation workflow for free. The limitation is report output — PDF generation requires Pro. For independent consultants who need client-facing documentation, the free tier is a trial rather than a permanent free solution.

Verdict for free use: Best free option for compliance-oriented simulation. Report output requires upgrade.


Tool 2: REW — Room EQ Wizard

Type: Desktop measurement software Platform: Windows, macOS, Linux Method: Real-time acoustic measurement (not simulation) Cost: Completely free Website: roomeqwizard.com

What REW Does

REW is a measurement tool, not a simulation tool. This distinction is critical. REW does not predict what a room will sound like — it measures what a room currently sounds like using a calibrated measurement microphone connected to a computer.

Measurements REW provides:

  • RT60 at all octave bands (from impulse response measurement)
  • Frequency response
  • SPL measurement (requires calibrated microphone)
  • Room mode identification (waterfall plot, spectrogram)
  • Speech intelligibility estimation (limited)
  • Time-domain room analysis (reflectogram)

REW's Genuine Strengths

REW is the acoustic measurement standard for audio professionals. Home theater enthusiasts, recording studio operators, and audio consultants use REW to diagnose room problems, verify treatment effectiveness, and set up room correction systems. The measurement quality is genuinely professional — REW's impulse response measurement and RT60 analysis matches dedicated measurement hardware at a fraction of the cost.

For verifying that an acoustic treatment has been effective — comparing pre- and post-treatment RT60 — REW is the obvious tool.

What REW Cannot Do

REW cannot predict acoustic parameters in a room before it exists. There is no material database, no simulation engine, no compliance checking, no design workflow. REW tells you what is, not what will be.

Verdict: Essential free tool for measurement and verification. Completely separate from design-stage simulation — not a REW vs AcousPlan choice, they serve different purposes.


Tool 3: I-Simpa

Type: Desktop acoustic simulation software Platform: Windows Method: Geometric acoustics (ray tracing) with multiple calculation engines Cost: Free and open-source (LGPL license) Website: i-simpa.ifsttar.fr

What I-Simpa Does

I-Simpa is an open-source GUI wrapper for professional acoustic simulation engines, developed by IFSTTAR (France). It interfaces with the SPPS (Sound Particle Propagation System) ray tracing engine and TC-FDTD (finite difference time domain wave solver), providing simulation methods comparable in concept to commercial tools.

I-Simpa accepts 3D room models (via built-in modeller or import), allows material assignment, and calculates RT60, early decay time, and room impulse responses via stochastic ray tracing.

Genuine Advantages

  • Free ray tracing simulation — comparable simulation method to commercial tools
  • Open source (auditable, modifiable)
  • Multiple simulation engines in one interface
  • Active academic user community
  • Windows only but no license cost

Real Limitations

  • Learning curve is significant — closer to a research tool than a practitioner tool
  • Documentation is primarily in French; English documentation is incomplete
  • Material library is small and requires manual entry for most materials
  • No compliance checking against building codes
  • No report generation
  • Active development is slower than commercial tools
  • 3D modelling interface is less polished than ODEON or Treble
Verdict: Valuable free ray tracing tool for researchers and advanced users comfortable with workflow limitations. Not suitable as a primary compliance tool due to missing material library and compliance automation.

Tool 4: Pachyderm Acoustic

Type: Grasshopper/Rhino plugin Platform: Windows (Rhino 3D required) Method: Image source + ray tracing, wave-based methods Cost: Free (plugin) Website: pachydermacoustic.wordpress.com

What Pachyderm Does

Pachyderm is a research-grade acoustic simulation plugin for Grasshopper (Rhino's parametric design environment). It implements image source method, stochastic ray tracing, and finite element methods for room acoustic simulation within architectural 3D models.

The advantage: if you are already working in Rhino for architectural design, Pachyderm allows acoustic simulation within the same parametric environment, linking room geometry changes directly to acoustic parameter outputs.

Genuine Advantages

  • Free access to research-grade simulation methods
  • Integration with Rhino/Grasshopper parametric workflows
  • Active development by Arthur van der Harten (ongoing research updates)
  • Wave-based methods not available in most commercial tools at any price
  • Used in published academic research

Real Limitations

  • Requires Rhino license (not free — approximately $1,000 student; $995+ commercial)
  • Steep learning curve — Grasshopper proficiency required
  • No material database
  • No compliance checking
  • No report generation
  • Documentation is academic rather than practitioner-oriented
Verdict: Excellent free tool for architects using Rhino who want parametric acoustic integration. Not accessible without Rhino; not suitable for compliance documentation without significant additional workflow.

Tool 5: Python Acoustic Libraries

Type: Open-source Python libraries Platform: Any (Python) Key libraries: python-acoustics, pyroomacoustics, SciPy, NumPy Cost: Free

What Python Libraries Provide

python-acoustics: Implements core acoustic calculations — Sabine equation, Eyring correction, NR/NC/RC curves, octave-band filtering, ISO standards functions. Well-documented, actively maintained.

from acoustics import Room
room = Room.sabine(volume=90, surfaces=126, alpha=0.35)
print(room.reverberation_time)  # RT60 at each frequency

pyroomacoustics: Implements the image source method and stochastic ray tracing in Python. Designed for signal processing research but used for room acoustic simulation. Supports beamforming, microphone array processing, and BRIR computation.

SciPy/NumPy: General scientific computing libraries used as the foundation for both of the above.

Genuine Advantages

  • Complete freedom to implement any acoustic calculation
  • No license cost, no vendor dependency
  • Python ecosystem integrates with data analysis, visualization, automation
  • Well-maintained libraries with academic backing
  • Enables custom workflows that no off-the-shelf tool supports

Real Limitations

  • Zero GUI — everything is code
  • No material database — must manually maintain absorption coefficient data
  • No compliance checking — must implement standards manually
  • No report generation — must build output from scratch
  • Significant development time to build a usable workflow (20–100+ hours)
Verdict: Ideal for developers, researchers, and technically proficient consultants who need automation or custom calculations. Not suitable for routine compliance work without substantial custom development.

Tool 6: ODEON Academic

Type: Desktop simulation software (academic license) Platform: Windows Method: Hybrid image source + ray tracing Cost: Free for academic users at qualifying institutions

What ODEON Academic Provides

ODEON's academic license provides full access to the ODEON simulation engine for students and academic researchers at qualifying institutions. The software is functionally identical to the commercial version, with export limitations.

For students in architecture, acoustics, or building physics programs, ODEON Academic provides access to professional-grade room acoustic simulation at no personal cost.

Limitations

  • Requires affiliation with a qualifying academic institution
  • Not available for commercial use
  • Export/reporting features may be restricted in some versions
  • Does not address compliance workflow for practice
Verdict: Best-in-class simulation for academic users at qualifying institutions. Not applicable to commercial practice.

Tool 7: Treble Free Tier

Type: Web-based cloud simulation (freemium) Platform: Any browser Method: Geometric acoustics (cloud GPU) Cost: Free tier available (limited simulations)

Treble's free tier provides access to a limited number of cloud acoustic simulations. The exact limits change; as of 2026, the free tier provides a small number of simulation runs per month, sufficient for evaluation but not for routine practice.

Verdict: Useful for evaluating Treble's geometric acoustics approach. Not a sustainable free workflow due to simulation count limits.


Tool 8: Ramsete / CATT-Acoustic Lite / Web Calculators

Various online calculators and simplified tools exist:

  • Web-based RT60 calculators: Implement Sabine equation with manual coefficient entry. Completely free, no material database. Suitable for back-of-envelope estimates.
  • CATT-Acoustic Demo: Limited export; evaluation only.
  • Ramsete: Italian acoustic simulation software with trial period.
These do not add meaningfully to the comparison — they either duplicate simpler functionality or are trial versions rather than genuinely free tools.


Free Tool Comparison Matrix

ToolRT60 SimulationRay TracingMeasurementCompliance CheckReport GenerationMaterial DatabaseFree Status
AcousPlan FreeLimited5,678 materialsPermanent free tier
REWMeasurement onlyBasicCompletely free
I-SimpaSmall (manual)Open source
PachydermNoneFree (Rhino required)
Python libs✓ (pyroomacoustics)Custom codeCustom codeNoneCompletely free
ODEON AcademicLimited~500Academic only
Treble FreeLimitedLimitedProprietaryLimited simulations

Realistic Assessment: What "Free" Actually Means

"Free" in acoustic software almost always involves tradeoffs in at least one dimension:

  • Free with feature limits (AcousPlan: simulation free, reports paid)
  • Free for measurement only (REW: no design simulation)
  • Free with workflow overhead (I-Simpa, Python: significant setup required)
  • Free with hardware dependency (Pachyderm: Rhino required)
  • Free with academic restriction (ODEON Academic: institutional affiliation required)
  • Free with usage caps (Treble: limited simulation count)
For routine compliance work — the predominant use case in acoustic consulting — the most practical free path is:

  1. AcousPlan free tier for simulation and compliance checking
  2. REW for verification of completed installations
  3. Excel for simple estimates and custom calculations
This combination handles the full compliance workflow from design through post-occupancy verification at zero software cost, with AcousPlan's paid tier required only if professional PDF report generation is needed for client deliverables.

For researchers and technically proficient users who want simulation depth without commercial software cost, the combination of Pachyderm (in a Rhino/Grasshopper environment) and pyroomacoustics provides access to research-grade simulation methods. The setup investment is significant but the capability ceiling is higher than any of the purely free practitioner-oriented tools.


Which Free Tool Fits Which User?

Independent Architect or Project Manager (non-specialist)

Primary need: Verify that a proposed meeting room or classroom meets its acoustic requirement before specification is finalised. Recommended free tool: AcousPlan free tier Why: No acoustic background required. Enter room dimensions, select surface materials from the database, select the standard (WELL v2, BB93, ANSI S12.60), see compliance result. Under 10 minutes per room.

Acoustic Consultant in Small Practice

Primary need: Produce compliance calculations for 20+ rooms per month, need documented methodology. Recommended free tool: AcousPlan free tier for simulations + Excel for bespoke calculations Limitation: Client-ready PDF reports require AcousPlan Pro ($29/month) — the free tier is functional for the calculation but not the output format.

Home Studio Owner

Primary need: Diagnose an existing room's acoustic problems, verify treatment effectiveness. Recommended free tool: REW (Room EQ Wizard) + free calibrated microphone (or UMIK-1) Why: REW measures actual RT60, frequency response, and room modes. It shows where the problems are and verifies that treatment is working. AcousPlan can then model the proposed treatment before installation.

Architectural Academic / Researcher

Primary need: Simulate complex geometries for published research, no budget for commercial licenses. Recommended free tool: ODEON Academic (if at qualifying institution) or Pachyderm (if in Rhino environment) Why: Research-grade simulation methods, peer-reviewed methodology, academically appropriate citation.

Developer / Acoustic Tool Builder

Primary need: Integrate acoustic calculations into a custom application or analysis pipeline. Recommended free tool: python-acoustics + pyroomacoustics Why: Python libraries are the foundation for building custom tools. Full programmatic access, no GUI constraints, integrates with data analysis and visualization stack.

Building Physics Student (no institutional ODEON access)

Primary need: Learn acoustic calculation methods and verify coursework against known values. Recommended free tool: AcousPlan free tier for GUI exploration + python-acoustics for manual formula verification Why: AcousPlan's free tier shows the standard workflow; python-acoustics exposes the underlying equations for deeper learning.

The Hidden Cost of "Free"

Free tools have real costs — they are just paid in time rather than money.

I-Simpa: 10–20 hours to learn the interface and workflow. 30+ minutes per simulation for a complex model. No compliance automation means manual standard lookup and interpretation per room.

Python libraries: 10–30 hours to write a usable calculation script. Each additional capability (compliance checking, report generation, material database) adds development time. Maintenance time when library versions change.

Pachyderm: 20+ hours to learn Grasshopper scripting to the level needed to set up a parametric acoustic model. Rhino license cost (~$995) makes it effectively not free.

REW with proper microphone: Essentially free software, but useful measurement requires a calibrated microphone ($50–200) and a laptop with low-latency audio interface or USB measurement microphone.

The time cost of free tools can exceed the annual cost of purpose-built software for practitioners doing frequent acoustic work. The calculation to make: if AcousPlan Pro saves two hours per month compared to Excel + manual compliance checking, the $29/month cost is justified at any hourly billing rate above $15/hour.


Getting Started

The most time-efficient starting point for compliance-oriented free acoustic simulation is AcousPlan's free tier — no installation, no account setup delay, first simulation result in under 5 minutes. For verification of physical spaces, download REW from roomeqwizard.com alongside a $50–100 calibrated USB measurement microphone.

These two tools together — AcousPlan for design, REW for measurement — cover the complete acoustic compliance workflow from design through occupancy at minimal cost.

Related Articles

Run This Analysis Yourself

AcousPlan calculates RT60, STI, and compliance using the same standards referenced in this article. Free tier available.

Start Designing Free