ボカロとマイクラが好きな、聴くブログ

ボカロとマイクラが好きな雑記ブログ

follow us in feedly

2017-04-19から1日間の記事一覧

パソコンの耐熱性に難が

今日のボカロ一曲。 Minecraftをやるとパソコンが落ちる。 熱で落ちる。 どんだげ脆弱やねん、と思いつつ。いろいろと工夫する。 パソコンが落ちると、電源オプションが高パフォーマンスに変わるので、省エネにして。 クロックも落として。 録画は最小限にし…

follow us in feedly ** 注意 - Web Speech API非対応のブラウザでは音読できません */ (function () { if (!window.speechSynthesis) return; document.querySelectorAll('article').forEach(function (article) { var button = document.createElement('button'); button.type = 'button'; button.className = 'btn'; button.textContent = '音読する'; button.style = 'float: right'; article.querySelector('header').appendChild(button); button.addEventListener('click', function () { var synth = window.speechSynthesis; var body = article.querySelector('.entry-content').textContent; var utter = new SpeechSynthesisUtterance(body); synth.speak(utter); }); }); })();