]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/PCM.c
Slovenian translation update by Matej Urbančič
[vlc] / modules / visualization / galaktos / PCM.c
index a08f0c635e4043b7155443894d13759a0bf1e11e..82162f3f332ed30671d10d3a2b2a2147b49fe2ef 100644 (file)
 //Takes sound data from wherever and hands it back out.
 //Returns PCM Data or spectrum data, or the derivative of the PCM data
 
+#include <stdlib.h>
 #include <stdio.h>
 #include <inttypes.h>
 
+#include "fftsg.h"
+
 double **PCMd;    //data structure to store PCM data  PCM[channels][maxsamples]
 int maxsamples;   //size of PCM buffer
 int start;        //where to add data next