https://github.com/zients/unity-audio-player
https://github.com/zients/unity-audio-player
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zients/unity-audio-player
- Owner: zients
- Created: 2020-12-15T16:53:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T06:34:39.000Z (about 3 years ago)
- Last Synced: 2026-03-23T18:30:58.004Z (3 months ago)
- Language: C#
- Size: 20 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity Audio Player
Play audio with fantastic effects.
Audio player can render unique effects by FFT BlackmanHarris.
```
audioSource.GetSpectrumData(spectrum, 1, FFTWindow.BlackmanHarris);
```
You can play specific audioClip by SpectrumManager.