{ if (!this.player) return; this.time = this.player.currentTime; if (!this.player.paused) { setTimeout(updateTimeFn, this.interval); } }; setTimeout(updateTimeFn, this.interval); gtag('event', 'audio_start', { 'audio_title': '#192 ひがぷん 人気回を \"部分的に\" 振り返ろう!', 'audio_url': 'https://listen.style/p/higapun/qx0hvvxc', 'audio_current_time': this.time }); }); this.player.addEventListener('timeupdate', () => { this.updateProgressBar(); if (this.hasPlayed && Math.floor(this.time / 30) != Math.floor(this.lastPosition / 30)) { this.updatePosition(); } // 95%以上再生で完了リクエスト送信 if (this.player.duration > 0 && this.time > (this.player.duration * 0.95) && !this.completedSent) { this.completedSent = true; this.updatePosition(); } // 巻き戻しリセット if (this.player.duration > 0 && this.time < (this.player.duration * 0.9)) { this.completedSent = false; } }); this.player.addEventListener('pause', () => { this.playing = false; if (this.hasPlayed) { this.updatePosition(); } }); window.addEventListener('beforeunload', () => { if (this.player && !this.player.paused) this.updatePosition(); }); this.player.addEventListener('ratechange', () => { this.updatePlaybackRate(); }); this.player.addEventListener('loadeddata', () => { if (this._loadeddataTriggered) return; this._loadeddataTriggered = true; this.player.currentTime = this.time; this.lastPosition = this.time; this.player.playbackRate = this.speed; }, { once: true }); }, playEpisode(start) { // console.log('play', this.time); if ((start <= this.player.currentTime) && (this.player.currentTime <= (start + 5))) { if (this.player.paused) { this.player.play(); } return; } this.time = start; this.player.currentTime = this.time; this.player.play(); // console.log(this.time); }, togglePlay() { this.player.paused ? this.player.play() : this.player.pause(); }, updatePosition() { this.lastPosition = this.time; fetch('https://listen.style/p/01jnf6zx69p0ymb2fk7cr9v16q/01jnf71pxeftdf90kwyqkn2hw9/update_position', { method: 'POST', body: JSON.stringify({ time: this.time }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'MZbnWnNgkZv6tffw8KQUIR6jKxn6Jyz7NrggPw37'} }); }, updatePlaybackRate() { fetch('https://listen.style/update_playback_rate', { method: 'POST', body: JSON.stringify({ rate: this.player.playbackRate }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'MZbnWnNgkZv6tffw8KQUIR6jKxn6Jyz7NrggPw37'} }); }, updateTime(t) { if (t < 0) { t = 0; } else if (this.player.duration < t) { t = Math.max(this.player.duration - 3, 0); } this.time = t; this.player.currentTime = t; this.updateProgressBar(); }, updateProgressBar(percent) { if (!percent) { percent = this.time * 100 / this.player.duration; } this.progressBar.style.width = percent + '%'; this.progressBar.parentElement.setAttribute('aria-valuenow', Math.floor(percent)); }, setupKeyboardShortcuts() { document.addEventListener('keydown', (event) => { const playerElement = document.activeElement.tagName === 'INPUT' || document.activeElement.tagName === 'TEXTAREA' || document.activeElement.isContentEditable; if (playerElement) return; // Ignore key events when input or textarea is focused const shiftNotAllowedShortcuts = ['Space', 'KeyK', 'KeyM', 'ArrowLeft', 'ArrowRight', 'KeyJ', 'KeyL', 'KeyS', 'ArrowUp', 'ArrowDown']; if (shiftNotAllowedShortcuts.includes(event.code) && event.shiftKey) { // If shift is pressed and the shortcut should not allow shift, return return; } switch (event.code) { case 'Space': case 'KeyK': event.preventDefault(); this.togglePlay(); break; case 'KeyM': event.preventDefault(); this.player.muted = !this.player.muted; break; case 'ArrowLeft': event.preventDefault(); this.updateTime(this.time - 5); break; case 'ArrowRight': event.preventDefault(); this.updateTime(this.time + 5); break; case 'KeyJ': event.preventDefault(); this.updateTime(this.time - 10); break; case 'KeyL': event.preventDefault(); this.updateTime(this.time + 10); break; case 'KeyS': event.preventDefault(); this.addStar(); break; case 'Period': // > event.preventDefault(); if (event.shiftKey) { this.speed = Math.min(Math.max(parseFloat(this.speed) + 0.1, 0.5), 4.0); this.speed = parseFloat(this.speed); this.player.playbackRate = this.speed; } break; case 'Comma': // < event.preventDefault(); if (event.shiftKey) { this.speed = Math.min(Math.max(parseFloat(this.speed) - 0.1, 0.5), 4.0); this.speed = parseFloat(this.speed); this.player.playbackRate = this.speed; } break; case 'ArrowUp': event.preventDefault(); this.changeVolume(parseFloat(this.volume) + 0.05); break; case 'ArrowDown': event.preventDefault(); this.changeVolume(parseFloat(this.volume) - 0.05); break; default: break; } }); }, changeVolume(volume) { if (this.player && (volume >= 0 && volume <= 1)) { this.volume = volume; this.player.volume = this.volume; } } }" x-init=" window.addEventListener('notify', event => { showNotification(event.detail.message); }); window.addEventListener('replace-text', event => { replaceText(event.detail.searchString, event.detail.replacementString); }); const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)'); if (mediaQuery.matches) { document.documentElement.classList.add('dark'); } setupKeyboardShortcuts(); ">
#192 ひがぷん 人気回を "部分的に" 振り返ろう!
2024-10-17 43:33

#192 ひがぷん 人気回を "部分的に" 振り返ろう!

今回は、ひがぷん再生回数トップ10をご紹介!

た・だ・し、4〜6位を除いて…! な、なぜ…!?


番組の後半と、概要欄下部に大事なお知らせがございます☝

刮耳刮目くださいませ!


【今日のお話】

*思わぬ音声的聖地がありやした

*爆買い後のハスキ、どのアイテムが活躍している?

*自分の素性よりもシャーロット・ヨーク優先で

*自我おもらし推奨

*出でよ、サイレントリスナー!



▼再生回数トップ3に輝いた回は、下記リンクから!


🥉第3位 #1 シャーロット・ヨークを知っていますか?

Spotify

Apple Podcast

YouTube


🥈第2位 #115 私とあなた、それぞれのプライド【#三十日間の新聞】

Spotify

Apple Podcast

YouTube


🥇第1位 #183 まだ語れるはず…!『ボーイフレンド』【#そうゲイ りゅうさん コラボ回】

Spotify

Apple Podcast

YouTube



▼ひがぷん3周年 記念企画のお知らせ💐

ひがぷんは2024年10月で配信開始3周年!(たいへんおめでたいです)

3周年を記念して、「㊗ひがぷん3周年 いい具合に人気回ダービー!」という企画を行います!


ひがっ子ちゃんの皆さん!

ひがぷんのこれまでの配信回の中から、"再生回数4~6位"を当ててみてください💪

トップ10のうち、1~3位・7~10位については2024年10月17日(木)配信「#192 ひがぷん 人気回を "部分的に" 振り返ろう!」にてご紹介済みですので、そちらも要チェケラ☝


見事的中した方(もしくは最も惜しい回答をしてくれた方)には、えびハスメッセージ入りタンブラーとステッカーセットをプレゼント🎁🎁

このチャンスを逃してはならない…!!


「㊗ひがぷん3周年 いい具合に人気回ダービー!」特別フォームは下記リンクから!

https://forms.gle/x7JnkhvnYUPSD38t5


音楽:フリーBGM MOMIZizm MUSiC


----------------------------------

毎週木曜ごろに配信してます!

おたよりはこちらから!

⁠⁠⁠https://forms.gle/T5onJVmC69FC74xf6⁠⁠⁠


【X(旧Twitter)】⁠ ⁠⁠⁠⁠https://twitter.com/higapun⁠⁠⁠⁠⁠

#ひがぷん をつけて感想お寄せください!


【Instagram】⁠⁠⁠⁠⁠https://www.instagram.com/higapun/⁠⁠⁠⁠⁠

収録裏話などを投稿しています!


【LINEアカウント】 ⁠⁠⁠⁠⁠https://lin.ee/di3l7mh⁠⁠⁠⁠⁠

最新回が配信されたらお知らせします!(休止中)


【LINEスタンプ】

⁠⁠⁠⁠⁠https://store.line.me/stickershop/product/22807562/ja⁠⁠⁠⁠⁠

ひがぷんの名言珍言がLINEスタンプになりました!


【番組グッズ】

⁠https://suzuri.jp/higapun⁠

番組グッズが登場しました! 身に着けてくれー!!


その他のお問い合わせは ⁠⁠⁠⁠⁠higapun@gmail.com⁠⁠⁠⁠⁠ までお願いします!

----------------------------------

感想

まだ感想はありません。最初の1件を書きましょう!

43:33

コメント

スクロール