Jonathan Puckey

Results 31 issues of Jonathan Puckey

A few improvements to functionalities relying on updates of the underlying SwiftAudioEx and KotlinAudio libraries. SwiftAudio updates pr: https://github.com/doublesymmetry/SwiftAudioEx/pull/28. KotlinAudio updates pr: https://github.com/doublesymmetry/KotlinAudio/pull/50 ### Feature - Implement `TrackPlayer.load(track)`: replaces the...

- [x] Implement `"sync:swift-audio"` command - [ ] Refactor `scripts/sync-swift-audio` to accept `target` and `destination` arguments and reuse in other scripts - [ ] Implement `"sync:kotlin-audio"` command

While browsing through the source code, I have seen what I perceive to be a mix-up between only doing something when the audio **is** playing and only doing something when...

Bug
Platform: Android
Platform: iOS

**What is the need and use case of this feature?** Whenever I find myself writing code using RNTP, I find myself needing to worry about: - chaining async calls -...

Feature

I adjusted the Paper.js example to look more like the Raphael example - so the two can be compared. Right now they are based on two totally different code bases......

Spent a moment looking at migrating to media3 using the following migration guide: https://developer.android.com/guide/topics/media/media3/getting-started/migration-guide Unfinished bits: - MediaSessionCallback.RATING - NotificationManager: mediaSessionConnector.invalidateMediaSessionQueue() / mediaSession.invalidateMediaSessionMetadata() functionality - BaseAudioPlayer ratingType - BaseAudioPlayer requestAudioFocus...

- BaseAudioPlayer#setEqualizerLevels(levels) - BaseAudioPlayer#getEqualizerPresets() - BaseAudioPlayer#setEqualizerPreset(preset) - BaseAudioPlayer#setEqualizerEnabled(enabled) - BaseAudioPlayer#clearEqualizer()

Hello, I hope this message finds you well. I noticed that you have created an unofficial api specification & client for our website's API on GitHub, and I would like...

Since Victor#toFixed() uses Number#toFixed() under the hood, it is turning the x and y coordinates of the vector into strings: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toFixed

While upgrading to Node 22 icw pnpm I ran into a few issues where the Dito types weren't being found. This pr fixes things.