Oops, fixed API name from previous commit
This commit is contained in:
parent
32c4a0c96e
commit
d9aa6e046b
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_decoder_get_nb_samples(const OpusDe
|
||||||
* @param [in] channels <tt>int</tt>: Number of channels
|
* @param [in] channels <tt>int</tt>: Number of channels
|
||||||
* @param [in,out] softclip_mem <tt>float*</tt>: State memory for the soft clipping process
|
* @param [in,out] softclip_mem <tt>float*</tt>: State memory for the soft clipping process
|
||||||
*/
|
*/
|
||||||
OPUS_EXPORT void opus_soft_clip(float *pcm, int frame_size, int channels, float *softclip_mem);
|
OPUS_EXPORT void opus_pcm_soft_clip(float *pcm, int frame_size, int channels, float *softclip_mem);
|
||||||
|
|
||||||
|
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue