Seeking in arsd.simpleaudio?

Adam D Ruppe destructionator at gmail.com
Sun Nov 20 22:54:05 UTC 2022


On Sunday, 20 November 2022 at 22:26:26 UTC, TheZipCreator wrote:
> I guess in the meantime I'll just use a python script to cut 
> the audio before execution

i found the problem

the library called seek(-thing) and my seek had a if(x <= 0) 
return; when it should have been if(x == 0) return.

so it wouldn't go backward in the file!


i'll add it to the interface and do some more fixes, then i can 
link you to the new file. should ACTUALLY be closer to 30 mins 
now but no promises i might still find new bugs yet but it is 
working in the one test file very well now.


More information about the Digitalmars-d-learn mailing list