Metadata-Version: 2.4
Name: ambiviz
Version: 0.0.1
Summary: Visualization tools for ambisonic audio and 360 video
Author-email: Arthur Jinyue Guo <jinyue.guo@imv.uio.no>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=2.0.2
Requires-Dist: matplotlib>=3.7
Requires-Dist: librosa>=0.10
Requires-Dist: torchaudio>=2.0
Requires-Dist: opencv-python>=4.8
Requires-Dist: Pillow>=10.0
Requires-Dist: tqdm>=4.0
Requires-Dist: scipy>=1.10
Requires-Dist: scienceplots>=2.2.1
Requires-Dist: musicalgestures>=1.3.3
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"

# ambiviz

[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Actions status](https://github.com/fisheggg/ambiviz/workflows/ci.yml/badge.svg)](https://github.com/fisheggg/ambiviz/actions)


Visualization tools for ambisonic audio (and 360 video).


## References

- The core ambisonics decoder is modified from [https://github.com/pedro-morgado/spatialaudiogen](https://github.com/pedro-morgado/spatialaudiogen).
