1. あっこ|子育て奮闘ママの等身大ラジオ📻
  2. #493 音声配信おしゃべりコン..
{ 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': '#493 音声配信おしゃべりコンサル\"しゃべコン\"って?', 'audio_url': 'https://listen.style/p/acco/0azzhctz', '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/01j4s0h1et7k27fertc8ssk2jc/01jk2qxq36h33mc4zv3zwdz76a/update_position', { method: 'POST', body: JSON.stringify({ time: this.time }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'rNxRH3Gvk2WMWli0WqQu9ISjoaD45F0IgLbc5ogq'} }); }, 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': 'rNxRH3Gvk2WMWli0WqQu9ISjoaD45F0IgLbc5ogq'} }); }, 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(); ">
#493 音声配信おしゃべりコンサル"しゃべコン"って?
2025-02-02 06:56

#493 音声配信おしゃべりコンサル"しゃべコン"って?

【しゃべコンモニター価格先着5名予約開始】

しゃべコンって??という方はこちら⏬
https://ameblo.jp/acco-voice-journey/entry-12883543243.html

公式LINE
https://lin.ee/V5lMPcz

〜しゃべコン関連配信〜

しゃべコン(モニター価格)募集開始
https://stand.fm/episodes/679d49551e7512ecf17b6568

しゃべコン(無料モニター)10名実施
感想配信まとめ
https://stand.fm/episodes/674eb09617d6e9ae723cf271

あっコンサル時代の振り返り
https://stand.fm/episodes/66504679c8d2bcaef6dc20ec


#しゃべコン
#音声配信
#育児 #子育て #ワーママ #共働き #核家族
#フルタイム #時短 #育休 #夫婦関係 #自分業 #独立
#スタエフ #毎日配信 #ママ #パパ
#acco202501
#acco自分業
---
stand.fmでは、この放送にいいね・コメント・レター送信ができます。
https://stand.fm/channels/64192875c881d58fc5a577dd

感想

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

00:04
こんにちは、あっこ🎙️です。
今日はですね、午前中にね、ダンスの練習をしていたんですけど、今度はね、
パパと交代しまして、今、子どものおやつの時間をですね、
ワンオペしながら、ちょっと今、収録じゃなくてライブをね、しております。はい。
でですね、今ね、私昨日からなんですけど、
しゃべコンっていうね、サービスを受付を開始しております。はい。
で、これね、パッと聞いたら何のことかよくわかんないという方もいると思うので、
ちょっと簡単に説明する配信を撮ろうかなと思って、今、ライブ形式でやってみました。
なので、質問がある方がいたら、ぜひライブに参加している方からの質問をその場で答えられたらいいなと思っています。
カレンダー作るな。やらないとね。
今、ちょっと子どもたちが2人とも脇にいるので、はい、ガヤが入ると思うんですけど、ちょっとやってみたいと思います。
このしゃべコンですね、私の配信の中で結構ね、何度も何度も取り上げてしゃべっているので、
前から聞いてくださっている方はね、なんとなくイメージつくかなって思うんですけれども、
60分間ですね、あっこと一緒にお話をする中で、その方の音声配信のチャンネルをですね、いろいろ見させていただいたり、
事前にね、相談したいこととか質問とかを受け付けて、それを60分の中でいろいろ展開してお話をしていくっていうサービスなんですね。
聞き船の方でもOKで、聞き船だけど自分の配信ちょっとやってみたいなっていう方に関しては、
アカウントのお名前をつけるとか、プロフィールの作り方とか、あとどんな風に収録して、どんな風な概要欄を整えて、
どういう風に出すといいかとか、その辺から本当に手取り足取りね、60分でできる範囲でお伝えできると思いますし、
あとは、もうすでに配信をしているよっていう方に関しては、今のお悩みとか、
なんかこう発信してるけど、思ったより聞かれないし、フォロワーも増えないなっていう人だったりとか、
あとは軸がなくてちょっとブレてて、何を伝えるチャンネルなのかよくわかんないなって思ってる人とか、
あとは普通に楽しんではいるんだけど、もう一歩スタイフを活用して自分の未来を切り開いていきたいなとか、
ちょっとモヤモヤしてる部分があるよっていう方は、ぜひこのシャベコンを60分間やることで、
結構見えることがあるんじゃないかなって思っています。
これね、シャベコンのモニター、今まで累計多分、シャベコンっていう形になる前から数えると20人以上の方とお話をしてきたんですね。
03:07
なので、結構皆さん共通してお悩みである部分もあったりとか、いろいろ私の中にも蓄積したものがあるので、
あとは自分が今ね、自己投資をしてファンビジネス講座と発信力プラスっていうね、
有料の講座で勉強したことも、このシャベコンの中で還元、その人に合った部分を切り取って還元できるかなって思っているので、
すごく安いと自分では思っています。
まだ値段はオープンにはしていないんですけれども、
公式LINEの方にですね、登録していただいて、シャベコンっていう風に打ってもらえたり、一言いただけると私の方で案内を送るっていうことになっているので、
ちょっと値段とか見て決めたいな、興味はあるっていう方がいらっしゃったら、ぜひ公式LINE登録して資料だけでも見てみてほしいなと思います。
実際どういう感じなのかイメージつかないよっていう方はですね、
感想のレポとかも結構いろんな方がしてくださっているものがあるので、
そちらをね、ぜひ見たり聞いたりしてもらえるとイメージがつきやすいかなっていうふうに思います。
あとは私、アメブロの方でもね、なんでシャベコンっていうサービスをしようと思ったのかとか、
どんなことをするのかとか、あとはそのレポでどういう風なご意見があったかっていうのをまとめている記事もあったりするので、
それもね、ちょっと概要欄に貼っておくので、そっちも見てほしいなと思います。
今このモニター価格、モニター特別価格は先着5名様ということで、今受付中です。
今ね、何か連絡いただいているので、ちょっとね、いつ埋まって終わりになるかはわからないんですけれども、
ちょっとでもね、気になるよっていう方は、全然ね、最終的にね、受けないっていうことにしても全然問題ないので、
まずはね、公式LINE登録して、どんな感じなのかなっていうことで、
申し込みのね、フォームのところにサービスの詳細とか金額とか書いているので、
それだけでもね、チェックしていただけるといいんじゃないかなっていうふうに思います。
今ね、同時でやってるシャベコンの伴奏サービス、1ヶ月、3ヶ月、6ヶ月っていうのも一応ありまして、
それをね、一応単発を受けた方で、さらに受けたいな、引き続き受けたいなっていう方向けのサービスになっているので、
今回はね、単発のサービスだけ募集しているっていう感じです。
これもね、ちょっと私が会社員をね、やりながらやる関係で、本当にね、申し込んでいただいたからといってすぐにね、
対応できるわけじゃないので、そこが申し訳ないんですけれども、
06:00
まずはね、会社員やりながらやれる範囲で、なるべく多くの方にね、シャベコンやっていければいいなというふうに思っています。
はい、どうする?これ、りょうちゃんにあげる?ちょっと、あげないの?もうダメか。
はい、ということでちょっと娘のね、おやつが尽きてしまいましたので、
今日は簡単に、はい、シャベコンはこんな感じだよっていうのをですね、お話ししてみました。
質問とか、こういうことも相談できますか?とか、こんな私でもいいですか?とか、何でもちょっとね不安なところがあったりとか、
疑問がありましたら、公式LINEじゃなくても、DMでも何でも連絡いただければお返事しますので、ぜひぜひお問い合わせください。
はい、ということでちょっと娘がね、おやつがなくなってこっちをめちゃくちゃ見ているので、この辺で終わりにしたいと思います。
じゃあまたねー。
06:56

コメント

スクロール