Scilab 5.5.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
savewave
データをサウンドwavファイルに保存.
呼び出し手順
savewave(filename,x [, rate , nbits]);
引数
- filename
- 文字列. 出力wavファイルのパス 
- x
- mxn 行列, ただし, m はチャンネル数, n は各チャネルの サンプル数 
- rate
- サンプリング・レート(サンプル数/秒)を指定するスカラー. 22050 がデフォルト値です. 
説明
x をwavサウンドファイルに保存します.
            他のサウンドファイルをsoxプログラムにより
            wavファイルに変換できます.
例
| Report an issue | ||
| << playsnd | Sound file handling | sound >> |