bugfix/extern C was reopened

This commit is contained in:
Sun Xiang Yu 2020-06-01 20:03:24 +08:00
parent 724abeacad
commit 6be968b56b
3 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ void aec_process(const aec_handle_t inst, int16_t *indata, int16_t *refdata, int
void aec_destroy(aec_handle_t inst);
#ifdef __cplusplus
extern "C" {
}
#endif
#endif //_ESP_AEC_H_

View File

@ -64,7 +64,7 @@ void ns_process(ns_handle_t inst, int16_t *indata, int16_t *outdata);
void ns_destroy(ns_handle_t inst);
#ifdef __cplusplus
extern "C" {
}
#endif
#endif //_ESP_NS_H_

View File

@ -98,7 +98,7 @@ void vad_destroy(vad_handle_t inst);
*/
#ifdef __cplusplus
extern "C" {
}
#endif
#endif //_ESP_VAD_H_