-
Working with encoded frames from worklets, particularly RTCEncodedAudioFrames from AudioWorklets, would be very useful for apps, allowing them to choose the best execution environment for encoded medi…
-
i'm getting this - any idea how to debug this best (or maybe it's a library bug)?
fresh app, these are my deps:
```json
{
"dependencies": {
"react": "18.2.0",
"react-native": "0.…
-
Target "rnworklets" links to target "ReactAndroid::reactnative" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing…
-
### How were you trying to build the app?
pod install
### Full build logs
```tsx
> pod install
RNFBAnalytics: Using Firebase/AnalyticsWithoutAdIdSupport pod in place of default Firebase/A…
-
camel-snake-kebab.core is slow, if we use it it should be memorized. in worklets for example
-
There's a link to worklets' explainer in CSS Layout API explainer, but there's no such file in the repo:
> See the worklets [explainer](../worklets/EXPLAINER.md) for a more involved explanation of …
-
### What's happening?
### Reproduceable Code
```tsx
36.989 9496-9595 com.meterwater com.meterwater A java_vm_ext.cc:710] JNI ERROR (app bug): global reference t…
-
### Description
This works:
```js
const [x, setX] = React.useState(0)
function someWorkletFn() {
'worklet'
console.log('lol')
}
const handler = useAnimatedScrollHandler({…
-
It appears that you can influence the return times of calls to the shared storage API outside of the worklet by making calls to the API from inside the worklet. Below are histograms of the return time…
-
## 💡 Feature description
One of the key use cases for WebAssembly is audio processing. wasm-pack doesn't currently support AudioWorklets (purportedly the future of custom audio processing on the web)…
Smona updated
2 months ago