From: Dennis S. <sy...@yo...> - 2004-06-01 11:10:03
|
Gustavo, what do you think about an lv_config.h that gets generated from the config.h.in template ?, i have no experience with this tho. How can i set up macros in the template that will generate uint16, int16, (same for 8, 32) for me ?, i'd like to get this fixed in the next release, also someone reported issues with amd64 so hopefully it gets fixed, or atleast partialy fixed by using these types. Cheers, Dennis On Tue, 2004-04-27 at 22:58 -0300, Gustavo Sverzut Barbieri wrote: > struct _VisAudio { > int16_t plugpcm[2][512]; > > int16_t pcm[3][512]; > int16_t freq[3][512]; > > fft_state *fft_state; > > int16_t bpmhistory[1024][6]; > int16_t bpmdata[1024][6]; > int16_t bpmenergy[6]; > int32_t energy; > }; > > > Also, if the data is limited to 2 channels of 512 16 bits samples, we should > provide some helper to merge channels... even if the helper discard the > channels instead of merge them (1/3/5/6 channels -> 2 channels) > |