SheldonTsui / BinauralAudioTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convenient ambisonics/binaural audio converter

Installation

pip install librosa numpy

Usage

All the functions are included in StereoTool.py. You can convert:

  • mono audio -> ambisonics
  • mono audio -> binaural audio
  • ambisonics -> binaural audio

License and Citation

The usage of this software is under CC-BY-4.0.

If you find this code useful in your research, please cite:

@inproceedings{xu2021visually,
  title={Visually Informed Binaural Audio Generation without Binaural Audios},
  author={Xu, Xudong and Zhou, Hang and Liu, Ziwei and Dai, Bo and Wang, Xiaogang and Lin, Dahua },
  booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition (CVPR)},
  year={2021}
}

Acknowledgement

This codebase is borrowed from spatial audio generation.

About

License:Creative Commons Attribution 4.0 International


Languages

Language:Python 100.0%