View Single Post
Old 07-14-2012, 10:04 PM   #3
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
err so... like...



Code:
short audioBuffer[someLength];
float *signal;
float frequency = 3000.0;
float sr = 8000.0;
int vector_size = 32765;
something? delayed_signal;

signal = audioBuffer[offsetofsomekind];
delayed_signal = audioBuffer[offsetofsomeOTHERkind];

float result = 
highpass(signal, frequency, *delayed_signal, vector_size, float sr);
???

Last edited by twobob; 07-14-2012 at 10:05 PM. Reason: legibility
twobob is offline   Reply With Quote