clear; close all; clc;[Y,FS,NBITS]=wavread('1.WAV'); % 将 WAV 文件转换成变量Y = Y*0.1 %衰减wavwrite(Y,FS,NBITS,'2.wav') % 将变量转换成 WAV 文件