When readframes() used in python, the online documentation says that the sampling rate is returning, it returns 2 bytes. I think there are 4 bytes on each frame:
left = 2 bytes right = 2 bytes
Do I need to check if it is monaural or stereo, and if it is stereo, read 2 frames at a time, and if it is mono, read one frame at a time?
source share