i have to implement the LPC (linear predictive coding) Algorithm with Java and quiet frankly don't have a clue where to start. Could someone please point me into a right direction.. ...
I have 8k16bit pcm audio and I want to upsample it to 16k16bit. I have to do this manually.
Can someone tell me the algorithm for linear interpolation? Should I interpolate between ...
Is there an algorithm for upsampling PCMU without having to convert it to PCM first?
Are the standard interpolation algorithms applicable to PCMU encoded samples?