fix zsound stream example (missing sound file)

This commit is contained in:
Irmen de Jong 2023-04-29 13:02:24 +02:00
parent 798383596d
commit 25846ea18a
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -68,9 +68,10 @@ zsound_lib:
size = cx16diskio.f_read(digi_address, ram_bank_size) ; load next bank size = cx16diskio.f_read(digi_address, ram_bank_size) ; load next bank
txt.print_ub(cx16.getrambank()) txt.print_ub(cx16.getrambank())
txt.spc() txt.spc()
sys.wait(5) ; artificial delay
} }
txt.print("file end.\n") txt.print("sound file end reached.\n")
diskio.f_close() diskio.f_close()
repeat { repeat {