Software and APIs: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== API for Matlab/Octave == |
|||
| ⚫ | |||
| ⚫ | |||
If you have questions about this API, please send an email to the [mailto:sofacoustics-devel@lists.sourceforge.net mailing list]. You don't have to be a member of the mailing list to send a message to the list moderator. |
If you have questions about this API, please send an email to the [mailto:sofacoustics-devel@lists.sourceforge.net mailing list]. You don't have to be a member of the mailing list to send a message to the list moderator. |
||
== SOFAlizer: Example of loading SOFA files in C++ == |
|||
We have a draft [https://sourceforge.net/p/sofacoustics/code/HEAD/tree/trunk/SOFAlizer source code] for a plug-in called SOFAlizer for the [http://www.videolan.org/vlc/ VLC-Player]. This plug-in is not available within the official release of the VLC-Player yet (but we work on that ;-) ). |
|||
The file [https://sourceforge.net/p/sofacoustics/code/HEAD/tree/trunk/SOFAlizer/modules/audio_filter/sofalizer.c sofalizer.c] can serve as an example of how to load SOFA files in C++. |
|||
== HDF5View == |
|||
SOFA files are based on [http://en.wikipedia.org/wiki/NetCDF netCDF-4]. NetCDF is based on [http://en.wikipedia.org/wiki/Hdf5 HDF5]. [http://www.hdfgroup.org/hdf-java-html/hdfview/ HDFView] is a generic viewer for [http://en.wikipedia.org/wiki/Hdf5 HDF5] files running in Java. |
|||
Thus, SOFA files can be loaded and edited in the HDFView. |
|||
Revision as of 17:48, 5 September 2014
API for Matlab/Octave
Currently, a API for Matlab and Octave is available.
If you have questions about this API, please send an email to the mailing list. You don't have to be a member of the mailing list to send a message to the list moderator.
SOFAlizer: Example of loading SOFA files in C++
We have a draft source code for a plug-in called SOFAlizer for the VLC-Player. This plug-in is not available within the official release of the VLC-Player yet (but we work on that ;-) ).
The file sofalizer.c can serve as an example of how to load SOFA files in C++.
HDF5View
SOFA files are based on netCDF-4. NetCDF is based on HDF5. HDFView is a generic viewer for HDF5 files running in Java.
Thus, SOFA files can be loaded and edited in the HDFView.