RAPP Platform API
|
#include "cloud/service_controller/service_controller.hpp"
#include "cloud/speech/set_denoise_profile/set_denoise_profile.hpp"
#include "objects/audio/audio.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
set a denoise profile for a specific user argv[1] : audio file argv[2] : audio type (
microphone_wav
, nao_single_channel_wav
nao_quad_channel_wav
ogg
argv[3] : user (by default: rapp
) Definition at line 13 of file set_denoise_example.cpp.