https://github.com/cwbudde/passofa
Object Pascal implementation for reading SOFA files
https://github.com/cwbudde/passofa
delphi hdf5 hrtf library object-pascal spatial-audio
Last synced: 4 months ago
JSON representation
Object Pascal implementation for reading SOFA files
- Host: GitHub
- URL: https://github.com/cwbudde/passofa
- Owner: CWBudde
- License: apache-2.0
- Created: 2017-03-14T21:32:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T23:21:20.000Z (almost 9 years ago)
- Last Synced: 2025-02-23T14:34:53.038Z (over 1 year ago)
- Topics: delphi, hdf5, hrtf, library, object-pascal, spatial-audio
- Language: Pascal
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PasSofa
Object Pascal implementation for reading SOFA files. The loading of underlying HDF files is done using the [PasHdf](https://github.com/CWBudde/PasHdf) library. At the moment the library doesn't contain much signal processing (e.g. no level normalisation nor resampling or interpolation).
## Disclaimer
The code slightly relates to [libmysofa](https://github.com/hoene/libmysofa). However, it is written from scratch and similarities might only occur from the fact that both are meant for the same purpose and using the same underlying specification.