krigga
krigga
When using PitchShifter on Android Im getting strange noise. I get audio from mic with AudioDispatcherFactory.fromDefaultMicrophone(22050, 1024, 0); and construct PitchShifter with new PitchShifter(1.5, 22050, 1024, 512); Changing overlap (last...
When send mode 16 was added, new code was added into transaction processing functions in validator. Since emulator mostly copies (not reuses) that code, that new code needs to be...
The existing funcfiftlib target has some build options that may break it when it is used in the Web environment. I propose to add another funcfiftlib target with all of...
There is currently an [example](https://github.com/ton-community/gamefi-sdk/blob/main/examples/mint.ts) that shows how to create an SDK instance and create a jetton. There is a need for a similar example that would show how to...