Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about normalize-resample.sh #10

Closed
yxixi opened this issue Jun 24, 2019 · 4 comments
Closed

Question about normalize-resample.sh #10

yxixi opened this issue Jun 24, 2019 · 4 comments

Comments

@yxixi
Copy link

yxixi commented Jun 24, 2019

Thank you for your great job! I have a question when I tried to run the project.
I set 'N' as my CPU core number , then I input 'chmod a+x normalize-resample.sh'.
However, after I input './normalize-resample.sh ', there is no output on the command line. Is this normal?
Furthermore, what is the function of this script?

Next, copy utils/normalize-resample.sh to root directory of unzipped data folder. Then:

vim normalize-resample.sh # set "N" as your CPU core number.
chmod a+x normalize-resample.sh
./normalize-resample.sh # this may take long

Looking for your reply!

@seungwonpark
Copy link
Contributor

Hi, @yxixi

  • Yes, there will be no output on the command line.
  • It converts wav files with arbitrary sample rate into 16kHz, normalized wav files.

@yxixi
Copy link
Author

yxixi commented Jun 24, 2019

Got it, thank you for your reply! @seungwonpark

@yxixi yxixi closed this as completed Jun 24, 2019
@pranshurastogi29
Copy link

hey i am having an error while running the normalize-resample.sh the
output is
WARNING: Audio stream has a duration of less than 3 seconds. Normalization may not work. See slhck/ffmpeg-normalize#87 for more info.
i am using libri 360 and i am working in colab

@seungwonpark
Copy link
Contributor

According to my recent study, you may simply skip normalization. It won’t affect much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants