1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00

Improve _SNDOPEN test and supress printfs in Hively replayer code

This commit is contained in:
Samuel Gomes 2023-01-01 23:14:05 +05:30
parent e4273c0a68
commit 6c72deafc1
3 changed files with 1797 additions and 2225 deletions

File diff suppressed because it is too large Load diff

View file

@ -8,6 +8,7 @@ Print "Size ="; Len(buffer)
Dim h As Long: h = _SndOpen(buffer, "memory")
Print "Handle ="; h
Print "Length ="; _SndLen(h)
System

View file

@ -1,2 +1,3 @@
Size = 42018
Handle = 1
Length = 21.10694