I got a buffer size of 32000 and a SR of 32kHz and im implementing an FIR with 721 coefficients...im having trouble implementing the FIR...Im confused on what to do with the extra samples produced during convolution...In order to keep the buffer from being overwritten with these extra samples by doing some bit shifts, but no luck....could someone give me some advice or sample code. Thanks