LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

adscript

Audio and digital signal processing language compiler

TLDR

Compile an ADscript file
$ adscript [script.ad]
copy
Compile with output file
$ adscript [script.ad] -o [output]
copy
Run an ADscript directly
$ adscript -r [script.ad]
copy

SYNOPSIS

adscript [options] file

DESCRIPTION

adscript is a compiler for the ADscript programming language, a domain-specific language designed for audio and digital signal processing applications. It generates optimized code for audio processing tasks.ADscript combines functional programming concepts with audio-specific primitives, making it suitable for developing audio plugins, synthesis engines, and signal processing algorithms.

PARAMETERS

-o file

Specify output file name
-r
Run the script directly instead of compiling
-O level
Optimization level (0-3)
-v, --verbose
Enable verbose output
--help
Display help information

CAVEATS

ADscript is a specialized language; general-purpose programming may be better suited to other languages. Performance depends on target platform and optimization settings.

HISTORY

ADscript was developed for audio programming applications, providing a high-level abstraction over low-level audio processing operations while maintaining performance characteristics needed for real-time audio.

SEE ALSO

csound(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid