{ 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': '【in English】What is \"SHIGIN(詩吟)\" ?', 'audio_url': 'https://listen.style/p/0bvrfuuk/1zfajmxt', '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/01j025zhnm8s3jykvhh0gvt92d/01j0261qxbv9897xkgqqmxewd3/update_position', { method: 'POST', body: JSON.stringify({ time: this.time }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'uOGG5EfZtUtA9Cvr9DQbr9qRW5eM4t90tS1Prcro'} }); }, 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': 'uOGG5EfZtUtA9Cvr9DQbr9qRW5eM4t90tS1Prcro'} }); }, 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(); ">
【in English】What is "SHIGIN(詩吟)" ?
2023-05-04 06:57

【in English】What is "SHIGIN(詩吟)" ?

川中島 / 頼山陽
鞭声粛粛 夜河を過る
曉に見る千兵の 大牙を擁するを
遺恨なり十年 一剣を磨き
流星光底 長蛇を逸す
---
stand.fmでは、この放送にいいね・コメント・レター送信ができます。
https://stand.fm/channels/5f18a737907968e29d7a6b68

感想

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

00:02
【in English】
次回は英語でしぎんをインターナショナルアーティストのみなさんに紹介します。
しぎんとは何でしょうか?
今日はこの3つのポイントを説明します。
1つ目、しぎんは伝統的な日本文です。
中国語ではありません。
2つ目、しぎんは詩詞の演奏です。
3つ目、しぎんの演奏は
自然な声を使って演奏します。
歌詞とは異なります。
1つ目、しぎんは伝統的な日本文ではありません。
中国語ではありません。
GPTのチャットでも、しぎんは中国語です。
しかし、しぎんは伝統的な日本文です。
2つ目、しぎんは詩詞の演奏です。
しぎんとは何でしょうか?
答えは、詩詞の演奏です。
4つ目、しぎんは詩詞の演奏です。
中国語、日本語、和歌、俳句を含む詩詞です。
5つ目、しぎんは自然な声を使って演奏します。
歌詞とは異なります。
歌詞とは異なります。
歌詞は体をリラックスさせ、リズナンスを集中させます。
歌詞は脂肪を活かし、自然な声を使います。
ファルセットではありません。
2つ目、しぎんは有名な詩詞を演奏します。
私が演奏する詩は、雷三陽と書かれた川中島の詩です。
この詩は川中島の戦いを描いています。
戦いは、有名な戦国時代の戦士のうえすぎけんしんとたけだしんげんの戦いです。
03:04
まず、私は詩を読みます。
その後、私はこの詩にメロディーを追加します。
そして、私はこれを演奏します。
これはしぎんのスタイルです。
私はこの詩の内容を簡単に説明します。
しかし、彼らは短い間、彼らの剣を彫り始めた後、
彼らは彼らの恨みを忘れました。
彼らは彼らの恨みを忘れたしんげんを忘れました。
私はこの詩を演奏します。
来三曜
戦国時代の戦いのタイガオヨスルヨ
戦国時代の戦いのタイガオヨスルヨ
06:09
戦国時代の戦いのタイガオヨスルヨ
以上です。
もしこの動画が面白いと思ったら、質問があればコメントを残してください。
しぎんのチャンネルを紹介します。
以上です。
ありがとうございました。
06:57

コメント

スクロール