Resource icon

SAAT - Stardew Valley Audio API & Toolkit 1.0.0

ZeroMeters

Cowpoke
ZeroMeters submitted a new resource:

SAAT - Stardew Valley Audio API & Toolkit - Add custom music tracks to SDV. No harmony required!

Audio API & Audio Management for SMAPI, without any utilization of HarmonyLib.

Add custom music to your mods!

---

What does this mod do?

SAAT is a framework aimed to adding, managing, and modifying audio tracks in Stardew Valley. In addition, it seeks to improve the audio engine at a later date, as XNA / MonoGame's audio engine is lackluster in memory management and support. It aims to be harmony-less.

You can see examples of how to add custom audio tracks from the...
Read more about this resource...
 

ZeroMeters

Cowpoke
Dropping a small update soon. Sorry for the quick releases. I understand that they can cause instability when you're using SAAT as a dependency. I'll be aiming to release features in a more reasonable interval of time.

SAAT 1.1.0:
- Add Audio Track Settings.
-- You can now set an entry in tracks.json to continuously loop.
-- You can now set an entry to immediately add itself to the jukebox when a new game is created.
- The command "setdebug" has been renamed to "audiodebug", as there is a high possibility of conflict with other mods.
- The command "gen_track_json" has been renamed to "tracktemplate".
- The command "audio_allocs" has been renamed to "audioallocs".
- The audioallocs command has had some formatting fixes.
- The audioallocs command has an optional parameter now. Adding a track id will provide further details for a specific track.
- Some internal restructuring was done.
 
Last edited:

ZeroMeters

Cowpoke
ZeroMeters updated SAAT - Stardew Valley Audio API & Toolkit with a new update entry:

SAAT v1.1.0

New in v1.1.0:
- Add Audio Track Settings.
-- You can now set an entry in tracks.json to continuously loop.
-- You can now set an entry to immediately add itself to the jukebox when a new game is created.
- The command "setdebug" has been renamed to "audiodebug", as there is a high possibility of conflict with other mods.
- The command "gen_track_json" has been renamed to "tracktemplate".
- The command "audio_allocs" has been renamed to "audioallocs".
- The audioallocs command has had...
Read the rest of this update entry...
 
Top