Skip to content

Commit 40a5739

Browse files
author
Gabor Szanto
committed
Version 1.2 with Windows support
Windows support: - UWP, Visual Studio 120 and 140. - Low-latency C++ I/O class for WASAPI. - Player, HLS, Fx, recorder and VST Windows examples. Android improvements: - Android projects updated to recent Android Studio and Android NDK versions. - Fixed channels mask for SuperpoweredAndroidAudioIO when used in mono configuration. SDK improvements: - All effects can be used with any number of samples now (no multiply of 8 or 4 restriction). - SuperpoweredAdvancedAudioPlayer can now check for the silence at the beginning of a track during load (audioStartMs, getAudioStartMs). - New SuperpoweredCompressorProto class will replace the SuperpoweredCompressor in the future with more features, such as sidechain input, lookahead and peak/rms. - New functions in SuperpoweredSimple.h: SuperpoweredDeInterleaveMultiply, SuperpoweredDeInterleaveMultiplyAdd, SuperpoweredStereoToMidSide, SuperpoweredMidSideToStereo. - Better time-stretching sound for drums for drastically low rates. Check the sound parameter when creating SuperpoweredTimeStretching. License - New license terms. - Logo assets.
1 parent 7a7b8b1 commit 40a5739

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Superpowered/.DS_Store

0 Bytes
Binary file not shown.

Superpowered/AndroidIO/SuperpoweredAndroidAudioIO.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
#include <pthread.h>
66
#include <unistd.h>
77
#include <stdlib.h>
8-
<<<<<<< HEAD
98
#include <string.h>
10-
=======
11-
#include <cstring>
12-
>>>>>>> 5823fffbef363175c0d7080b9d79dfabdbac97fc
139

1410
#define NUM_CHANNELS 2
1511

0 commit comments

Comments
 (0)