mirror of
https://github.com/xiph/opus.git
synced 2025-06-04 09:37:44 +00:00
fix warning
This commit is contained in:
parent
b2940ed212
commit
da456b09fa
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ static void print_vector(float *x, int N)
|
||||||
|
|
||||||
void run_frame_network(LPCNetState *lpcnet, float *condition, float *gru_a_condition, const float *features, int pitch)
|
void run_frame_network(LPCNetState *lpcnet, float *condition, float *gru_a_condition, const float *features, int pitch)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
NNetState *net;
|
NNetState *net;
|
||||||
float in[FRAME_INPUT_SIZE];
|
float in[FRAME_INPUT_SIZE];
|
||||||
float conv1_out[FEATURE_CONV1_OUT_SIZE];
|
float conv1_out[FEATURE_CONV1_OUT_SIZE];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue