shmem input added

master
dnalor 7 years ago
parent b5b0c26c62
commit 6bc59c8b20
  1. 2
      cava.c

@ -451,7 +451,7 @@ as of 0.4.0 all options are specified in config file, see in '/home/username/.co
#ifdef SHMEM #ifdef SHMEM
if (p.im == 5) { if (p.im == 5) {
thr_id = pthread_create(&p_thread, NULL, input_shmem, (void*)&audio); thr_id = pthread_create(&p_thread, NULL, input_shmem, (void*)&audio);
audio.rate = 44100; //audio.rate = 44100;
} }
#endif #endif

Loading…
Cancel
Save