This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
hydrophonic_recordings [2012/08/06 11:24] julien |
hydrophonic_recordings [2024/11/01 11:20] (current) julienottavi |
||
---|---|---|---|
Line 2: | Line 2: | ||
** | ** | ||
- | Recordings made with hydrophonic microphone (home-made or not) | + | Recordings made with hydrophonic microphone. |
A "Hydrophone" is a device which will listen to, or pick up, the acoustic energy underwater. A hydrophone converts acoustic energy into electrical energy and is used in passive underwater systems to listen only. Hydrophones are usually used below their resonance frequency over a much wider frequency band where they provide uniform output levels.** | A "Hydrophone" is a device which will listen to, or pick up, the acoustic energy underwater. A hydrophone converts acoustic energy into electrical energy and is used in passive underwater systems to listen only. Hydrophones are usually used below their resonance frequency over a much wider frequency band where they provide uniform output levels.** | ||
Line 9: | Line 9: | ||
+ | |||
+ | <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 ===== | ||
+ | |||
+ | Pond insects with animal wild life | ||
+ | |||
+ | <html> | ||
+ | <iframe src="https://archive.org/embed/pond_insects_frostrup_07_15&playlist=1" width="500" height="100" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe> | ||
+ | </html> | ||
+ | |||
+ | [[https://archive.org/download/pond_insects_frostrup_07_15/pond_insects_frostrup_07_15.wav|download not compressed file]] | ||
+ | |||
+ | {{:pond1.jpg?400 |}}{{:pond2.jpg?400|}} | ||
+ | |||
+ | |||
+ | ===== August 2015 - Vigso / Danemark ===== | ||
+ | |||
+ | underwater sound recording of Vigso bunkers | ||
+ | |||
+ | <html> | ||
+ | <iframe src="https://archive.org/embed/20150723134918&playlist=1" width="500" height="150" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe> | ||
+ | </html> | ||
+ | |||
+ | [[https://archive.org/compress/20150723134918/formats=WAVE&file=/20150723134918.zip|download not compressed files]] | ||
+ | |||
+ | {{:bunkers.jpg?500|}} | ||
===== july 2010 - Solleftea / Sweden ===== | ===== july 2010 - Solleftea / Sweden ===== | ||
Line 36: | 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> | ||