Skip to content

Audio-Experience-Design/Tools_hrtfdata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hrtfdata

HRTF data management focussed on deep learning

Installation

The hrtfdata package is configured to be installable with pip, but because of its premature state, no releases are made and pushed to PyPI yet. Instead, you should install it from this Git repository.

Using Prereleases

If you want to simply install a tagged prerelease (currently the latest is v0.5.0), you can

  • pip install [--user] https://github.com/jpauwels/hrtfdata/archive/refs/tags/v0.5.0.zip

Development Setup

To contribute, it is best to check out the repo and install it in "editable mode" with the following procedure.

  • git clone https://github.com/jpauwels/hrtfdata/
  • cd hrtfdata
  • pip install [--user] -e .

You can then simply update the package by calling git pull whenever the repo has been updated or even make your own edits and start contributing.

About

HRTF data management focussed on deep learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%