ka*R*aokeStudio
kaʀaokeStudio
This is an entertainment for April Fool in 2020.
これは2020年のエイプリルフール企画です.
日本語解説は下の方を見てください.
https://console.cloud.google.com/
Then activate the following APIs
The client ID is formed like “XXXX.apps.gooleusercontent.com”
In detail:
https://cloud.google.com/storage/docs/authentication#generating-a-private-key
portaudio
, and pyaudio
Prinamly, install portaudio
sudo apt install portaudio19-dev
then install Python3.x (if not installed yet) and pyaudio
module
e.g.:
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8 python3-pip
pip3.8 install pyaudio
mecab
, mecab-ipadic-neologd
This page is also useful: https://rpubs.com/auroratsai/440717
Download source at https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE
Then, run the following
cd mecab-X.X
./configure
make
make check
su
make install
Next, install mecab-ipadic-neologd, the dictionary.
https://github.com/neologd/mecab-ipadic-neologd
https://console.cloud.google.com/
以下のAPIをアクティベートする
クライアントIDは “XXXX.apps.gooleusercontent.com” の形式で得られるものです.
詳細は以下を参照
https://cloud.google.com/storage/docs/authentication#generating-a-private-key
まずportaudio
ライブラリをインストールする.
sudo apt install portaudio19-dev
python3.x をインストールし, pyaudio
モジュールをインストールする
例えば,
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8 python3-pip
pip3.8 install pyaudio
python環境は色々あるので各自対応すること
meacab
と mecab-ipadic-neologd
をインストールするリンク先に日本語で書いてあるので解説省略.
https://taku910.github.io/mecab/
https://github.com/neologd/mecab-ipadic-neologd