diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0302d0c --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ + +aRts sound system + +aRts is a short form for "analog realtime synthesizer". aRts is highly +modular, creating and processing sound using small modules performing +specific tasks. These may create a waveform (oscillators), play samples, +filter data, add signals, perform effects like delay/flanger/chorus, or +output the data to the soundcard. + +All of the aRts documentation is now in "The aRts Handbook" which is +in TDE DocBook format, part of tdemultimedia. It should be found on a +KDE system in $TDEDIR/share/doc/tde/HTML/default/artsbuilder/index.html. + +. + +Contributing +-------------- + +If you wish to contribute to aRts, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |