CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
THIRD_PARTY_NOTICES.md
pyproject.toml
docs/README.md
docs/ambisonics_codecs.md
docs/ambisonics_concepts.md
docs/concepts.md
docs/getting_started.md
docs/release_checklist.md
docs/statistical_room_acoustics.md
docs/v0_4_0_expansion_research.md
docs/v0_5_0_ambisonics_release_plan.md
examples/README.md
examples/binaural_em32_to_ears.py
examples/core/_bootstrap.py
examples/core/basic_usage.py
examples/core/beamforming.py
examples/core/doa_estimation.py
examples/core/sh_transforms.py
examples/tutorials/01_sht_and_beamforming.py
examples/tutorials/02_simulated_doa_pipeline.py
examples/tutorials/03_modal_equalization_pipeline.py
examples/tutorials/_bootstrap.py
spherical_array_processing/__init__.py
spherical_array_processing/_measured_sht_filters.py
spherical_array_processing/coords.py
spherical_array_processing/py.typed
spherical_array_processing/stft.py
spherical_array_processing/types.py
spherical_array_processing.egg-info/PKG-INFO
spherical_array_processing.egg-info/SOURCES.txt
spherical_array_processing.egg-info/dependency_links.txt
spherical_array_processing.egg-info/requires.txt
spherical_array_processing.egg-info/top_level.txt
spherical_array_processing/acoustics/__init__.py
spherical_array_processing/acoustics/radial.py
spherical_array_processing/ambi/__init__.py
spherical_array_processing/ambi/encoder.py
spherical_array_processing/ambi/format.py
spherical_array_processing/ambi/intensity.py
spherical_array_processing/ambi/io.py
spherical_array_processing/ambi/nfc.py
spherical_array_processing/ambi/spec.py
spherical_array_processing/ambi/translation.py
spherical_array_processing/ambi/uhj.py
spherical_array_processing/array/__init__.py
spherical_array_processing/array/presets.py
spherical_array_processing/array/sampling.py
spherical_array_processing/array/simulation.py
spherical_array_processing/beamforming/__init__.py
spherical_array_processing/beamforming/adaptive.py
spherical_array_processing/beamforming/fixed.py
spherical_array_processing/beamforming/steer.py
spherical_array_processing/binaural/__init__.py
spherical_array_processing/binaural/bimagls.py
spherical_array_processing/binaural/magls.py
spherical_array_processing/binaural/pipeline.py
spherical_array_processing/coherence/__init__.py
spherical_array_processing/coherence/diffuse.py
spherical_array_processing/covariance/__init__.py
spherical_array_processing/covariance/shrinkage.py
spherical_array_processing/decoding/__init__.py
spherical_array_processing/decoding/decoders.py
spherical_array_processing/diffuseness/__init__.py
spherical_array_processing/diffuseness/estimators.py
spherical_array_processing/dirac/__init__.py
spherical_array_processing/dirac/analysis.py
spherical_array_processing/dirac/pipeline.py
spherical_array_processing/dirac/synthesis.py
spherical_array_processing/doa/__init__.py
spherical_array_processing/doa/covariance.py
spherical_array_processing/doa/esprit.py
spherical_array_processing/doa/source_count.py
spherical_array_processing/doa/spectra.py
spherical_array_processing/doa/srp.py
spherical_array_processing/encoding/__init__.py
spherical_array_processing/encoding/measured_filters.py
spherical_array_processing/encoding/radial_filters.py
spherical_array_processing/examples/__init__.py
spherical_array_processing/examples/binaural_em32_to_ears.py
spherical_array_processing/examples/plane_wave_doa.py
spherical_array_processing/experimental/__init__.py
spherical_array_processing/experimental/foa_from_stereo.py
spherical_array_processing/experimental/foa_from_stereo_dl.py
spherical_array_processing/hrtf/__init__.py
spherical_array_processing/hrtf/dataset.py
spherical_array_processing/hrtf/rigid_sphere.py
spherical_array_processing/hrtf/sofa.py
spherical_array_processing/plotting/__init__.py
spherical_array_processing/plotting/politis_helpers.py
spherical_array_processing/plotting/style.py
spherical_array_processing/regression/__init__.py
spherical_array_processing/regression/image_compare.py
spherical_array_processing/regression/matlab.py
spherical_array_processing/regression/status.py
spherical_array_processing/repro/__init__.py
spherical_array_processing/repro/array_response_simulator/__init__.py
spherical_array_processing/repro/array_response_simulator/functions.py
spherical_array_processing/repro/politis/__init__.py
spherical_array_processing/repro/politis/doa_and_diffuseness.py
spherical_array_processing/repro/politis/functions.py
spherical_array_processing/repro/rafaely/__init__.py
spherical_array_processing/repro/rafaely/math.py
spherical_array_processing/repro/rafaely/plot.py
spherical_array_processing/repro/sht/__init__.py
spherical_array_processing/repro/sht/functions.py
spherical_array_processing/room/__init__.py
spherical_array_processing/room/banded.py
spherical_array_processing/room/fdn.py
spherical_array_processing/room/metrics.py
spherical_array_processing/room/reverb.py
spherical_array_processing/room/shoebox.py
spherical_array_processing/room/statistical.py
spherical_array_processing/sh/__init__.py
spherical_array_processing/sh/basis.py
spherical_array_processing/sh/rotation.py
spherical_array_processing/sh/transforms.py
tests/test_ambi_encoder.py
tests/test_ambi_format.py
tests/test_ambi_intensity.py
tests/test_ambi_io.py
tests/test_ambi_spec.py
tests/test_ambi_to_binaural.py
tests/test_ambi_translation.py
tests/test_ambi_uhj.py
tests/test_beamforming_doa.py
tests/test_binaural.py
tests/test_coords.py
tests/test_covariance.py
tests/test_cross_module_consistency.py
tests/test_decoding.py
tests/test_diffuseness_intensity_wrapper.py
tests/test_dirac.py
tests/test_directional_array_plumbing.py
tests/test_encoding_srp_presets.py
tests/test_example_end_to_end.py
tests/test_extended_audit.py
tests/test_foa_experimental.py
tests/test_foa_experimental_dl.py
tests/test_hrtf_sofa.py
tests/test_hrtf_sofa_writer.py
tests/test_import_contract.py
tests/test_independent_audit.py
tests/test_installed_examples.py
tests/test_measured_equalizer.py
tests/test_nfc_hoa.py
tests/test_plotting_helpers.py
tests/test_radial.py
tests/test_rafaely_plot_wrappers.py
tests/test_repro_layers.py
tests/test_rigid_sphere_hrtf.py
tests/test_room.py
tests/test_room_banded.py
tests/test_room_fdn.py
tests/test_room_metrics.py
tests/test_room_reverb.py
tests/test_room_statistical.py
tests/test_rotate_ambi_over_time.py
tests/test_sh.py
tests/test_spharray_merge_compat.py
tests/test_stft.py