This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wind_cables [2015/12/26 23:03] julien |
wind_cables [2024/10/29 11:59] (current) julienottavi |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| <html> | <html> | ||
| - | <iframe src="https://archive.org/embed/giant_antenna_cable_resonances2&playlist=1" width="500" height="150" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe> | + | <div id="app"></div> |
| + | <script src="https://unpkg.com/webamp"></script> | ||
| + | <script> | ||
| + | const Webamp = window.Webamp; | ||
| + | const webamp = new Webamp({ | ||
| + | |||
| + | initialTracks: [ | ||
| + | { | ||
| + | metaData: { | ||
| + | artist: "Solar Return", | ||
| + | title: "Fence1", | ||
| + | }, | ||
| + | // NOTE: Your audio file must be served from the same domain as your HTML | ||
| + | // file, or served with permissive CORS HTTP headers: | ||
| + | // https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | ||
| + | url: "https://archive.org/download/giant_antenna_cable_resonances2/cables_wind_fence1.mp3", | ||
| + | }, | ||
| + | { | ||
| + | metaData: { | ||
| + | title: "Solar Return", | ||
| + | artist: "Fence2", | ||
| + | }, | ||
| + | // NOTE: Your audio file must be served from the same domain as your HTML | ||
| + | // file, or served with permissive CORS HTTP headers: | ||
| + | // https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | ||
| + | url: "https://archive.org/download/giant_antenna_cable_resonances2/cables_wind_fence2.mp3", | ||
| + | }, | ||
| + | |||
| + | { | ||
| + | metaData: { | ||
| + | title: "Solar Return", | ||
| + | artist: "Electrical Pylone Resonances", | ||
| + | }, | ||
| + | // NOTE: Your audio file must be served from the same domain as your HTML | ||
| + | // file, or served with permissive CORS HTTP headers: | ||
| + | // https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | ||
| + | url: "https://archive.org/download/giant_antenna_cable_resonances2/electrical_pylone_resonances_cables2.mp3", | ||
| + | }, | ||
| + | |||
| + | { | ||
| + | metaData: { | ||
| + | title: "Solar Return", | ||
| + | artist: "Electrical Pylone resonances cables and trees around", | ||
| + | }, | ||
| + | // NOTE: Your audio file must be served from the same domain as your HTML | ||
| + | // file, or served with permissive CORS HTTP headers: | ||
| + | // https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | ||
| + | url: "https://archive.org/download/giant_antenna_cable_resonances2/electrical_pylone_resonances_cables_and_trees_around.mp3", | ||
| + | }, | ||
| + | { | ||
| + | metaData: { | ||
| + | title: "Solar Return", | ||
| + | artist: "Giant antenna cable resonances1", | ||
| + | }, | ||
| + | // NOTE: Your audio file must be served from the same domain as your HTML | ||
| + | // file, or served with permissive CORS HTTP headers: | ||
| + | // https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | ||
| + | url: "https://archive.org/download/giant_antenna_cable_resonances2/giant_antenna_cable_resonances1.mp3", | ||
| + | }, | ||
| + | { | ||
| + | metaData: { | ||
| + | title: "Solar Return", | ||
| + | artist: "Giant antenna cable resonances2", | ||
| + | }, | ||
| + | // NOTE: Your audio file must be served from the same domain as your HTML | ||
| + | // file, or served with permissive CORS HTTP headers: | ||
| + | // https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | ||
| + | url: "https://archive.org/download/giant_antenna_cable_resonances2/giant_antenna_cable_resonances2.mp3", | ||
| + | }, | ||
| + | { | ||
| + | metaData: { | ||
| + | title: "Solar Return", | ||
| + | artist: "Windmill Internal sounds", | ||
| + | }, | ||
| + | // NOTE: Your audio file must be served from the same domain as your HTML | ||
| + | // file, or served with permissive CORS HTTP headers: | ||
| + | // https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | ||
| + | url: "https://archive.org/download/giant_antenna_cable_resonances2/windmill_internal_sound.mp3", | ||
| + | }, | ||
| + | |||
| + | |||
| + | |||
| + | ], | ||
| + | }); | ||
| + | // Returns a promise indicating when it's done loading. | ||
| + | webamp.renderWhenReady(document.getElementById("app")); | ||
| + | |||
| + | </script> | ||
| </html> | </html> | ||
| + | |||
| + | |||
| + | <html> | ||
| + | <iframe src="https://archive.org/embed/giant_antenna_cable_resonances2" width="500" height="300" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe> | ||
| + | </html> | ||
| + | |||
| {{:20150726_113625.jpg?500|}} | {{:20150726_113625.jpg?500|}} | ||
| + | |||
| + | |||
| + | |||
| + | |||