Ionic 4 - Media player

Hi, I’m using this example

Now my problem is that i have a page with two paragraphs of text. For each of these I need a play/pause button with a progress bar :slight_smile:

all the mp3 files are stored in /assets/sounds/file1.mp3 and /assets/sounds/file2.mp3

But how do I load these in the .ts file and make them play individually ?