mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
bugfix/extern C was reopened
This commit is contained in:
parent
724abeacad
commit
6be968b56b
@ -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_
|
||||
|
||||
@ -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_
|
||||
|
||||
@ -98,7 +98,7 @@ void vad_destroy(vad_handle_t inst);
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif //_ESP_VAD_H_
|
||||
|
||||
Loading…
Reference in New Issue
Block a user