Owain Rich
I love making music with old analogue gear
Children of June - Freeholm Wilson

Listen on   Spotify   or  Bandcamp  
or if you really like it you can buy the vinyl here.

×
(function observeAutoplayVideos() { if (!('IntersectionObserver' in window)) { return; } const autoplayVideos = document.querySelectorAll('video[autoplay]'); if (!autoplayVideos.length) { return; } const observer = new IntersectionObserver((entries) => { entries.forEach((entry) => { const video = entry.target; if (entry.isIntersecting) { const playPromise = video.play(); if (playPromise && typeof playPromise.catch === 'function') { playPromise.catch(() => { }); } } else { video.pause(); } }); }, { root: null, rootMargin: '200px 0px', threshold: 0.01 }); autoplayVideos.forEach((video) => { observer.observe(video); }); })();