Audio player - multiple tracks synchronized #129
-
|
Is there a way that you can make your audio player component "sync" with other audio players? In other words, if I have 3 separate .wav files and they're all the same length, I'd like to play them all at the same time, sync'd to each other (or a word clock in a perfect world). Is that something that could be on the radar, OR is it something that can be done today with this great component? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
This is already possible. And The MudExAudioPlayer inherits from Auralizer (also my package). Here you can see how to connect multiple sources Please have a Look here : https://auralizeblazor.azurewebsites.net/connect |
Beta Was this translation helpful? Give feedback.
-
|
I see that the sources "can" play at the same time, but is there a way to always keep them in sync? For example, if I had drums on one track, and bass guitar on the other track, would I be able to "ensure" that they're sync'd and play them together at the same time in that fashion? This is a wonderful library, by the way, thank you. |
Beta Was this translation helpful? Give feedback.
This is already possible. And The MudExAudioPlayer inherits from Auralizer (also my package). Here you can see how to connect multiple sources
Please have a Look here : https://auralizeblazor.azurewebsites.net/connect