159 Commits

Author SHA1 Message Date
Iscle
f4fe8dd0d7 Add "type" UUID to v4a_re effect xml 2025-03-31 01:34:18 +02:00
Iscle
e7258d27df Export createEffect, destroyEffect and queryEffect functions 2025-03-31 01:19:59 +02:00
Iscle
bdf5053968 Fix return value 2024-04-10 00:41:11 +02:00
Iscle
0aebad3049
Merge pull request #21 from xddxdd/fix-stereo3dsurround
Fix Stereo3DSurround remainder handling
2024-04-10 00:35:49 +02:00
Iscle
11133beedd Fix DynamicSystem parameter types 2024-04-10 00:34:22 +02:00
Iscle
ba6033cd3b Add ViPER-DDC and Dynamic System command handlers 2024-04-09 23:46:47 +02:00
Iscle
11e5cb6918 ViPERDDC: Do not spam log when sampling rate is invalid 2024-04-09 03:38:01 +02:00
Iscle
0c86463646 Add new setter functions 2024-03-23 01:54:16 +01:00
Iscle
593e1d4a27 Add debug logs to set parameter calls 2024-03-20 15:14:35 +01:00
Iscle
68168ac2a0 Fix reset command 2024-03-20 13:44:52 +01:00
Iscle
8107aee217 Improved interface
Not all effects are implemented. Untested.
2024-03-14 14:11:11 +01:00
Iscle
8cc3af5730
Merge pull request #20 from xddxdd/fix-reverberation
Fix CRevModel process function loop stride
2024-03-14 13:02:04 +01:00
Iscle
175f854f3d actions: Remove useless "ls" call 2024-03-14 00:18:34 +01:00
Iscle
3145edc1ba actions: Use download-artifact@4 2024-03-14 00:17:02 +01:00
Iscle
fa0adbc8a2 actions: Fix build 2024-03-14 00:11:44 +01:00
Iscle
2d0b6340a3 actions: Update packages 2024-03-14 00:07:08 +01:00
Iscle
07c1fd7566 actions: Use included NDK 2024-03-14 00:04:44 +01:00
Iscle
df53254cfa Bump version to 0.7.0-alpha1 2024-03-13 23:52:11 +01:00
Lan Tian
40191e47f0
Fix Stereo3DSurround remainder handling 2024-01-09 16:24:03 -08:00
Lan Tian
958ff60d11
Fix CRevModel process function loop stride 2024-01-09 01:12:16 -08:00
Iscle
eb65772bb0 Bump version to 0.6.1 2023-12-09 23:59:28 +01:00
Iscle
de2dabe63a Bump version to 0.6.0 2023-12-09 23:52:49 +01:00
Iscle
07b390247b Bump version to 0.6.0 2023-12-09 17:22:44 +01:00
Iscle
0d9122ef53 actions: Let's actualy upload the proper directory xD 2023-09-03 03:57:27 +02:00
Iscle
657e2f3827 actions: Try to not create a double .zip... 2023-09-03 03:55:06 +02:00
Iscle
57fb5eb87b actions: Do not create a folder for each abi
That's old news ;)
2023-09-03 03:52:05 +02:00
Iscle
3589e71c4d actions: Do not package before building! 2023-09-03 03:48:17 +02:00
Iscle
17a199c2bc actions: Do everything in the same workflow 2023-09-03 03:47:26 +02:00
Iscle
69f6395bec actions: Only package the module after everything is built 2023-09-03 03:41:32 +02:00
Iscle
b45b01d847 actions: Create Magisk Module with GitHub Actions 2023-09-03 03:38:22 +02:00
Iscle
808c7cb8e9 Delete ViPERBass destructor declaration as it's no longer required 2023-09-03 03:25:45 +02:00
Iscle
a947fd7f79 Make ViPERBass stereo :) 2023-09-03 03:22:29 +02:00
Iscle
86b50169a0 Compile with -O3 and -flto. Also strip the binaries.
Fixes #17.
2023-09-02 14:11:01 +02:00
Iscle
f560faea08 v0.5.0 v0.5.0 2023-05-22 00:40:55 +02:00
Iscle
5c0d69d970 Fix ViPER DDC, add architecture info 2023-05-21 18:46:20 +02:00
Iscle
9764057ca7 Clamp floatToFloat accomulate result v0.4.0 2023-05-18 01:05:27 +02:00
Iscle
3f114fdbb4 Improve buffer processing and pcm conversion 2023-05-17 03:31:39 +02:00
Iscle
50f1bd350a Fix some compiler warnings on 32 bit architectures 2023-05-16 18:08:43 +02:00
Iscle
57182c9daa Fix some compiler warnings 2023-05-16 18:07:10 +02:00
Iscle
d78189693a Only copy audio effect config based on the mask 2023-05-16 18:03:24 +02:00
Iscle
93d64d9f36 Add a method to pass the chosen config to the app 2023-05-16 13:02:26 +02:00
Iscle
3361fbfb7e Disable sampling rate cap
Only some of the effects rely on the sampling rate being at most 48kHz, it's better to handle this inside the effects themselves.
2023-05-16 03:12:51 +02:00
Iscle
bf580b11ad Do not use pointers for each effect in the ViPER class 2023-05-16 03:02:29 +02:00
Iscle
01029501e2 Pass disable reason to the app 2023-05-16 02:10:42 +02:00
Iscle
173222774f Actions: Do not clean the build, as it's not needed 2023-05-16 02:04:10 +02:00
Iscle
73d9d17323 Actions: Use actions/cache@v3 2023-05-16 01:59:23 +02:00
Iscle
eb8a7cc77b Actions: Build with NEON support for armeabi-v7a platforms 2023-05-16 01:58:33 +02:00
Iscle
213cd3ce25 Actions: Set minimum SDK version to 21 2023-05-16 01:57:13 +02:00
Iscle
4826177dac Actions: Update versions 2023-05-16 01:12:03 +02:00
Iscle
fe2f1c197a Actions: Update versions 2023-05-16 01:07:49 +02:00