使用以下命令:
ffmpeg -i input_file -ar 16000 output_file
其中,input_file 是要转换采样率的输入文件,output_file 是转换后的输出文件。-ar 是采样率参数,设为16k(16000 Hz)即可。
使用以下命令:
ffmpeg -i input_file -ar 16000 output_file
其中,input_file 是要转换采样率的输入文件,output_file 是转换后的输出文件。-ar 是采样率参数,设为16k(16000 Hz)即可。