Formatting and tests

This commit is contained in:
Aria 2025-09-10 21:39:02 -05:00
parent 51b150b829
commit 9848740e18
6 changed files with 85 additions and 8 deletions

View file

@ -15,4 +15,4 @@ export const getAudioContext = () => {
export function getAudioContextCurrentTime() {
return getAudioContext().currentTime;
}
}