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 15:47] julienottavi |
wind_cables [2024/10/29 11:59] (current) julienottavi |
||
---|---|---|---|
Line 10: | Line 10: | ||
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://apo33.org/sons/FIBRR_RECORDS/OPEN_RECORDINGS/VLF/whistlers&tweeks230508.mp3}} | ||
- | |||
- | |||
- | <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|}} | ||
<html> | <html> | ||
Line 25: | Line 15: | ||
<script src="https://unpkg.com/webamp"></script> | <script src="https://unpkg.com/webamp"></script> | ||
<script> | <script> | ||
- | const app = document.getElementById("app") | + | const Webamp = window.Webamp; |
- | const webamp = new Webamp(); | + | const webamp = new Webamp({ |
- | webamp.renderWhenReady(app); | + | |
| | ||
initialTracks: [ | initialTracks: [ | ||
Line 38: | Line 27: | ||
// file, or served with permissive CORS HTTP headers: | // file, or served with permissive CORS HTTP headers: | ||
// https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | // https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | ||
- | url: "https://apo33.org/sons/FIBRR_RECORDS/OPEN_RECORDINGS/VLF/Tweeks140808.mp3", | + | url: "https://archive.org/download/giant_antenna_cable_resonances2/cables_wind_fence1.mp3", |
}, | }, | ||
{ | { | ||
Line 48: | Line 37: | ||
// file, or served with permissive CORS HTTP headers: | // file, or served with permissive CORS HTTP headers: | ||
// https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | // https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | ||
- | url: "https://apo33.org/sons/FIBRR_RECORDS/OPEN_RECORDINGS/VLF/whistlers&tweeks230508.mp3", | + | 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> | </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|}} | ||
+ | |||
+ | |||