Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
apps:all:saugns [2023/07/04 18:01] – [Documentation] v0.4.1 joelkpapps:all:saugns [2023/07/04 18:09] – [saugns] 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, and simple timed sequences. Can be used tersely and simply, but it still lacks features that would make it useful as a language for music composition.+Currently most useful for generating tones, sounds, soundscapes, and simple timed sequences. Can be used tersely and simply for that, but the language still lacks features for music composition without duplicating lots of script content.
  
 The SAU language currently provides these audio generators, which can be used and combined in any number. 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. +  * 'R' (Random segments generator), 12 line types. Value noise generator. Supports AM/RM, FM and PM. 
-  * 'W' (Wave oscillator), several wave types. Weakly anti-aliased. Supports AM/RM, FM and PM.+  * 'W' (Wave oscillator), 12 wave types. Conventional oscillator, weakly anti-aliased. Supports AM/RM, FM and PM.
  
 ===== Documentation ===== ===== Documentation =====
apps/all/saugns.txt · Last modified: 2024/04/16 02:43 by joelkp