pcmaudio: bugfix corrupted audio, loop mode, adjust examples

This commit is contained in:
slederer 2026-01-02 22:56:39 +01:00
parent 79baf3cef5
commit 11814cd24f
5 changed files with 363 additions and 46 deletions

View file

@ -50,7 +50,7 @@ begin
buf := readAudioFile(filename);
SampleQStart(buf, sampleRate);
SampleQStart(buf, false, sampleRate);
write('Press ESC to stop> ');
done := false;