Sergio Fedorini

Results 4 comments of Sergio Fedorini

.. like that https://github.com/serezhka/vkdump/blob/master/src/main/java/com/github/serezhka/vkdump/config/VkApiConfig.java feel free to use ☺️️

@LuohanCC, I'm also trying to save audio data to playable file. For now, I've compiled fdk-aac lib with JNI bindings to decode aac-eld. This will make sure that decrypting method...

@LuohanCC unfortunately, no. C code is [here](https://github.com/serezhka/fdk-aac-jni) if someone else interested. Currently I'm analyzing apowermirror app from apowersoft. They have managed to make audio work and use shairplay lib, @dsafa22's...

@LuohanCC I've successfully decrypted audio! But still, you need to compile [fdk-aac-jni](https://github.com/serezhka/fdk-aac-jni) and put libfdk-aac.dll in classpath (windows). Decoded audio will be written to audio.pcm file. ffplay -autoexit -f s16le...