Search found 2 matches

by kiash
Fri Aug 06, 2021 5:58 pm
Forum: Programming
Topic: How to change sample rate of bulk .wav files with bash script?
Replies: 8
Views: 633

Re: How to change sample rate of .wav file?

You can use ffmpeg commad line tools to change sample rate of .wav file

ffmpeg.exe -i "Audio Input FilePath" -b:a 64k "Audio Output FilePath"

by kiash
Fri Aug 06, 2021 5:40 pm
Forum: Programming
Topic: Looking for Python Ebook
Replies: 11
Views: 787

Re: Looking for Python Ebook

There are may books available to learn python. Here is some suggestion by me to learn python with free download link.

Head First Python by Paul Barry - this is one of the best book for beginers.
PYTHON PYTHON'S COMPANION - this book is also beginer friendly.

Go to advanced search