BIG REORGANIZATION.
Reorganize directory structure for inclusion of cd-paranoia. Works for GNU/Linux. Other OS's may be broken. Regression test output needs to be adjusted too. Move: lib/driver (split off of lib) lib/iso9660 (split off of lib) Add from paranoia: lib/cdda_interface lib/paranoia src/paranoia Also made some small changes to capability indentification to show more reading capabilties and show that. cd-info now shows the total disc size.
This commit is contained in:
12
lib/cdda_interface/smallft.h
Normal file
12
lib/cdda_interface/smallft.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/******************************************************************
|
||||
* CopyPolicy: GNU Public License 2 applies
|
||||
* Copyright (C) 1998 Monty xiphmont@mit.edu
|
||||
*
|
||||
* FFT implementation from OggSquish, minus cosine transforms.
|
||||
* Only convenience functions exposed
|
||||
*
|
||||
******************************************************************/
|
||||
|
||||
extern void fft_forward(int n, float *buf, float *trigcache, int *sp);
|
||||
extern void fft_backward(int n, float *buf, float *trigcache, int *sp);
|
||||
extern void fft_i(int n, float **trigcache, int **splitcache);
|
||||
Reference in New Issue
Block a user