A Multi-Dimentional audio production service using Amplitude Panning
-
Setup Steps:
- Activate the virtual environment:
.venv\Scripts\activate
- (to Deactivate virtual environment:
deactivate
)
- (to Deactivate virtual environment:
- Download all dependencies:
pip download -r requirements.txt
- Set environment variables:
set FLASK_APP=server.py
-
set FLASK_ENV=development
(if you are a developer).
- Start the server:
flask run
- Go to (http://localhost:5000/)
- Enjoy the experience of multi-dimentional audio!
- Activate the virtual environment:
-
References:
- SPATIAL SOUND GENERATION AND PERCEPTION BY AMPLITUDE PANNING TECHNIQUES (https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.205.2603&rep=rep1&type=pdf)
- http://users.umiacs.umd.edu/~ramani/cmsc828d_audio/
- https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.248.4610&rep=rep1&type=pdf
-
Developer Details:
- Name: Prakshal Jain
- Email: prakshal@buffalo.edu