Sample(..) API, microsecond output

The current sample (Inside Playdate) function in Lua outputs milliseconds, which can be useful, but on some performance tuning cases, it really would be useful to have the ability to output microseconds. If this timer is based on getElapsedTime() or something similar, it would seem this is possible.

2 Likes