-
- cocos2d-x version: 3.16
- devices test on: win7
- developing environments
- VS version: 2013
A request: I wish I could disable the output that AudioPlayer prints out sometimes, because when…
-
Title says it for the most part. Used this JS in my foundation 6 project and I am getting AudioPlayer undefined for:
this.AudioPlayer = (function() {
```
AudioPlayer.States = {
Ready: 0,
Playing…
-
**Is your feature request related to a problem? Please describe.**
In my project I would like to override some portions of QueuedAudioPlayer. I cannot because is it marked as `public`, and not `open`…
-
Reproducible steps:
1. `playURL:`
2. in `didStartPlayingQueueItemId:`, call `[audioPlayer seekToTime:aNumber]` (you'll need to do this in a dispatch_after() block because https://github.com/tumtumtum/…
-
### Checklist
- [X] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue
- [X] I made sure that the issue I am raisi…
-
Flutter 3.10.5
Platform : iOS or macos
when use this code ,it's ok,the sound is ok.
```
AssetsAudioPlayer audioPlayer = AssetsAudioPlayer();
await audioPlayer.open(
Audio("assets/s.mp3"),…
-
## Checklist
- [X] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue
- [X] I made sure that the issue I am raisi…
-
**Which API doesn't behave as documented, and how does it misbehave?**
setUrl() appears to be causing two MissingPluginExceptions to be raised when I run my test via
> flutter test test/file_acc…
-
### Describe the bug
https://www.cbc.ca/video/news/audioplayer.html?clipid=2309712060
the Ruffle player comes up but doesn't do anything. Have code from Nov 1 installed as Chrome Extension
### …
-
Hi, in an arduino sketch on Platformio, I'm trying to create an instance of the DYPlayer in an ohter instance.
I am using Nano Every and the DYPlayerArduino.h
Exemple:
```
> class AudioPla…