Skip to content

ViPER4Android-RE v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@iscle iscle released this 17 May 23:58
f3634ef

How to update: Download and install BOTH files (App + Magisk module)

Driver changelog:

  • Started migration to C++ (vectors, arrays, etc. No manual memory allocation)
  • Fixed float -> PCM conversion
  • Fixed configuration parsing (now we only copy what the "mask" bit-field tells us)
  • Removed sampling rate cap (Now you can use any sampling rate, but some effects might not work)
  • Added debug information
  • Added x86 and x86_64 support 🎉

App changelog:

  • Added debug information in "Driver status" dialog
  • "Driver status" update rate is now 1 second (100ms before)