feat(arch): Improved Amplitude architecture design. #156
Annotations
6 errors and 7 warnings
tools/amac/main.cpp#L152
cannot initialize a parameter of type 'AudioBuffer *' with an lvalue of type 'const AmAudioSampleBuffer' (aka 'float *const')
|
tools/amac/main.cpp#L214
cannot initialize a parameter of type 'AudioBuffer *' with an lvalue of type 'int16_t *' (aka 'short *')
|
tools/amac/main.cpp#L243
cannot initialize a parameter of type 'AudioBuffer *' with an lvalue of type 'int16_t *' (aka 'short *')
|
tools/amac/main.cpp#L303
cannot initialize a parameter of type 'AudioBuffer *' with an lvalue of type 'int16_t *' (aka 'short *')
|
tools/amac/main.cpp#L310
cannot initialize a parameter of type 'AudioBuffer *' with an lvalue of type 'int16_t *' (aka 'short *')
|
|
src/Utils/pffft/simd/pf_neon_float.h#L40
/Users/runner/work/AmplitudeAudioSDK/AmplitudeAudioSDK/src/Utils/pffft/simd/pf_neon_float.h: ARM NEON macros are defined [-W#pragma-messages]
|
src/Utils/pffft/simd/pf_neon_double.h#L44
/Users/runner/work/AmplitudeAudioSDK/AmplitudeAudioSDK/src/Utils/pffft/simd/pf_neon_double.h: NEON (from AVX) macros are defined [-W#pragma-messages]
|
src/Utils/pffft/simd/pf_neon_float.h#L40
/Users/runner/work/AmplitudeAudioSDK/AmplitudeAudioSDK/src/Utils/pffft/simd/pf_neon_float.h: ARM NEON macros are defined [-W#pragma-messages]
|
src/Utils/pffft/simd/pf_neon_double.h#L44
/Users/runner/work/AmplitudeAudioSDK/AmplitudeAudioSDK/src/Utils/pffft/simd/pf_neon_double.h: NEON (from AVX) macros are defined [-W#pragma-messages]
|
|
|
|
This job failed
Loading