Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:all:saugns [2023/01/17 00:46] – [Documentation] v0.3.12 joelkpapps:all:saugns [2024/02/29 05:11] (current) – [saugns] update 'R' wording 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, modulation sounds (FM and PMAM and RM), and simple timed sequences of suchFuture goals include a more expressive language suitable 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. 
 +  * 'R' (Random segments oscillator), 12 line types. Value noise through-zero oscillator. Supports AM/RM, FM and PM. 
 +  * 'W' (Wave oscillator), 12 wave types. Conventional oscillator, weakly anti-aliased. Supports AM/RM, FM and PM.
  
-The SAU language currently only provides wave oscillators. These can be used and combined in any number. 
 ===== Documentation ===== ===== Documentation =====
-* {{https://sau.frama.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://sau.frama.io/language.html|Guide to using the SAU language}} +  * {{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://codeberg.org/sau/saugns/src/stable/doc/README.SAU|SAU language reference (README.SAU)}}+
  
 {{tag>synthesis_and_composition_packages signal_generators oss alsa sndio}} {{tag>synthesis_and_composition_packages signal_generators oss alsa sndio}}
Line 24: Line 26:
 ~~META:download=~~ ~~META:download=~~
 ~~META:manual=~~ ~~META:manual=~~
-~~META:version=v0.3.12~~ +~~META:version=v0.4.2d~~ 
-~~META:releasedate=2023-01-01~~+~~META:releasedate=2023-12-31~~
  
apps/all/saugns.1673912771.txt.gz · Last modified: 2023/01/17 00:46 by joelkp