Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render Array with ReactAudioPlayer #140

Open
duyanh4788 opened this issue Mar 22, 2022 · 0 comments
Open

Render Array with ReactAudioPlayer #140

duyanh4788 opened this issue Mar 22, 2022 · 0 comments

Comments

@duyanh4788
Copy link

duyanh4788 commented Mar 22, 2022

Dear .

I have Array issues and with the code below , audio files will play at the same time , I want audio files play by fourth in turn .

Please Help me

example :
cons array = [
{ key : '1' , src : 'http://.abc.wav' },
{ key : '2' , src : 'http://.xyz.wav' },
{ key : '3' , src : 'http://.cvx.wav' }
]

const renderAudio = () => {
return array.map((item, id) => {
return ;
});
};

renderAudio()
Screenshot from 2022-03-22 19-17-01

@duyanh4788 duyanh4788 changed the title Render Array witdh ReactAudioPlayer Render Array with ReactAudioPlayer Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant