This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
hydrophonic_recordings [2015/12/26 17:07] julien |
hydrophonic_recordings [2024/11/01 11:20] (current) julienottavi |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| {{mic_hydro.jpg|}} | {{mic_hydro.jpg|}} | ||
| + | |||
| + | |||
| + | |||
| + | <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: "Recordings of Plantons and Fishes - Mediterranean Sea - 2016", | ||
| + | }, | ||
| + | // 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/planctonfishmideteraneeEte2016/planctonfishmideteraneeEte2016.mp3", | ||
| + | }, | ||
| + | { | ||
| + | metaData: { | ||
| + | artist: "Solar Return", | ||
| + | title: "Pond insects frostrup denmark 07/2015", | ||
| + | }, | ||
| + | // 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/pond_insects_frostrup_07_15/pond_insects_frostrup_07_15.mp3", | ||
| + | }, | ||
| + | |||
| + | ], | ||
| + | }); | ||
| + | // Returns a promise indicating when it's done loading. | ||
| + | webamp.renderWhenReady(document.getElementById("app")); | ||
| + | | ||
| + | </script> | ||
| + | </html> | ||
| + | |||
| + | |||
| + | ===== Mediterranean Sea - August 2016 ===== | ||
| + | |||
| + | Hydrophone recordings made in the Mediterranean sea in August 2016. | ||
| + | 32 min of beautiful sounds from Planctons and fishes with no other pollution. Signal is Cristal clear and the nature is very active. | ||
| + | |||
| + | <html> | ||
| + | <iframe src="https://archive.org/embed/planctonfishmideteraneeEte2016&playlist=1" width="500" height="50" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe> | ||
| + | </html> | ||
| + | |||
| + | {{:underthesea1.jpg?400 |}}{{:underthesea2.jpg?400|}} | ||
| + | |||
| + | |||
| + | |||
| ===== July 2015 - Frostrup / Danemark ===== | ===== July 2015 - Frostrup / Danemark ===== | ||
| Line 59: | Line 113: | ||
| <html> | <html> | ||
| - | <body> | + | <iframe src="https://archive.org/embed/hydrophone_gerris_lacustris_pont_cascade_jarreaux_20_07_07&playlist=1" width="500" height="300" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe> |
| - | <object type="application/x-shockwave-flash" width="400" height="170" | + | |
| - | data="xspf_player.swf?playlist_url=playlist1.xspf"> | + | |
| - | <param name="movie" | + | |
| - | value="xspf_player.swf?playlist_url=playlist1.xspf" /> | + | |
| - | </object> | + | |
| - | </body> | + | |
| </html> | </html> | ||