-
one heap buffer overflow in FilePOSIX::read in File.cpp in master branch.
[poc.zip](https://github.com/mpruett/audiofile/files/3901168/poc.zip)
$uname -a
Linux ubuntu 4.15.0-70-generic #79~16.0…
-
HI, thanx for your work.
I am trying to record something with a backgrounf music. So i have succesfully implemented a player where i have two sources. The one is loading from an mp3 and the other is t…
-
Is there any way to record and export IQ data as a file .wav file, for example?
-
Hi,
I'm trying this very amazing project, but I seem to have encountered a problem.
I use [A-EYE](https://github.com/david-pzh/A-Eye) hardware,I have modified the pins of the LCD and SD card for A-E…
-
I've had noise issues with the Itsy Bitsy M0 Express and have boiled it done to attaching the MSA301 Accelerometer. I can attach neopixels, buttons, etc. but as soon as I attach the accelerometer I ge…
-
When a nordic file with type I lines is input to obspy, it currently says:
```
/Users/crawford/anaconda3/envs/obspy/lib/python3.6/site-packages/obspy/io/nordic/utils.py:128: UserWarning: Lines of ty…
-
-
Detected Kontakt Container format (created with Kontakt 5.8.1.43) - Little-Endian.
Unsupported chunk too short. Corrupted file?!
java.lang.IllegalArgumentException: Unsupported chunk too short. Corr…
-
I have this sample code running on a PyGamer:
```
import board
import audioio
import digitalio
import time
note = audioio.WaveFile(open("c4.wav", "rb"))
audio = audioio.AudioOut(board.SP…
-
A function to update a file rather than rewriting it entirely would be far quicker for huge files.
Some chunk could be just nulled and duplicated at the end.