-
### Use Case
In some cases , I want create my custom `audio play system` (without AudioSource).
So I need `AudioManager` & `AudioPlayer`
### Problem Description
.
### Proposed Solution
…
-
hi
after upgrade audioplayers to 0.19.0
below both of not defined error shown
_audioPlayer.startHeadlessService();
_audioPlayer.setNotification
The method 'startHeadlessService…
-
In my usage scenario, I need to be able to directly play a PCM data stream. Can this be done directly using this player? Or do I need to perform any conversions in advance. Sorry, I am still a beginne…
-
The error message AudioPlayerError: Status code: 403 indicates that the HTTP request made by the miniget module (used internally by ytdl-core to fetch YouTube video information or audio streams) recei…
-
录音时偶现的bug,在stackoverflow找到了原因,应该是录音和播放使用的同一个AVAudioSession,导致崩溃。解决方法是在AudioPlayManager的stopPlayer()方法中加一句代码self.audioPlayer!.prepareToPlay()重置AVAudioSession:
func stopPlayer() {
if self.…
-
### Checklist
- [X] I made sure that the issue I am raising doesn't already exist
### Use case / Problem
Audioplayers should be able to play sounds from a Dart/Flutter commandline/terminal applicat…
-
I have it working running locally with mpv installed, but my flatpak installer doesn't work.
I used your code for flatpak, and a few others I found online for mpv, none work.
Any ideas?
ERROR…
-
### 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…
-
Hello!
I initialize STKAudioPlayer with options:
STKAudioPlayerOptions options;
options.flushQueueOnSeek = YES;
options.enableVolumeMixer = YES;
options.bufferSizeInSeconds = 0;
optio…
-
I want to equalize the sound something like:
https://lh3.googleusercontent.com/CRQ6mQTRV-3wffWD9neF1ah1mnT4yi0xi_i14XlvGkeBZF87R79GMXk9v-Wl4ufp4Lc
Is it possible?