This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
radical_radio_art [2017/07/28 18:29] julien |
radical_radio_art [2024/11/01 11:13] (current) julienottavi |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== RADICAL RADIO ART ====== | ====== RADICAL RADIO ART ====== | ||
+ | |||
+ | RadicalRadio is a new series of recordings made in different contexts with short wave radio. We record sound from EVP frequencies and specially 14MHz. Electronic Voice Phenomena is attempting to record voices from the dead. If we are not hardly looking for dead voices, we are looking for the path of those frequencies to search for radio phenomena in general that could occur in this range of the radio. | ||
+ | We are using mainly radio receivers with different radio bands in the spectrum of short wave radio then we run those radios in different contexts from cemetery to mountain or radio relay. | ||
+ | |||
===== Solar Return - End of a cycle - for 2 AM radios ===== | ===== Solar Return - End of a cycle - for 2 AM radios ===== | ||
Line 12: | 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 17: | 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> | ||