Let's talk about the basics of audio processing today
On the talent ~~~
Welcome to white whoring Q Group :660193417###
import wave
import struct
wave_file=wave.open("./sound111.wav", 'r')
channels=wave_file.getnchannels()# Track number
samp_width=wave_file.getsampwidth()# Sample size
frame_rate=wave_file.getframerate()# Frame rate
numframes=wave_file.getnframes()# The total number of frames
The basic knowledge to share with you today is on it , Remember to give a high praise !!!