You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srs/trunk/doc
chundonglinlin e7b629cd39
RTC: Refine FFmpeg opus audio noisy issue. v5.0.197 v6.0.97 (#3852)
### Description

When converting between AAC and Opus formats (aac2opus or opus2aac), the
`av_frame_get_buffer` API is frequently called.

### Objective

The goal is to optimize the code logic and reduce the frequent
allocation and deallocation of memory.

In the case of aac2opus, av_frame_get_buffer is still frequently called.
In the case of opus2aac, the goal is to avoid calling
av_frame_get_buffer and reduce memory allocations.

### Additional Note

Before calling the `av_audio_fifo_read` API, use
`av_frame_make_writable` to check if the frame is writable. If it is not
writable, create a new frame.

---------

Co-authored-by: john <hondaxiao@tencent.com>
1 year ago
..
Architecture.md GB28181: Fix bug for parsing GB to RTC. 2 years ago
CHANGELOG.md RTC: Refine FFmpeg opus audio noisy issue. v5.0.197 v6.0.97 (#3852) 1 year ago
Dockers.md Use new cache image name. v6.0.86 (#3815) 1 year ago
Features.md WHIP: Support DELETE resource for Larix Broadcaster. v5.0.148 v6.0.36 (#3427) 2 years ago
PERFORMANCE.md Improve README and documents with AI. v5.0.153. v6.0.43 (#3538) 2 years ago
README.md Micro changes and refines. 2 years ago
Resources.md Merge 4.0release, migrate to new website. 3 years ago
ffmpeg-logo.png support ffmpeg filter 11 years ago
ffmpeg-min.png add drawtext filter sample 11 years ago
readme.txt Move doc 5 years ago
source.200kbps.768x320.flv update readme, add hls(audio-only) support to readme. update sample flv from h264+mp3 to h264+aac 11 years ago
source.flv SquashSRS4: Support RTC2RTMP. 4 years ago
srs-logo.ico Windows: Support cygwin pipline and packager. v5.0.89 (#3257) 2 years ago
srs-logo.png remove the libfreetype for it fullfill with bugs and always cause build failed. 0.9.139 11 years ago