LOVG - Mi vida sin ti - cover by Fabi Yamada

16

  • 58
  • 0
  • 0.826
  • Reply

  • Open in the desktop app ADD TO PLAYLIST

    fabiyamada

    Published on Jan 19, 2023
    About :

    Hoy me decidí a grabar esta canción usando el micrófono del rock band y una cajita de toallas húmedas como stand. ¡Que nada los detenga, chabots! XD

    Al final llegó mi hija y nimodo! así mero la subo, porque es eso o esperar a que los planetas se alineen... igual me gustó como quedó, como los videos de tutoriales viejos en los que se escuchaba mi otra niña cuando era bebé aww

    Si se puede, después hago otra versión y podremos comparar, audio, voz, video, etc =) será divertido.


    Suscríbanse y síganme acá también / Subscribe and follow me:
    https://twitter.com/fabiyamada_art
    https://www.instagram.com/fabiyamada_art

    ', sites: ["facebook", "twitter", "reddit", "email"] } }); window.player = player; const author = 'fabiyamada'; const permlink = 'zscoxblh' let watched = false; let midroll = false; let seconds = 0; let duration = 0; let t; let running = false; player.on('adError', (event) => { console.log("Ad Request Error: \n" + event.message) }); player.on('adComplete', (event) => { timer() }); /*player.on('time', (event) => { if ((event.position / event.duration) * 100 >= 50) { if (midroll === false) { midroll = true; // player.playAd("https://advertise.3speakcontent.online/www/api/v2/vast/?zone=6") } } });*/ function add() { if (running === true) { seconds++; } if (seconds >= 1 && watched === false) { running = false; watched = true; } if (watched === false) { timer(); } } function timer() { t = setTimeout(add, 1000); } player.on("pause", (event) => { running = false }); player.on("stop", (event) => { running = false }); player.on("play", () => { running = true; }); player.on("firstFrame", (event) => { duration = player.getDuration(); timer() grecaptcha.execute('6Le5G3MaAAAAAKXzr4reX2i2Bss8abc6CrrlEo-Z', {action: 'view'}).then(token => { $.ajax({ url: '/video/api/view', data: { v: 'fabiyamada/zscoxblh', token } }); }); running = true }); $('[data-reblog]').on('click', function () { let btn = $(this); btn.html('reblog '); let [author, permlink] = btn.data('reblog').split('/'); $.ajax({ url: '/user/api/reblog', data: {author, permlink}, type: 'post', success: () => { btn.html('reblog ') } }) }); $.ajax({ url: '/user/api/creator/vote/day', type: 'post', data: {creator: "fabiyamada"}, success: (res => { if (!res.error) { if (res.upvoteEnabled === true) { $('#proxyNotification').removeClass('d-none'); $('#upvHoursRemaining').html(res.diff); } else if (res.upvoteEnabled === false) { //nothing } else { $('.upvoteCountdown').removeClass('d-none'); countdown(new Date(res.date)); } } }) }); $("#new-comment-btn").click((e) => { $('#loginModal').modal(); }); });