16
SCI Development Tools / "Sounder" tool - alpha version is ready
« on: August 01, 2022, 07:34:13 AM »
Sounder tool is ready for alpha testing...

It should be able to do (more or less) almost anything you can think of with sound formats of SCI1+, SCI0 and SC0-Early.
Few features are planned to be added in the near future (most interesting one IMO - ability to add digital sample from any file, like MP3).
It even has a Graphical User Interface (I still prefer the command line, but I know that many people disklike such things...)
The installer can be downloaded from https://github.com/adventurebrew/re-quest/releases/download/sounder_0.1/Sounder.Installer.exe
In order to access the command line just run 'sounder.exe --help'.
If anyone prefers without installer: https://github.com/adventurebrew/re-quest/blob/master/tools/sci/sounder.py
(the beginning of the file has notes how to set up a Conda environment with anything needed to run it)
Important notes:
EDIT
====
I just discovered that with the installer the command line isn't working. I have an idea how to fix it. Meanwhile, in order to run the command line, use the Python file directly from GitHub, and not the installer.
EDIT2
====
CLI is working now, with a different shortcut pointing to a .bat file, with the exact path.

It should be able to do (more or less) almost anything you can think of with sound formats of SCI1+, SCI0 and SC0-Early.
Few features are planned to be added in the near future (most interesting one IMO - ability to add digital sample from any file, like MP3).
It even has a Graphical User Interface (I still prefer the command line, but I know that many people disklike such things...)
The installer can be downloaded from https://github.com/adventurebrew/re-quest/releases/download/sounder_0.1/Sounder.Installer.exe
In order to access the command line just run 'sounder.exe --help'.
If anyone prefers without installer: https://github.com/adventurebrew/re-quest/blob/master/tools/sci/sounder.py
(the beginning of the file has notes how to set up a Conda environment with anything needed to run it)
Important notes:
- This is really an Alpha version, it probably has bugs
- I like to code, but hate to test, so, I haven't found those bugs
- The good news - please report bugs that you found, and I will try to fix 'em
- You can report here, or at https://github.com/adventurebrew/re-quest/issues (please prefix the issue with 'sounder')
- If anyone wants to run in Linux, and needs help - just say
- Feature requests, or any other comments, are also welcomed
EDIT
====
I just discovered that with the installer the command line isn't working. I have an idea how to fix it. Meanwhile, in order to run the command line, use the Python file directly from GitHub, and not the installer.
EDIT2
====
CLI is working now, with a different shortcut pointing to a .bat file, with the exact path.