Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mstop4 authored Aug 1, 2016
1 parent 725b0ee commit 1ec775f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# FMODGMS
FMOD Studio low-level API wrapper for GameMaker:Studio's Windows and Linux modules

**FMOD Studio API version:** ***1.08.07***
*NOTE: FMODGMS is currently not compatible with FMOD Studio 1.08.08.*

Features
--------

- Load and play a wide variety of audio formats not natively supported by *GameMaker:Studio* (e.g. MP3, MIDI, MOD, S3M, XM, IT, etc.).
- Add custom loop points to sounds. This allows, for example, a music track to have an intro section that can seamlessly transition into an infinitely looping main section without having to break them up into two separate files.
- Dynamically change to volume, playback frequency and relative pitch of a sound.
- Analyze an audio stream using Fast Fourier Transform (FFT) and obtain its spectrum data.
- Extract tag information from audio files (e.g. ID3 tags from MP3s).
- Extract tag information from audio files (e.g. ID3 tags from MP3s and Vorbis tags from OGGs).

What's inside
-------------
Expand All @@ -24,7 +27,6 @@ What's inside
Possible Features in the Future
--------

- Ability to read UTF-16 ID3v2 tags.
- More options for FFT and spectrum data functionality.
- Android support.
- Mac support.
Expand Down

0 comments on commit 1ec775f

Please sign in to comment.