Skip to content

Render Array with ReactAudioPlayer #140

Description

@duyanh4788

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions