-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Is it going to use sdl2_nim or sdl2, updateYUVTexture only exists in sdl2_nim,
but
import sdl2,sdl2/audio of fplay.nim
means import from nim-lang/sdl2, though it compiles and can play video, but sound processing has some obvious issue, makes sound sharp and lags. I suspect that it has some business with this issue.Using sdl2_nim uses
import sdl2/sdlis enough, it includes all the modules.
I've tried using sdl2_nim , it's the same, not sure where the issue lies in.
Metadata
Metadata
Assignees
Labels
No labels