initial commit

This commit is contained in:
Tilman Kranz
2024-09-21 16:05:22 +02:00
commit 5f95d9cef6
55 changed files with 12483 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?php
$waveform = array(
'snddir' => dirname(__FILE__).'/../../snd',
'cachedir' => dirname(__FILE__).'/../../tmp'
);