"Play at" in Native Audio

Hi, I’m building my app in Ionic 2 and I’m facing this problem.

I’m developing a page where the user (a kid) can read the text word-by-word or he can listen to it (pre-recorded audio). I’d like to make it possible to switch between these modes, so that when the user is tired of reading he can press the play button and the audio will start from that point (es: 00:23).

I’ve seen Native Audio but I think it doesn’t provide this function. What is the best way to solve this problem?

Despite the fact that that I love Ionic, I’m not a professional programmer but a Speech Pathologist, so please be kind :slight_smile:

Thank you in advance,

Antonio

Looks like the Media plugin has a seekTo() method.

1 Like

Thank you in advance, I’ll give a look. It looks like the Native Audio doesn’t have a Pause method too :frowning:

What exactly do you mean by [quote=“grandepuffo, post:3, topic:86720”]
Native Audio
[/quote]? The Media plugin that @rapropos linked to also hast a pause() method.

In the end I switched to Media Plugin. Thank you!

1 Like