deepmedia / deepmedia/Transcoder

Reduce audio resampling noise

Open
#86 0 comments 0 reactions 0 assignees View on GitHub
enhancement needs-investigation
Dominant language
Java
Stars
864
Forks
181
PR merge metrics
No merged PRs in 30d

Description

Downsampling is better that upsampling, but still it causes a lot of noise. The main reason seem to be because the buffers that get processed (resampled) are very small (~2048 bytes) so the approximations is bad for about 0.1% of the samples. Increasing the decoder output buffer size helps a lot but unfortunately it was not that simple : https://github.com/cbernier2/Transcoder/commit/86986f99a628067e7e0b7a441d7bcb17bed6154a
Is there a simpler way?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.