GitXplorerGitXplorer
P

Dimension

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

Dimension

A Multi-Dimentional audio production service using Amplitude Panning

  1. Setup Steps:

    • Activate the virtual environment: .venv\Scripts\activate
      • (to Deactivate virtual environment: deactivate)
    • 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!
  2. References:

  3. Developer Details: