An open API service indexing awesome lists of open source software.

https://github.com/pathoschild/testaudiomod

A temporary mod to prototype the SMAPI audio API.
https://github.com/pathoschild/testaudiomod

Last synced: 9 months ago
JSON representation

A temporary mod to prototype the SMAPI audio API.

Awesome Lists containing this project

README

          

**Test Audio Mod** is a temporary Stardew Valley mod used to prototype the [SMAPI](https://smapi.io/)
audio API.

## Usage
1. Install [SMAPI](https://smapi.io/).
2. Compile the mod to automatically copy it into your game's `Mods` folder.
3. Launch the game.

Controls:

action | control | notes
:----------------- | :-------------- | :----
disable audio | `1` |
play `SinWave` cue | `2` | Supports pitch changes.
play `wind` cue | `3` | Supports frequency changes. Vanilla cue only works after loading a save.
play song sample | `4` | Mod source only. Plays a rendition of _stillness in the rain_ by MissCoriel.
change source | `Tab` | Toggles between the vanilla game sound and an equivalent `.ogg` file.
change pitch | `left`, `right` |
change frequency | `up`, `down` | Not implemented for mod sounds yet.