jbarrett / Audio-SunVox-FFI

Perl bindings for the SunVox library
0 stars 0 forks source link

Incorrect description for init test #1

Open jbarrett opened 3 months ago

jbarrett commented 3 months ago

This doesn't initialise offline mode. I believe offline mode requires you to use the callback system to empty the buffer to allow pending events to take effect (which could be done in tests).

Either test in offline mode or update the description. Tests requiring audio facilities could have a skip clause.

https://github.com/jbarrett/Audio-SunVox-FFI/blob/79d088c5ab40b21253a11665cd8107acda3454fb/t/00-basics.t#L10