-
**duduk** [seko:00298](http://urn.fi/urn:nbn:fi:au:seko:00298) (_doudouk_).
- _A duct channel flute used in the regions of Bulgaria, Yugoslavia and Turkey, closely related to the dudka._
- probab…
-
https://github.com/google/oboe
-
CMakeList.txt:
```
cmake_minimum_required(VERSION 3.12.0)
project(react-native-audio-api)
set(CMAKE_VERBOSE_MAKEFILE ON)
set(CMAKE_CXX_STANDARD 20)
# Detect the operating system
if(APPLE)…
-
Hello,
I'd like to know how I can _(separately)_ compile OpenAL for Android with an OpenSL-ES or Oboe 'background'.
I'm sorry, but my knowledge of build systems is bleak.
All of my personal a…
-
I'm currently using my mac to build the oboe binaries. This isn't a well controlled environment, and can lead to issues like this: https://github.com/google/oboe/issues/1301.
We should use a cloud…
-
I know that oboe(url).node(0.done() can streaming json
when stream ended, done(function(){}) was called.
I have need to abort this streaming before it done().
for example [fetch.abort api](ht…
hoogw updated
4 years ago
-
If a user listens for 'data' events on an Oboe instance, the _chunk_ contains the original request data, not the transformed JSON. This functionality would be very helpful with large JSON files, or wh…
-
Currently oboe catches errors thrown in callbacks and triggers the fail event
``` javascript
/**
* wrap a callback so that if it throws, Oboe.js doesn't crash but instead
* handles it like a norma…
-
Having this statement in my ontology:
`:hasRawValue rdf:type owl:DataTypeProperty; `
` owl:equivalentProperty oboe:hasCode ; `
` rdfs:domain oboe:MeasuredValue .`
I would expect that the `…
-
Android version(s): Android 10,level 29
Oboe version:1.6.1
We found that customers occasionally reported some oboe crashes, but we could only get the stack trace and no other information. Here …