SoX is a command line utility that can convert various formats of computer audio files in to other formats。ex1: convert 16k 16bit pcm file to 8k 、8 bit ulaw file sox -t raw -r 16000 -2 -s -c 1 src.pcm -t raw -U -r 8000 dest.ulawex2: merge files sox
M3-D7-HW-对编程
<!-
PAIR PROGRAMMING EXERCISE.
1 DRIVER, 1 NAVIGATOR.
1 Exercise each. Use GitHub to share the code.
Less exercise, more complicated.
Ex1) Retrieve and display, using async / await pattern the users from: https://jsonplaceh