1. 勇気が出るラジオ
  2. #14-3 AIでは生み出せない"ゆ..
{ 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': '#14-3 AIでは生み出せない\"ゆらぎ\"が心を動かす', 'audio_url': 'https://listen.style/p/yuuki-radio/rbzkrejm', '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/01j0gzdq7e0ee17py0mcmt93jj/01jzpfw0qfg658daxchq3cx8pn/update_position', { method: 'POST', body: JSON.stringify({ time: this.time }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'TVuERFoFSl1PBGuBhtQAasBC7btR3b1WXWBJoqCs'} }); }, 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': 'TVuERFoFSl1PBGuBhtQAasBC7btR3b1WXWBJoqCs'} }); }, 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(); ">
#14-3 AIでは生み出せない"ゆらぎ"が心を動かす
2025-07-09 26:54

#14-3 AIでは生み出せない"ゆらぎ"が心を動かす

spotify apple_podcasts
AIにまかせれば、「わかりやすい文章」は量産できます。
でも、人の心を動かすのは、AIでは生み出すことの出来ない「ゆらぎ」や「ノイズ」

『発信する勇気』『発信をお金にかえる勇気』2冊を出版、noteフォロワー2.5万人の末吉さんに、「文体」へのこだわりを語っていただきました!


【勇気が出るラジオ】
「超最高に都合のいい人生」を生きる二人が等身大の経験をシェアしながら、発信やコンテンツビジネス、生き方・働き方、天命や天職、ライフワークなど、多彩なテーマについて対話します。
宇宙の法則とこの世の法則を使いこなし、「私」という天職を生きるヒントをお届けします。
週の真ん中水曜日更新です!
   
感想、ご質問、ご要望など、こちらのリンクからお寄せください。
末吉・おおのぎ両方に直接届きます。
https://m.ohnogi-lab.com/p/r/FAmuaudc
   
■末吉宏臣
『発信する勇気』『発信をお金にかえる勇気』(きずな出版)著者、コンサルタント
コンテンツビジネススクール主宰
本田健氏、堀江貴文氏をはじめ、200冊以上の電子書籍やコンテンツのプロデュースを手掛ける。
フォロワー2万人超えのnoteや著書『発信する勇気』は、多くの人に勇気を与え、自分自身の力で未来を切り開く手助けをしている。
▼note
https://note.com/sueyoshihiroomi
▼発信をお金に変えるメール講座 
https://twelfth-ex.com/rg/116783/92/
   
■おおのぎむつこ(大野木睦子)
相思相愛ビジネスコンサルタント。みちをひらく人。
セラピスト・コーチ・ビジネスコンサルとして、Web集客のみで12年の実績を持つ。
制限から解放された先にある本当の豊かさへと、道を拓き、未知を啓き、満ちを開く。
ビジネス戦略とメンタルサポート、自己成長を融合させた独自のメソッド「相思相愛ビジネス」で、クライアントの人生そのものに変容を起こしている。
▼個人チャンネル【ひとり起業の流儀】
起業は生き方・集客は心理学
Web集客を武器に、自由な働き方・生き方を実現する戦略とマインドセットを発信中!
https://stand.fm/channels/62e2adb273ef6bc249474b8a
Spotify、Youtube、Apple Podcast、Amazon musicでもマルチ配信!
▼note
https://note.com/moo_nowhere/
▼【無料診断テスト】自由な時間と安定収入を手に入れるロードマップ
https://m.ohnogi-lab.com/l/u/grsf

感想

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

26:54

コメント

スクロール