chore: Remove tracked build artifacts

This commit is contained in:
lmx
2025-11-28 16:24:27 +08:00
parent 892ed9267b
commit 818e8c3778
2356 changed files with 0 additions and 587882 deletions

View File

@ -1,17 +0,0 @@
/*****************************************************************
>file name : spatial_effect_tws.h
>create time : Fri 08 Apr 2022 07:55:01 PM CST
*****************************************************************/
#ifndef _SPATIAL_EFFECT_TWS_H_
#define _SPATIAL_EFFECT_TWS_H_
#include "system/includes.h"
#include "classic/tws_api.h"
void *spatial_tws_create_connection(int period, void *priv, void (*handler)(void *, void *data, int len));
void spatial_tws_delete_connection(void *conn);
int spatial_tws_audio_data_sync(void *conn, void *buf, int len);
#endif/*_SPATIAL_EFFECT_TWS_H_*/