Revision ad32966c libavcodec/wmavoice.c
libavcodec/wmavoice.c | ||
---|---|---|
660 | 660 |
* overlap-add method (otherwise you get clicking-artifacts). |
661 | 661 |
* |
662 | 662 |
* @param s WMA Voice decoding context |
663 |
* @param s fcb_type Frame (codebook) type
|
|
663 |
* @param fcb_type Frame (codebook) type |
|
664 | 664 |
* @param synth_pf input: the noisy speech signal, output: denoised speech |
665 | 665 |
* data; should be 16-byte aligned (for ASM purposes) |
666 | 666 |
* @param size size of the speech data |
... | ... | |
744 | 744 |
* @param samples Output buffer for filtered samples |
745 | 745 |
* @param size Buffer size of synth & samples |
746 | 746 |
* @param lpcs Generated LPCs used for speech synthesis |
747 |
* @param zero_exc_pf destination for zero synthesis filter (16-byte aligned) |
|
747 | 748 |
* @param fcb_type Frame type (silence, hardcoded, AW-pulses or FCB-pulses) |
748 | 749 |
* @param pitch Pitch of the input signal |
749 | 750 |
*/ |
Also available in: Unified diff