Logan Stromberg

Results 71 comments of Logan Stromberg

Yeah, actually you're not the first person to suggest this in regards to Opus. [Here's a mailing list discussion I found as an example.](http://lists.xiph.org/pipermail/opus/2017-July/003934.html) In principle it should be easy...

So, the logic that is implemented right now is really dumb - the ogg container code just looks for elementary stream [0] in the file, assumes it is opus, and...

Well, awesome. First things first though, I want to move this issue to the Concentus.Oggfile repository since this is a feature relating to ogg files exclusively. It will also require...

Yeah, so that all comes from this library: https://github.com/Gagravarr/VorbisJava/tree/master/core/src/main/java/org/gagravarr/opus I have absolutely no experience with the Java ecosystem, Maven, or even basic pom files, so I didn't know how to...

So.....the short answer is "yes", you can create an OggOpusRead/Write stream that would operate directly over a NetworkStream or something similar to send audio data between two points of the...

Sounds.... complicated. You want an event to fire whenever you write data to the stream, so you can intercept the data that gets written to the stream? It would be...

Yeah, technically true. My only worry is if the endianness of the machine would affect the results, since the resulting byte array must be little-endian after the copy (that is...

I store my games + update files on a network share so customizable paths will be a necessity for me. I assume there are other users who do the same.

> Just having it show up in the game scan and given an option of "Would you like to automatically add the detected updates and dlc for the selected game(s)...

Fixing typos is always good I guess v0v