RD5 GOLD WEB EDITOR
📄
📄 2-RB4-3CC.HTML
📄 222.JPG
📄 3CC-BASIC1.HTML
📄 Microsoft Paint.exe
📄 R2C-3.HTML
📄 R2C-4.HTML
📄 RB4-3C.HTML
📄 RB4-3CC.HTML
📄 RB4-RETRO.HTML
📄 RB4-RETRO.html
📄 RD5-3CC.html
📄 RL-4.html
📄 TARS.html
📄 TES10.mp3
📄 TES11.mp3
📄 TRISHA-OK.html
📄 TRISHA-WIN.HTML
📄 Tiny-demo.html
📄 Tinybj7-blindado.html
📄 Tinybj7-publica.html
📄 aplicaciones-rd5.html
📄 app1.html
📄 app2.html
📄 app3.html
📄 appb1.html
📄 appb2.html
📄 appb3.html
📄 appb4.html
📄 appb5.html
📄 appb6.html
📄 c-julio.JPG
📄 caratula.gif
📄 caratula02.gif
📄 caratula2.gif
📄 chokurei2.jpg
📄 columna-julio.html
📄 columna-stella.html
📄 columna-stellab.html
📄 demos.html
📄 df3.html
📄 dni.gif
📄 donaciones.gif
📄 ecualizador.html
📄 ed-podcast.JPG
📄 ed-radio.JPG
📄 editorv.html
📄 editorv1.html
📄 editorv2.html
📄 fondo5d.jpg
📄 fresi-clip.html
📄 gold.php
📄 gold62.php
📄 gold93.php
📄 googlefd161ffccea5f6ab.html
📄 gw.php
📄 index-anterior.html
📄 index.html
📄 index2.html
📄 logo.png
📄 logo.webp
📄 magazine.html
📄 manager3.php
📄 mic2.jpg
📄 mini1.html
📄 minib2a.html
📄 mn.php
📄 muestra.JPG
📄 p.html
📄 pm.html
📄 pm2.html
📄 pod-rd5.html
📄 podcast-stops.gif
📄 podcast2.mp3
📄 pp.html
📄 promo-tinybj7.html
📄 radio.html
📄 radio_gold.html
📄 rd5-fresia-4 canvashtml
📄 rd5-fresia-ok.html
📄 rd5-fresia.html
📄 rd5-plus-anterior.html
📄 rd5-plus.html
📄 rd5-plus2.html
📄 rd5-radioplayer.html
📄 rd5-tv.html
📄 rd5.html
📄 sst.html
📄 st.html
📄 starclip.html
📄 stella-2.JPG
📄 stella.JPG
📄 stt.html
📄 t-rd5.html.html
📄 t-rd6.html
📄 t-rd7.html
📄 t-tiny.html
📄 tes0.jpg
📄 tes1.jpg
📄 tes2.jpg
📄 tes4.jpg
📄 tes4.mp3
📄 tes5.jpg
📄 tes7.jpg
📄 tes8.jpg
📄 tienda.html
📄 tiendaaps.html
📄 tiendapps.html
📄 tiny-bj6.html
📄 tiny-bj7-full.html
📄 tiny-bj7.html
📄 tiny3-bj2.html
📄 tinybj7-blindado.html
📄 tinydemo.html
📄 titulo.jpg
📄 tnw2.html
📄 trisha-basic.html
📄 trisha-cafe.html
📄 trisha-mini.html
📄 tv-pantalla.php
📄 tv.html
📄 xdni.html
CÓDIGO (OSCURO GOLD)
VISTA PREVIA
💾 GUARDAR
Tema: Monokai
Tema: Dracula
Tema: Material
Tema: Blackboard
Tema: Abyss
Monospace
Courier
12px
14px
16px
18px
20px
22px
24px
26px
28px
30px
32px
↷ Rehacer
↶ Deshacer
🔍 BUSCAR
+ REPRO RADIO
SIG.
X
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <title>Reproductor Completo - RD5 Network</title> <style> body { background:#D9D6CA; color: black; font-family: Arial, sans-serif; padding: 10px; } h2 { margin-bottom: 5px; } #currentTrack { color: grey; font-family: Arial; font-size: 1.1em; display: block; margin-bottom: 10px; } #controls { margin: 10px 0; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; } button { padding: 15px 10px; background: #D9D6CA; border: 2px solid black; color: black; cursor: pointer; } button:hover { background: WHITE; } input[type=file] { cursor: pointer; margin-bottom: 5px; } .slider-container { display: flex; flex-direction: column; align-items: center; gap: 3px; } .slider { -webkit-appearance: none; width: 95px; height: 10px; background: grey; cursor: pointer; } .slider::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 16px; background: black; border-radius: 50%; border: none; } .eq-container { display: flex; gap: 15px; justify-content: center; margin-top: 5px; flex-wrap: wrap; } .eq-band { display: flex; flex-direction: column; align-items: center; } #progress { width: 100%; margin-top: 10px; -webkit-appearance: none; background: GREY; height: 20px; cursor: pointer; } #progress::-webkit-slider-thumb { -webkit-appearance: none; width: 15px; height: 15px; background: BLACK; border-radius: 50%; border: none; } #playlist { list-style: none; padding: 5px; margin-top: 15px; cursor: default; max-height: 252px; overflow-y: auto; background: #D9D6CA; width: 100%; } #playlist li { padding: 2px 5px; cursor: pointer; } #playlist li.active { color: BROWN; } #time { text-align: center; font-size: 18px; margin-top: 5px; color: BLACK; font-family: monospace; } .visuals { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; } canvas.vis { background: black; border: 2px solid #333; width: 200px; height: 50px; } #vuNeedle, #vuNeedleR { background: #D9D6CA; border: 2px solid BLACK; border-radius: 50%; margin-right: 10px; } .percent { color: BLACK; font-size: 0.9em; margin-top: 2px; } </style> </head> <body><font size="1"> <h2 style="display: flex; align-items: baseline; flex-wrap: wrap;"> 🔊🎵 Trisha-3CC-BASIC - RD5 Network <span id="currentTrack" style="color: GREY; margin-left: 10px;"></span> </h2><font size="3"> <div id="controls"> <input type="file" id="audioFile" accept="audio/*" multiple> <button id="play">Play</button> <button id="pause">Pause</button> <button id="stop">Stop</button> <button id="clearPlaylist">Limpiar Lista</button> <canvas id="vuNeedle" width="80" height="80"></canvas> <canvas id="vuNeedleR" width="80" height="80"></canvas> <div class="slider-container"> <label>Volumen</label> <input type="range" min="0" max="1" step="0.01" value="0.5" class="slider" id="volumeSlider"> <span class="percent" id="volumePercent">50%</span> </div> <div class="eq-container"> <div class="eq-band"><label>60Hz</label><input type="range" min="-20" max="20" value="0" class="slider" id="eq60"><span class="percent" id="eq60Percent">50%</span></div> <div class="eq-band"><label>250Hz</label><input type="range" min="-20" max="20" value="0" class="slider" id="eq250"><span class="percent" id="eq250Percent">50%</span></div> <div class="eq-band"><label>1kHz</label><input type="range" min="-20" max="20" value="0" class="slider" id="eq1000"><span class="percent" id="eq1000Percent">50%</span></div> <div class="eq-band"><label>4kHz</label><input type="range" min="-20" max="20" value="0" class="slider" id="eq4000"><span class="percent" id="eq4000Percent">50%</span></div> <div class="eq-band"><label>16kHz</label><input type="range" min="-20" max="20" value="0" class="slider" id="eq16000"><span class="percent" id="eq16000Percent">50%</span></div> </div> <div class="visuals"> <canvas id="eqCanvas" class="vis"></canvas> <canvas id="oscCanvas" class="vis"></canvas> <canvas id="vumCanvas" class="vis"></canvas> </div> </div> <FONT COLOR="BLACK"> <input type="range" id="progress" min="0" value="0" step="0.02"> <div id="time">00:00 / 00:00</div> <ul id="playlist"></ul> <script> let audioCtx, source, gainNode, analyser; let analyserL, analyserR, splitter; let eqFilters = []; let audio = new Audio(); let playlist = []; let currentIndex = 0; const fileInput = document.getElementById('audioFile'); const playlistEl = document.getElementById('playlist'); const progressEl = document.getElementById('progress'); const volumeSlider = document.getElementById('volumeSlider'); const timeDisplay = document.getElementById('time'); const currentTrackEl = document.getElementById('currentTrack'); const canvasEQ = document.getElementById('eqCanvas'); const canvasOsc = document.getElementById('oscCanvas'); const canvasVU = document.getElementById('vumCanvas'); const canvasNeedleL = document.getElementById('vuNeedle'); const canvasNeedleR = document.getElementById('vuNeedleR'); fileInput.addEventListener('change', (e) => { playlist.push(...Array.from(e.target.files)); // agregar sin borrar updatePlaylist(); if(currentIndex===-1) { currentIndex=0; loadTrack(currentIndex); } }); document.getElementById('clearPlaylist').onclick = () => { playlist = []; currentIndex = -1; audio.pause(); audio.currentTime = 0; playlistEl.innerHTML = ''; currentTrackEl.textContent = ''; progressEl.value = 0; }; function updatePlaylist() { playlistEl.innerHTML = ''; playlist.forEach((file, index) => { const li = document.createElement('li'); li.textContent = file.name; li.onclick = () => { currentIndex = index; loadTrack(currentIndex); audio.play(); }; if(index === currentIndex) li.classList.add('active'); playlistEl.appendChild(li); }); } function loadTrack(index){ const file = playlist[index]; if(file){ audio.src = URL.createObjectURL(file); audio.load(); setupAudioContext(); highlightCurrent(); currentTrackEl.textContent = file.name; } } function highlightCurrent() { Array.from(playlistEl.children).forEach((li,i)=>li.classList.toggle('active', i===currentIndex)); } function setupAudioContext(){ if(audioCtx) return; audioCtx = new (window.AudioContext || window.webkitAudioContext)(); source = audioCtx.createMediaElementSource(audio); gainNode = audioCtx.createGain(); analyser = audioCtx.createAnalyser(); analyser.fftSize=256; const freqs=[60,250,1000,4000,16000]; eqFilters=freqs.map(f=>{ let filt=audioCtx.createBiquadFilter(); filt.type='peaking'; filt.frequency.value=f; filt.Q.value=1; filt.gain.value=0; return filt; }); source.connect(eqFilters[0]); for(let i=0;i<eqFilters.length-1;i++) eqFilters[i].connect(eqFilters[i+1]); eqFilters[eqFilters.length-1].connect(gainNode); gainNode.connect(audioCtx.destination); gainNode.connect(analyser); splitter=audioCtx.createChannelSplitter(2); gainNode.connect(splitter); analyserL = audioCtx.createAnalyser(); analyserR = audioCtx.createAnalyser(); analyserL.fftSize=256; analyserR.fftSize=256; splitter.connect(analyserL,0); splitter.connect(analyserR,1); const volumePercent = document.getElementById('volumePercent'); volumeSlider.addEventListener('input', ()=>{ gainNode.gain.value=parseFloat(volumeSlider.value); volumePercent.textContent=Math.round(volumeSlider.value*100)+'%'; }); const eqIDs=['eq60','eq250','eq1000','eq4000','eq16000']; eqIDs.forEach((id,i)=>{ const slider=document.getElementById(id); const percentSpan=document.getElementById(id+'Percent'); slider.addEventListener('input', ()=>{ eqFilters[i].gain.value=parseFloat(slider.value); percentSpan.textContent=Math.round((parseFloat(slider.value)+20)/40*100)+'%'; }); percentSpan.textContent=Math.round((parseFloat(slider.value)+20)/40*100)+'%'; }); drawEQ(); drawOscilloscope(); drawVUMeter(); drawNeedle(); } // Visuales function drawEQ(){ const ctx=canvasEQ.getContext('2d'); ctx.clearRect(0,0,canvasEQ.width,canvasEQ.height); let data=new Uint8Array(analyser.frequencyBinCount); analyser.getByteFrequencyData(data); let barWidth=canvasEQ.width/data.length; for(let i=0;i<data.length;i++){ let barHeight=(data[i]/255)*canvasEQ.height; ctx.fillStyle=`hsl(${i/data.length*360},100%,50%)`; ctx.fillRect(i*barWidth, canvasEQ.height-barHeight, barWidth, barHeight); } requestAnimationFrame(drawEQ); } function drawOscilloscope(){ const ctx=canvasOsc.getContext('2d'); ctx.clearRect(0,0,canvasOsc.width,canvasOsc.height); let data=new Uint8Array(analyser.fftSize); analyser.getByteTimeDomainData(data); ctx.beginPath(); ctx.lineWidth=2; ctx.strokeStyle="WHITE"; for(let i=0;i<data.length;i++){ let x=(i/data.length)*canvasOsc.width; let y=(data[i]/255)*canvasOsc.height; if(i===0) ctx.moveTo(x,y); else ctx.lineTo(x,y); } ctx.stroke(); requestAnimationFrame(drawOscilloscope); } function drawVUMeter(){ const ctx=canvasVU.getContext('2d'); ctx.clearRect(0,0,canvasVU.width,canvasVU.height); let data=new Uint8Array(analyser.frequencyBinCount); analyser.getByteFrequencyData(data); let avg=data.reduce((a,b)=>a+b,0)/data.length; let width=(avg/255)*canvasVU.width; ctx.fillStyle="rgba(80,80,80,0.3)"; ctx.fillRect(0,canvasVU.height/3,canvasVU.width,canvasVU.height/3); let grad=ctx.createLinearGradient(0,0,width,0); grad.addColorStop(0,"orange"); grad.addColorStop(1,"red"); ctx.fillStyle=grad; ctx.fillRect(0,canvasVU.height/3,width,canvasVU.height/3); requestAnimationFrame(drawVUMeter); } // Agujas estéreo const ctxNeedleL = canvasNeedleL.getContext('2d'); const ctxNeedleR = canvasNeedleR.getContext('2d'); let angleL=-Math.PI/2, angleR=-Math.PI/2; function drawNeedle(){ if(!analyserL||!analyserR){ requestAnimationFrame(drawNeedle); return; } const dataL=new Uint8Array(analyserL.frequencyBinCount); analyserL.getByteFrequencyData(dataL); const rmsL=dataL.reduce((a,b)=>a+b,0)/dataL.length/255; const dataR=new Uint8Array(analyserR.frequencyBinCount); analyserR.getByteFrequencyData(dataR); const rmsR=dataR.reduce((a,b)=>a+b,0)/dataR.length/255; const targetL=-Math.PI/2+rmsL*Math.PI; const targetR=-Math.PI/2+rmsR*Math.PI; angleL+=(targetL-angleL)*0.12; angleR+=(targetR-angleR)*0.12; drawSingleNeedle(ctxNeedleL,canvasNeedleL,angleL); drawSingleNeedle(ctxNeedleR,canvasNeedleR,angleR); requestAnimationFrame(drawNeedle); } function drawSingleNeedle(ctx,canvas,angle){ let cx=canvas.width/2, cy=canvas.height/2; ctx.clearRect(0,0,canvas.width,canvas.height); ctx.beginPath(); ctx.arc(cx,cy,30,Math.PI,0); ctx.strokeStyle='GREY'; ctx.lineWidth=2; ctx.stroke(); ctx.save(); ctx.translate(cx,cy); ctx.rotate(angle); ctx.beginPath(); ctx.moveTo(0,0); ctx.lineTo(38,0); ctx.strokeStyle='BLACK'; ctx.lineWidth=4; ctx.stroke(); ctx.restore(); ctx.beginPath(); ctx.arc(cx,cy,3,0,2*Math.PI); ctx.fillStyle='GREY'; ctx.fill(); } // Controles básicos document.getElementById('play').onclick = () => audio.play(); document.getElementById('pause').onclick = () => audio.pause(); document.getElementById('stop').onclick = () => { audio.pause(); audio.currentTime=0; }; // Progreso y tiempo audio.addEventListener('timeupdate',()=>{ if(audio.duration){ progressEl.value=(audio.currentTime/audio.duration)*100; timeDisplay.textContent=formatTime(audio.currentTime)+' / '+formatTime(audio.duration); } }); progressEl.addEventListener('input',()=>{ if(audio.duration) audio.currentTime=(progressEl.value/100)*audio.duration; }); function formatTime(sec){ const m=Math.floor(sec/60), s=Math.floor(sec%60); return `${m.toString().padStart(2,'0')}:${s.toString().padStart(2,'0')}`; } // Auto siguiente pista audio.addEventListener('ended',()=>{ if(currentIndex<playlist.length-1) currentIndex++; else currentIndex=0; loadTrack(currentIndex); audio.play(); }); document.addEventListener('keydown',e=>{ if(e.code==='Space'){ e.preventDefault(); audio.paused?audio.play():audio.pause(); } }); </script> </body> CODIGO GBBY 5207418 H.E. </html>