14
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

WAVをAsterisk用のGSMへ変換する

Last updated at Posted at 2014-07-09

メモ

WAV to GSM

# 準備
brew install sox

# 再生確認
afplay in.wav

# 変換
sox in.wav -r 8000 -c 1 out.gsm

GSM to WAV

# 準備
brew install ffmpeg

# 変換
ffmpeg -i in.gsm out.wav

# 再生確認
afplau out.wav

Asteriskの音声ファイル置き場

/var/lib/asterisk/sounds/ja/

14
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?