Merge remote-tracking branch 'origin/master'

dev
xufulong 3 years ago
commit b56958f2f0
  1. 6
      app/src/main/cpp/visualizer/execute_fft.h

@ -15,12 +15,10 @@
typedef struct
{
pthread_t thread;
/* Audio data */
vlc_queue_t queue;
bool dead;
unsigned i_channels;
unsigned i_prev_nb_samples;
int i_channels;
int i_prev_nb_samples;
int16_t *p_prev_s16_buff;
float f_rotationAngle;

Loading…
Cancel
Save