Update README.md
This commit is contained in:
parent
c613e9d7fb
commit
4cc857f783
|
@ -206,7 +206,7 @@ python resample.py
|
|||
|
||||
#### Cautions
|
||||
|
||||
Although this project has the script resample.py for resampling, to mono and loudness matching, the default loudness matching is to match to 0db. This may cause damage to the sound quality. While python's loudness matching package pyloudnorm is unable to limit the level, this results in a burst. Therefore, it is suggested to consider using professional sound processing software such as `adobe audition` for loudness matching processing. If you have already used other software for loudness matching, run the command with the argument `--skip_loudnorm`:
|
||||
Although this project has resample.py scripts for resampling, mono and loudness matching, the default loudness matching is to match to 0db. This can cause damage to the sound quality. While python's loudness matching package pyloudnorm does not limit the level, this can lead to popping. Therefore, it is recommended to consider using professional sound processing software, such as `adobe audition` for loudness matching. If you are already using other software for loudness matching, add the parameter `-skip_loudnorm` to the run command:
|
||||
|
||||
```shell
|
||||
python resample.py --skip_loudnorm
|
||||
|
|
Loading…
Reference in New Issue