Sounder
From Sierra Wiki
Sounder About Screen | |||
| Latest Version: | 0.5.2 | ||
|---|---|---|---|
| Release Date: | 2022-08-29[1] | ||
| Company: | N/A | ||
| Development Status: | Beta | ||
| Publication Status: | Published | ||
| Developer(s): | Zvika Haramaty | ||
| Interface: | GUI, CLI | ||
| Language: | Python | ||
| Open Source: | Open | ||
| Source Availability: | Yes | ||
| License: | None | ||
| Type: | SCI Sound Tool | ||
| Relevant Engine: | SCI | ||
| Platform: | Windows, Linux, Mac (and all OSes supporting Python) | ||
| Localization: | English | ||
| Website: | adventurebrew/request/tree/master/tools/sci/sounder Sounder on GitHub | ||
Description
Zvika Haramaty's Sounder can do more or less anything that you'd like with Sierra's SCI sound format. More details at Sounder Git Repo (link below).
Screenshots
Features
- Support any of Early SCI0, SCI0, SCI1+, Standard MIDI File as input or output file
- Play file's musical contents (ignoring digital sample)
- Save file's contents in various formats
- Add digital sample (or replace it, if it already exists), supporting all formats known by FFMPEG (i.e., file doesn't have to be .wav in specific format)
- Play digital sample
- Save only the digital sample
Requirements
Python environment.
Version History
Development Status
Sounder is currently in a beta stage of development.
Usage
Options
Sounder can be either run with GUI, or with CLI (run `sounder --help` for details).
Download
Download from here:
Known issues
- Currently no known issues; but Sounder is still young, and probably has some bugs; please report them.
Credits
Legal
Sounder was released with no license.
References
Also See
- SCI Sound Resource Tools
- The SCI Sound Resource
- Sound Resources in the SCI Specifications
- Sound Resource Articles
- Patch Resource (SCI)
- Patch Resource in the SCI Specifications
- Patch Resource Articles
- SCI Sound Tools
- Sounder GitHub Repo