Andrei Amatuni

Results 4 issues of Andrei Amatuni

are there plans to include some API functions for compactions? Or is the "compact" command from the command line going to be the only way to do this?

my code: ``` lua require 'audio' aud, sample_rate = audio.load('what_a_wonderful_world.mp3') print(#aud) print(sample_rate) audio.save('test_out.mp3', aud, sample_rate) ``` output: ``` bash 6094080 2 [torch.LongStorage of size 2] ``` test_out.mp3 ends up being...

Looks like there was a recent update to the Clerk API. Are there plans to update the Rust SDK to this latest version? https://clerk.com/docs/versioning/available-versions