python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I have this error: struct.error: unpack requires a buffer of 4 bytes when trying to decode a .wav file
Basically what I'm trying to do is get information about the .wav file and output it so i found this Stack Overflow question and followed the second most popular post because it seemed to be what i wa...
PrisTheMan
Votes: 0
Answers: 0
How to fix white gaps in spectrograms when converting .wav files to spectrograms in python
I'm trying to convert .wav files to spectrograms using matplotlib (plt.specgram). It worked, but there are some big white lines passing vertically through the spectrogram. I looked at the samples arra...
Luke Crimi
Votes: 0
Answers: 1
Audio transmitted in uint8_t into a .wav file
I am trying to transmit audio using CAN FD and the data format it sends it is in uint8_t, when the sample I take from the microphone with the ADC is an uint32_t. Will I have any problem trying to inse...
Suspe18
Votes: 0
Answers: 1