主に大規模な遠隔会議とか中継用途で使っているのはコレなんですが、あきらかにプロシューマですね
http://www.sony.jp/pro-audio/products/UWP-D11/index.html
民生機だとコレもソコソコ良かったです
http://www.sony.jp/handycam/products/ECM-AW4/
上記の違いは安定性と信頼性ですね。どちらも音質的には実用十分の性能もってます。
| $ sudo brew update | |
| $ sudo brew upgrade ruby-build | |
| $ rbenv install 2.1.2 | |
| $ rbenv global 2.1.2 | |
| $ rbenv rehash | |
| $ ruby --version |
| # Description: | |
| # Joke commands. | |
| # | |
| # Commands: | |
| # ぬるぽ - You reply with, "ガッ" When you post a "ぬるぽ" word. | |
| # | |
| # Notes: | |
| # ネタ/ジョーク系のbot全般 | |
| module.exports = (robot) -> |
| <?xml version="1.0"?> | |
| <root> | |
| <appdef> | |
| <appname>SLACK</appname> | |
| <equal>com.tinyspeck.slackmacgap</equal> | |
| </appdef> | |
| <item> | |
| <name>For Slack CTRL+N=move previous unread hannel, CTRL+P=move unread next channel</name> | |
| <identifier>private.app_slack_move_channel_with_altn_altp</identifier> | |
| <only>SLACK</only> |
主に大規模な遠隔会議とか中継用途で使っているのはコレなんですが、あきらかにプロシューマですね
http://www.sony.jp/pro-audio/products/UWP-D11/index.html
民生機だとコレもソコソコ良かったです
http://www.sony.jp/handycam/products/ECM-AW4/
上記の違いは安定性と信頼性ですね。どちらも音質的には実用十分の性能もってます。
| # Description: | |
| # 外部Bot/API経由の特定の発言を受け取って別のアクションを実行する | |
| # | |
| # Dependencies: | |
| # None | |
| # | |
| # Configuration: | |
| # None | |
| # | |
| # Commands: |
| $ firebase auth:export firebase-auth-users.json --format json --project 旧Firebaseプロジェクト | |
| $ firebase auth:import firebase-auth-users.json --project 新Firebaseプロジェクト |
| chrome.action.onClicked.addListener((tab) => { | |
| chrome.tabs.sendMessage(tab.id, { action: "summarizeAndShowModal" }, (response) => { | |
| if (chrome.runtime.lastError) { | |
| console.error("Error sending message:", chrome.runtime.lastError); | |
| } else if (response && response.status === "received") { | |
| console.log("Message received by content script"); | |
| } | |
| }); | |
| }); |