Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
apps:all:saugns [2020/03/20 14:50] – created joelkpapps:all:saugns [2023/07/04 18:01] – [Documentation] v0.4.1 joelkp
Line 2: Line 2:
 {{metacard>}} {{metacard>}}
  
-saugns implements the SAU (Scriptable AUdio) language, and is a command-line parser, player, and WAV file writer for SAU scripts.+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 as a command-line generator for tones and PM/FM/AM soundsFuture goals include a language more suitable for music composition.+Currently most useful for generating tones, soundscapes, and simple timed sequencesCan be used tersely and simply, but it still lacks features that would make it useful as a language for music composition
 + 
 +The SAU language currently provides these audio generators, which can be used and combined in any number. 
 +  * 'R' (Random segments generator), several line types. Supports AM/RM, FM and PM. 
 +  * 'W' (Wave oscillator), several wave types. Weakly anti-aliased. Supports AM/RM, FM and PM.
  
 ===== Documentation ===== ===== Documentation =====
-* {{https://saugns.github.io/usage.html|Command-line usage examples}} +  * {{https://sau.frama.io/usage.html|Command-line usage}} 
- +  * {{https://sau.frama.io/language.html|SAU language overview web page}} 
-* {{https://saugns.github.io/syntax.html|Guide to the SAU syntax}} +  * {{https://codeberg.org/sau/saugns/src/stable/sau/doc/README.SAU|SAU language reference (README.SAU)}} 
- +  * {{https://sau.frama.io/examples.html|Example SAU scripts with audio online}}
-* {{https://github.com/saugns/saugns/blob/master/doc/README.SAU|SAU language reference (README.SAU)}}+
  
-{{tag>new synthesis_and_composition_packages signal_generators oss alsa sndio}}+{{tag>synthesis_and_composition_packages signal_generators oss alsa sndio}}
 ~~META:title=saugns~~ ~~META:title=saugns~~
-~~META:desc=Scriptable AUdio (SAU) Generation System. Command-line parser, player, and format converter for SAU scripts. Supports ALSA, OSS, and sndio (on OpenBSD).~~ +~~META:desc=Scriptable AUdio (SAU) Generation System. Command-line parser, player, and format converter for SAU scripts. Supports ALSA, OSS, and (on OpenBSD) sndio.~~ 
-~~META:logo=~~ +~~META:logo=https://saugns.github.io/images/sau-logo88x50.png~~ 
-~~META:link=https://saugns.github.io~~+~~META:link=https://sau.frama.io~~
 ~~META:screenshot=~~ ~~META:screenshot=~~
 ~~META:banner=~~ ~~META:banner=~~
Line 23: Line 26:
 ~~META:download=~~ ~~META:download=~~
 ~~META:manual=~~ ~~META:manual=~~
-~~META:version=v0.3.6e~~ +~~META:version=v0.4.1~~ 
-~~META:releasedate=2020-02-09~~+~~META:releasedate=2023-07-04~~
  
apps/all/saugns.txt · Last modified: 2024/06/23 13:50 by joelkp