Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update citation #1787

Merged
merged 1 commit into from
Jul 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/AUDIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The C++ implementation is exposed for python users via pybind11. This document e

Please refer to the [BUILD_FROM_SOURCE](https://github.com/facebookresearch/habitat-sim/blob/main/BUILD_FROM_SOURCE.md) doc for information on how to build habitat with the audio sensor. This feature was added as part of the following PR : https://github.com/facebookresearch/habitat-sim/pull/1646

## Citation
If you find this work useful in your research, please cite the following [paper](https://arxiv.org/pdf/2206.08312.pdf):
```
@article{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},
journal = {arXiv},
year = {2022}
}
```

## List of sections
- [Acoustics configuration - RLRAudioPropagationConfiguration()](#acoustics-configuration)
- [Channel layout - RLRAudioPropagationChannelLayout()](#channel-layout)
Expand Down