This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
radical_radio_art [2022/02/20 12:14] julienottavi |
radical_radio_art [2024/11/01 11:13] (current) julienottavi |
||
---|---|---|---|
Line 16: | Line 16: | ||
By Solar Return (Jenny Pickett & Julien Ottavi) | By Solar Return (Jenny Pickett & Julien Ottavi) | ||
+ | |||
+ | |||
+ | |||
+ | <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: "end of a cycle", | ||
+ | }, | ||
+ | // 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/EndOfCycleSolarReturn/EndOfCycle_recordingMadeInFieldhead_19_and_20_July2017.mp3", | ||
+ | }, | ||
+ | | ||
+ | ], | ||
+ | }); | ||
+ | // Returns a promise indicating when it's done loading. | ||
+ | webamp.renderWhenReady(document.getElementById("app")); | ||
+ | | ||
+ | </script> | ||
+ | </html> | ||
+ | |||
<html> | <html> | ||
Line 21: | Line 51: | ||
</html> | </html> | ||
+ | |||
+ | ===== Solar Return - Radical Radio Dundee Mix1 ===== | ||
+ | |||
+ | Relay antenna, military transmission and strange stereo transmissions recorded in November 2019 in Dundee, Scotland. | ||
+ | |||
+ | {{:dundee2019.jpg?300|}} | ||
+ | |||
+ | <html> | ||
+ | <div style="height: 228px; width: 600px;"><iframe src="https://audio.com/embed/audio/1781670775867376?theme=image" | ||
+ | style="display:block; border-radius: 1px; border: none; height: 204px; width: 600px;"></iframe><a href='https://audio.com/julien-ottavi' style="text-align: center; display: block; color: #A4ABB6; font-size: 12px; font-family: sans-serif; line-height: 16px; margin-top: 8px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">@julien-ottavi</a></div> | ||
+ | </html> | ||