Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
apps:all:saugns [2023/02/24 18:54] – [Documentation] joelkp | apps:all:saugns [2025/02/16 14:48] (current) – [saugns] conciser joelkp | ||
---|---|---|---|
Line 4: | Line 4: | ||
saugns implements the SAU (Scriptable AUdio) language, and is a command-line parser, player, and WAV file writer for SAU scripts. It makes it easy to write script files which play sounds when ran. It's also possible to pipe audio data from it over stdout. | saugns implements the SAU (Scriptable AUdio) language, and is a command-line parser, player, and WAV file writer for SAU scripts. It makes it easy to write script files which play sounds when ran. It's also possible to pipe audio data from it over stdout. | ||
- | Currently most useful for generating tones, soundscapes, | + | Currently most useful for generating tones, sounds, soundscapes, |
- | The SAU language currently provides these audio generators, which can be used and combined in any number. | + | Audio generation can use the following types of audio generators and ways of configuring them: |
- | * ' | + | * '' |
- | * ' | + | * '' |
+ | * '' | ||
+ | * '' | ||
+ | * Parameter sweeps, ADSR envelopes, and modulation by connecting objects – for AM/RM, FM/PM, and more | ||
+ | * Options for variations on phase distortion synthesis, and pulsar synthesis | ||
+ | * An arbitrary number of generators can be used, and changes to their parameters laid out in time | ||
===== Documentation ===== | ===== Documentation ===== | ||
Line 14: | Line 19: | ||
* {{https:// | * {{https:// | ||
* {{https:// | * {{https:// | ||
- | * {{https:// | + | * {{https:// |
{{tag> | {{tag> | ||
Line 26: | Line 31: | ||
~~META: | ~~META: | ||
~~META: | ~~META: | ||
- | ~~META: | + | ~~META: |
- | ~~META: | + | ~~META: |