-
The only thing that is Oboe specific is in Engine.cpp, maybe we can have #ifdefs and what not. The rest of it, especially the Plugin.cpp and SharedLibrary.cpp are entirely modular and self contained.
…
-
Performance improvement needed.
I test 60K (350MB) json file, oboe, compare to [browser native stream api ](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API)
is 10 times slower.
On…
hoogw updated
4 years ago
-
Android version(s): 11.0
Android device(s): Pixel_3a_API_30_x86
Oboe version: 1.5.0
App name used for testing: RhythmGame
**Short description**
Build fails on Page 3, Step 1 of code lab at [htt…
-
### Detailed steps on how to reproduce the bug
When running the demo app ProcessingAudioInputTutorial, I get the error `Failed to read from input stream: ErrorDisconnected` every time I connect or d…
-
I'm interesting in parsing very large stringified JSON strings (up to 2GB). I have the string in memory, but the problem I have is that `JSON.parse` takes too long to do the parsing. So I'm looking at…
-
- [x] Sur la propriété suivante: https://stageportal.lirmm.fr/ontologies/AGROVOC?p=properties&propertyid=http%3A%2F%2Fpurl.org%2Fdc%2Fterms%2FaccrualMethod dans raw data, rangeIncludes n'a pas de name…
-
Hello!
I've been looking for something like oboe! I have json files that contain geometry to be rendered in Three.js (a javascript webgl library). With Oboe, I should be able to start drawing this g…
-
I switched to oboe.js from normal XHR requests. However my page now displays loading animation (eg. in browser window/tab) when I stream JSON. Pressing Escape/Stop loading button also kills the stream…
-
Android version(s):
Android 8.1+
Android device(s):
Samsung Galaxy Note10+, Samsung Galaxy S21 Ultra 5G, Google Pixel 5, Samsung Galaxy A70, Samsung Galaxy A72, etc..
Oboe version:
OboeVersion1…
-
I checked android studio and cmake sdk is installed. Do I need to add anything to some other file to build properly?
Also this might be related, but the IDE cannot find the Track class anywhere (I im…