Dennis E. Hamilton
Dennis E. Hamilton
@designerfuzzi I don't want to continue this conversation since it is now far afield from the subject of this discussion. I do want to correct some historical difficulties with the...
@dsego > Would something like this be possible to implement? Are you asking for it to be done in miniaudio or are you askiing if this is something feasible for...
@dsego You are correct. The `ma_pcm_rb_acquire_read()` gives you a pointer and a count that will not be past the end of the ring buffer vector. You also have to do...
@mackron That is clever. So, once anything in the upper copy is committed, the read pointer comes back down to a lower next-read point in the buffer it never leaves....
@mackron I thought about this some more and realized it is far better to transfer to user-supplied blocks of contiguous memory. Now there's `memcpy` speeds *and* freeing of space in...
> @mackron I just ran across that article when looking through an interesting profile on Mastodon, (https://mastodon.acm.org/@phf). There is some interesting performance data. is apparently a good look at the...
@nbriggs It struck me that with cross-platform availability of .NET (MAUI), there is another way to get onto iOS and Android. There is also .NET in the browser (BLAZOR), where...
I've seen MathJAX support, it does seem to go well. It is unfortunate that GitHub doesn't seem to support any. I know for the knd of mathiness I desire, MathJAX...
I was going to suggest pandoc as a possible tool or source. I've thought better of it though. This is one of those why not have more command line and...
@krisvers > if a compatibility change for functions is being considered then it makes sense to also consider other sensible function name changes like using a prefix to prevent namespace...