Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntia/fms
Code that implements the fixed-size modulation spectrum (FMS), which is a perceptually-relevant, fixed-size representation for an audio (.wav) file.
https://github.com/ntia/fms
Last synced: 5 days ago
JSON representation
Code that implements the fixed-size modulation spectrum (FMS), which is a perceptually-relevant, fixed-size representation for an audio (.wav) file.
- Host: GitHub
- URL: https://github.com/ntia/fms
- Owner: NTIA
- License: other
- Created: 2023-09-14T16:27:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T21:52:22.000Z (5 months ago)
- Last Synced: 2024-11-07T17:12:21.338Z (about 2 months ago)
- Language: Python
- Size: 1.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# FMS Code
Implements the fixed-size modulation spectrum (FMS). This is a perceptually-relevant, fixed-size representation for an audio (.wav) file.
Matlab® implementation is in matlab/.
Demo code there calculates FMS for 6 audio files and saves the results in .mat and .csv files.
Detailed readme is located there as well.