Skip to content

Commit 9724cac

Browse files
committed
1
1 parent fbdb224 commit 9724cac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Tools/Audio_HZ_KBPS_Tools.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ def run():
2828
print(u"解压完成\n")
2929

3030

31+
print(u"MP3的采样频率分为48000 44100 32000 24000 22050 16000 12050 8000等等。\n码率有320kbps 256 224 192 128 112 96 80 64 56等等,都是2的n次方。\n")
32+
3133
print(u"输入音效文件地址:")
3234
tmpFilePath=str(raw_input())
3335
tmpFilePath=Helper.Remove_r_n(tmpFilePath)
3436

35-
print(u"输入Hz(默认44100):")
37+
print(u"输入采样(默认44100hz):")
3638
tmpHZ=str(raw_input())
3739
tmpHZ=Helper.Remove_r_n(tmpHZ)
3840
if tmpHZ=="":

Tools/Audio_HZ_KBPS_Tools.pyc

176 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)