Joe Wilson

Results 3 comments of Joe Wilson
trafficstars

@javismiles I had a similar problem in my project and discovered that different systems will use different sample rates. Because you are telling the encoder that the incoming data is...

@aenciso: Just to clarify for future readers, you are saying you changed the sample rate of the stream after capturing it from the microphone using something like ffmpeg, right? It...

For anyone looking at this and hoping for a solution, I was able to achieve decompressing a file compressed with LZOP using a combination of python-lzo and some code from...