- 积分
- 3516
- 在线时间
- 14878 小时
- 最后登录
- 2025-4-17
- 阅读权限
- 100
- 精华
- 0
罗宾汉
当前离线
Silenton Shutupov Speechlesski
  
- UID
- 238600
- 帖子
- 3631
- 精华
- 0
- 经验
- 3516 点
- 金钱
- 3434 ¥
- 注册时间
- 2010-9-9
|
给两个实例:- $ sox -V 2L50SACD_tr1_DXD_stereo.wav -n
- sox: SoX v14.4.1
- sox INFO formats: detected file format type `wav'
- Input File : '2L50SACD_tr1_DXD_stereo.wav'
- Channels : 2
- Sample Rate : 352800
- Precision : 24-bit
- Duration : 00:03:03.01 = 64566547 samples ~ 13725.9 CDDA sectors
- File Size : 387M
- Bit Rate : 16.9M
- Sample Encoding: 24-bit Signed Integer PCM
- Endian Type : little
- Reverse Nibbles: no
- Reverse Bits : no
- Output File : '' (null)
- Channels : 2
- Sample Rate : 352800
- Precision : 24-bit
- Duration : 00:03:03.01 = 64566547 samples ~ 13725.9 CDDA sectors
- sox INFO sox: effects chain: input 352800Hz 2 channels
- sox INFO sox: effects chain: output 352800Hz 2 channels
复制代码- $ sox -V Es\ Ist\ Ein\ Schnee\ Gefallen.mp3 -n
- sox: SoX v14.4.1
- Input File : 'Es Ist Ein Schnee Gefallen.mp3'
- Channels : 2
- Sample Rate : 44100
- Precision : 16-bit
- Duration : 00:03:58.79 = 10530815 samples = 17909.5 CDDA sectors
- File Size : 2.87M
- Bit Rate : 96.1k
- Sample Encoding: MPEG audio (layer I, II or III)
- Output File : '' (null)
- Channels : 2
- Sample Rate : 44100
- Precision : 16-bit
- Duration : 00:03:58.79 = 10530815 samples = 17909.5 CDDA sectors
- sox INFO sox: effects chain: input 44100Hz 2 channels
- sox INFO sox: effects chain: output 44100Hz 2 channels
复制代码 |
|