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.
- Host: GitHub
- URL: https://github.com/pathoschild/testaudiomod
- Owner: Pathoschild
- Created: 2019-08-10T18:20:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T00:08:51.000Z (almost 7 years ago)
- Last Synced: 2025-06-20T19:59:15.541Z (about 1 year ago)
- Language: C#
- Size: 11.7 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.