-
The concept of opening a stream simultaneously for input and output exists, but libsoundio does not support it. It's one thing that PortAudio currently does better than libsoundio.
This likely entail…
-
There is the issue of quantity of topics, message history size, message parsing and preview
`30.000 topics` x `50kb messages` => 1.5GB Ram used
#### Known "bugs"
- [ ] Diffing does not work wit…
-
### Bug Description
Mixxx crashes on windows 10 when an old version of jack is installed. The install file for the version I had installed was jack_v1.9.11_64. This is true for 2.3.6 as well as 2.…
ywwg updated
9 months ago
-
Luppp doesn't save nicely in NSM
Luppp GUI interface freezes when saving a NSM session with Luppp (kxstudio) included. It's takes minuts to get the app work again, if you get it working again at al…
-
thread.stream has some external operators to access outside of the stream pipeline, such as ToExtern/FromExtern, read_RAM, write_RAM. Additionally, RingBuffer and Scratchpad uses on-chip RAM as a rand…
-
Hi @eric-wieser, simple indexing does not work as expected in combination with `pop()`. E.g.,
```python
r = RingBuffer(capacity=4, dtype=np.int32)
r.extend((1,2,3,4))
r.pop()
print(r[-1])
>>> 4
…
b4be1 updated
5 years ago
-
DLL化をするときに発見したissueです。
https://github.com/n-takumasa/urg3d_library/blob/master/vs2022/urg3d_dll/urg3d.def
urg3d_tcpclient.h に実装のないプロトタイプ宣言 `urg3d_tcpclient_read_and_set_ringbuffer` があります。
https:/…
-
This to avoid consuming all available disk space if a channel is left playing for too long.
-
This might be intended, but I just noticed this behavior:
```
julia> Pkg.add("JACKAudio")
ERROR: JACKAudio can't be installed because it has no versions that support 0.6.1 of julia. You may need …
-
From a quick-ish glance at `RingBuffer`, it [looks like](https://github.com/agerasev/ringbuf/blob/7bb9d2f82986c1a38ffa4b65ac1af4ea25438e19/src/ring_buffer.rs#L38-L39) `head` and `tail` could possibly …