AVS Device SDK SAMPLE-AES Decryption
Note: Watch the replay of Alexa Live ‘22 on demand. Catch the latest on ambient intelligence, smart home, and AI.
SAMPLE-AES decryption is optional and disabled by default.
To enable SAMPLE-AES decryption for audio streamed to your device
- Install the FFMPEG library.
-
Enable SAMPLE-AES decryption with the following CMake command.
cmake [absolute path to source] -DENABLE_SAMPLE_AES=[ON|OFF] \ -DFFMPEG_LIB_PATH=[absolute path to ffmpeg library] \ -DFFMPEG_INCLUDE_DIR=[absolute path to ffmpeg include directory]