Difference between revisions of "Sounder"

From SCI Wiki
Jump to navigationJump to search
(Created page with "<div align="center" style="font-size: 22pt">Sounder</div><br /> <div align="center">Version 0.5<br />''Author: ZvikaZ''<br />2022-08-29</div> {{FanSCISoftwareInfobox | So...")
 
 
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<div align="center" style="font-size: 22pt">Sounder</div><br />
 
<div align="center" style="font-size: 22pt">Sounder</div><br />
<div align="center">Version 0.5<br />''Author: [[ZvikaZ]]''<br />2022-08-29</div>
+
<div align="center">Version 0.5.2<br />''Author: [[Zvika Haramaty]]''<br />2023-04-18</div>
  
 
{{FanSCISoftwareInfobox
 
{{FanSCISoftwareInfobox
 
| Software = Sounder
 
| Software = Sounder
| Image = [[Image:SounderTitleSS.png|190px]]<br />
+
| image = [[Image:SounderAbout.png|190px]]<br />
 
''Sounder'' Title Screen
 
''Sounder'' Title Screen
| Version = 0.5
+
| Version = 0.5.2
| ReleaseDate = {{2022}}-08-29
+
| ReleaseDate = {{2023}}-04-18
| Company =  
+
| Company = N/A
 
| Published = {{Published}}
 
| Published = {{Published}}
| Developers = {{ZvikaZToolDev}}
+
| Developers = {{ZvikaHaramatyToolDev}}
| Interface = {{GUI}}
+
| Interface = {{GUI}}, {{CLI}}
 
| ProgLanguage = {{Python}}
 
| ProgLanguage = {{Python}}
 
| OpenSource = {{Open}}
 
| OpenSource = {{Open}}
 
| Source = {{SourceSW}}[https://github.com/adventurebrew/re-quest/tree/master/tools/sci/sounder Yes]
 
| Source = {{SourceSW}}[https://github.com/adventurebrew/re-quest/tree/master/tools/sci/sounder Yes]
 
| License =  
 
| License =  
| Type = {{FanSCIAudioResTool}}
+
| Type = {{FanSCISndResTool}}
| Platform = {{WinTool}}
+
| Platform = {{WinTool}}, {{LinuxTool}}, {{MacTool}}
 
| Localization = {{EnglishTool}}
 
| Localization = {{EnglishTool}}
| Website = https://github.com/adventurebrew/re-quest/tree/master/tools/sci/sounder
+
| Website = [https://github.com/adventurebrew/re-quest/tree/master/tools/sci/sounder Sounder&nbsp;on&nbsp;GitHub]
 
}}
 
}}
  
Line 30: Line 30:
 
{{TechToDo}}
 
{{TechToDo}}
 
</blockquote>
 
</blockquote>
<!--
+
 
 
===<br /> Screenshots ===
 
===<br /> Screenshots ===
  
Line 37: Line 37:
 
| align="center"|[[Image:SounderSS2.png|320px]]
 
| align="center"|[[Image:SounderSS2.png|320px]]
 
|}
 
|}
-->
 
  
 
==<br /> Features ==
 
==<br /> 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
  
* <!-- Add feature list here -->
 
  
 
==<br /> Version History ==
 
==<br /> Version History ==
Line 57: Line 61:
  
 
==<br /> Options ==
 
==<br /> Options ==
 +
 +
Sounder can be either run with GUI, or with CLI (run `sounder --help` for details).
  
 
<blockquote>
 
<blockquote>
Line 66: Line 72:
 
<blockquote>
 
<blockquote>
 
Download from here:
 
Download from here:
* <span class="Inactive">Not available at this time.</span>
+
* [https://github.com/adventurebrew/re-quest/releases/latest/download/Sounder.Installer.exe Windows installer]
 +
* [https://github.com/adventurebrew/re-quest/tree/master/tools/sci/sounder Python source (for all OSes supporting Python)]
 
<!--
 
<!--
 
* [[File:ZIP.png|ZIP File]] [[File:|]]<span class="DLInfo"> (ZIP file) []</span>
 
* [[File:ZIP.png|ZIP File]] [[File:|]]<span class="DLInfo"> (ZIP file) []</span>
Line 74: Line 81:
 
==<br /> Known issues ==
 
==<br /> Known issues ==
  
* None known
+
* Currently no known issues; but Sounder is still young, and probably has some bugs; please report them.
  
 
==<br /> Credits ==
 
==<br /> Credits ==
  
* [[ZvikaZ]]
+
* [[Zvika Haramaty]]
  
 
==<br /> References ==
 
==<br /> References ==
 +
More details at Sounder Git Repo (link below).
 +
<references />
  
<references />
 
  
 
==<br /> Also See ==
 
==<br /> Also See ==
  
* [[SCI Audio Resource Tools]]
+
* [[:Category:SCI Sound Resource Tools|SCI Sound Resource Tools]]
 +
* [[Sound Resource (SCI)|The SCI Sound Resource]]
 +
* [https://github.com/adventurebrew/re-quest/tree/master/tools/sci/sounder Sounder Git Repo]
  
 
&nbsp;
 
&nbsp;
  
 
[[Category:Technical Info]]
 
[[Category:Technical Info]]
[[Category:Audio Resource Tools]]
 
[[Category:SCI Audio Resource Tools]]
 

Latest revision as of 08:01, 18 April 2023

Sounder


Version 0.5.2
Author: Zvika Haramaty
2023-04-18
Sounder
SounderAbout.png
Sounder Title Screen
Latest Version:  0.5.2
Release Date:  2023-04-18
Company: N/A
Publication Status:  Published
Developer(s): Zvika Haramaty
Interface: GUI, CLI
Language: Python
Open Source: Open
Source Availability:  Yes
License:
Type: Sound Resouce Tool
Platform: Windows, Linux, Mac
Localization: English
Website: Sounder on GitHub





Description

Sounder can do more or less anything that you'd like with Sierra's SCI sound format.


Screenshots

SounderSS1.png SounderSS2.png


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



Version History

 


Development Status

Beta


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


References

More details at Sounder Git Repo (link below).



Also See