ionic-audio icon indicating copy to clipboard operation
ionic-audio copied to clipboard

An audio player for Ionic 3 and Angular 4. Works with HTML 5 audio or native audio using Cordova Media plugin.

Results 70 ionic-audio issues
Sort by recently updated
recently updated
newest added

Hello. I was able to run `ionic-audio` in my Ionic 4 project by simply changing one line (line 3) in `ionic-audio.module.js`: Change: import { IonicModule } from 'ionic-angular'; To: import...

Im using Ionic 5 and during buliding its coming an error: ionic build --prod --verbose ### **ERROR in Error during template compile of 'IonicAudioModule' Could not resolve ionic-angular relative to...

The plugin works well for me. I also have it working along with ionic music controls and background mode. Just wanted to know if there is a way to allow...

Hi, I am looking for a way to arbitrary stop the current track. I need a kind of "sample listening". the idea is to be able to stop the music...

enhancement

Hello, I am using ionic audio for play tracks my album. But I have an issue for change volume of this track. I can't find any function or property for...

I don't know if this is a cordova-plugin-media issue, but on iOS the AVPlayer does not play the file right away. It takes about 7-10 seconds to download the entire...

When changing tracks, the progress knob resets but instead of going back to the left, it starts the new track from the last track position as seen in this animation...

bug

I have tried to use the `AudioProvider.replace` function, but then I have realized that is has not been implemented. Why is this the case, have you had problems? How can...

I use the onFinish output to update my view, and show a play/stop icon near the progress bar. The problem is that the `onFinish` event is fired while the audio...

I use the onFinish output prop of the audio-track element to update my view. But I get the `ExpressionChangedAfterItHasBeenCheckedError `error. I have tried two solutions to the problem: `ChangeDetectorRef `and...