Metadata-Version: 2.4
Name: rlr_audio_propagation
Version: 0.0.1
Summary: Python bindings for RLRAudioPropagation
License: Attribution-NonCommercial 4.0 International
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: trimesh; extra == "test"
Requires-Dist: pytest; extra == "test"
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# Project: RLR-Audio-Propagation

This project hosts the binaries and headers for the audio propagation engine used in [sound-spaces](https://github.com/facebookresearch/sound-spaces). This is used as a git-submodule in the [habitat-sim](https://github.com/facebookresearch/habitat-sim) for the low-level audio rendering. The high-level task APIs are maintained in sound-spaces.

---

## Table of contents
   1. [Requirements](#requirements)
   1. [License](#license)


## Requirements

rlr-audio-propagation requires or works with
* Linux - x64

```bash
pip install .
```

## License

RLR-Audio-Propagation is CC-BY-NC licensed. See the [LICENSE](LICENSE) for details.

Note that this project is vendored on PyPi to support installing the [AudibleLight project](https://github.com/AudibleLight/AudibleLight), which uses RLR-Audio-Propagation as one possible backend.


## Citation
If you find this work useful in your research, please cite the following [paper](https://arxiv.org/pdf/2206.08312.pdf):
```
@inproceedings{chen22soundspaces2,
  title     =     {SoundSpaces 2.0: A Simulation Platform for Visual-Acoustic Learning},
  author    =     {Changan Chen and Carl Schissler and Sanchit Garg and Philip Kobernik and Alexander Clegg and Paul Calamia and Dhruv Batra and Philip W Robinson and Kristen Grauman},
  booktitle =     {NeurIPS 2022 Datasets and Benchmarks Track},
  year      =     {2022}
}
```

---
