W3AXL
W3AXL
Well that did get rid of the original issue. But unfortunately, it also introduced a new, different noise to scare the pants off me while I'm scanning [new_noise.zip](https://github.com/robotastic/trunk-recorder/files/8848893/new_noise.zip) Are you...
Here you go. It is a single call, so perhaps it is still the normalization routine running away ```json { "freq": 854987500, "start_time": 1654558425, "stop_time": 1654558428, "emergency": 0, "encrypted": 0,...
I also attempted a no-binaries build using `pip install av --no-binary av`, and while the build and install succeeded the result is the same. So I don't believe it's an...
Pulled latest source from Github and installed. Seems to have fixed the issue! Here's another (possibly basic) python question - how would I go about copying these self-built packages over...
I found the answer to question #1 above - just copy the `av` folder into the root directory of the python venv. All seems to be working. Thanks for the...
Any updates to this issue? Setting up a new system with my project and ran into the same issue as the first comment in this thread, with the latest `pyav`...
My memory issues from #680 have not gone away entirely either. After a day or two of streaming audio, I get to the max memory for my VM (8 GB)...
Ran some memory profiling outside of python itself using `jemalloc` to try and nail down where all the memory usage is coming from, since as mentioned above the internal python...
This is part of a larger project I'm working on, but the WebRTC functionality is relatively straightforward. Basically, I'm just doing bidirectional audio between a javascript client and the python...
Replaced the one instance of `MediaRecorder` with `MediaBlackhole` in the above mentioned code. Pretty noticable improvement - the script runs continuously now even with jemalloc profiling enabled. The `av_malloc` usage...