win95-media-player
Version:
Back from 1995, and running on your website
43 lines (42 loc) • 1.07 kB
JavaScript
export default [
{
url: require('./media/The Microsoft Sound.mp3'),
title: 'The Microsoft Sound',
duration: '0:06'
},
{
url: require('./media/Bach\'s Brandenburg Concerto No. 3.mp3'),
title: 'Bach\'s Brandenburg Concerto No. 3',
duration: '6:10'
},
{
url: require('./media/Beethoven\'s 5th Symphony.mp3'),
title: 'Beethoven\'s 5th Symphony',
duration: '6:22'
},
{
url: require('./media/Beethoven\'s Fur Elise.mp3'),
title: 'Beethoven\'s Fur Elise',
duration: '2:36'
},
{
url: require('./media/Dance of the Sugar-Plum Fairy.mp3'),
title: 'Dance of the Sugar-Plum Fairy',
duration: '1:51'
},
{
url: require('./media/Debussy\'s Claire de Lune.mp3'),
title: 'Debussy\'s Claire de Lune',
duration: '3:54'
},
{
url: require('./media/In the Hall of the Mountain King.mp3'),
title: 'In the Hall of the Mountain King',
duration: '2:47'
},
{
url: require('./media/Mozart\'s Symphony No. 40.mp3'),
title: 'Mozart\'s Symphony No. 40',
duration: '1:11'
}
];