This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wind_cables [2024/10/27 11:24] julienottavi |
wind_cables [2024/10/29 11:59] (current) julienottavi |
||
---|---|---|---|
Line 11: | Line 11: | ||
recording of Windmill, wind in fence cables, electrical cables and giant antenna cables! | recording of Windmill, wind in fence cables, electrical cables and giant antenna cables! | ||
- | {{jPlayerPlaylist>https://ia801300.us.archive.org/26/items/giant_antenna_cable_resonances2/cables_wind_fence1.mp3}} | + | <html> |
+ | <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> | ||
Line 20: | Line 109: | ||
{{:20150726_113625.jpg?500|}} | {{:20150726_113625.jpg?500|}} | ||
+ | |||
+ | |||
+ | |||
+ | |||