Hello!
I want to be able to read the audio output from my simulink simulation on app designer, here's my simulation:
The output is the result of the filtering of an audio file and then everything is summed at the end. I've tried different things but can't manage to get the audio output on my app designer app to later play it, pause it, etc...
If possible, i would like to read the audio with audioplayer to be able to more easily pause and play it. This is the code i have at the moment for writing and reading for example an audio file from my pc.
Any tip or recommendation will be greatly appreciated!