ver 1.2:Custom mode
KeyBoard Sound Player鍵盤音效播放器 » Devlog
Ver 1.0:
- press ‘esc’ to stop
- please put mp3 into the sound folder
Ver 1.1:
- playsound module has bug:
- please enter the module file and edit
py command = ' '.join(command).encode('utf-16')
intopy command = ' '.join(command)
since python3 is encode with utf-8
- please enter the module file and edit
Ver 1.2:
- Add custom mode
- it will load
setting.txt
to the program.- the setting can be contain with key custom sound and mode setting
- setting mode with this format $\rightarrow$
mode=custom
ormode=random
- custom can be use for edit key and random is for random play sound in sound folder
- setting key with this format $\rightarrow$
key:sample.mp3
the key need to be lower case.- it will only play sound when you press the key in the setting in custom mode
- setting mode with this format $\rightarrow$
- the setting can be contain with key custom sound and mode setting
版本 1.0:
- 按 ‘esc’ 停止程式
- 請放 mp3 進入 sound 資料夾
版本 1.1:
- playsound 模塊有 bug:
- 請進入模塊腳本將此行
py command = ' '.join(command).encode('utf-16')
更改成py command = ' '.join(command)
因為 python3 使用 utf-8 編碼
- 請進入模塊腳本將此行
版本 1.2:
- 新增自定義模式
- 程式會讀取
setting.txt
- 設定目前可以更改模式和鍵盤按鍵的音效
- 設定模式需要用這個格式 $\rightarrow$
mode=custom
或mode=random
- custom 模式可以用來更改鍵位的音效,而 random 模式則是隨機撥放 sound 資料夾的音效
- 設定鍵盤按鍵的音效需要用這個格式 $\rightarrow$
key:sample.mp3
key 的位置要放英文的小寫- 只有有設定的按鍵在 custom 模式下,才能夠更改成按鍵的音效
- 設定模式需要用這個格式 $\rightarrow$
- 設定目前可以更改模式和鍵盤按鍵的音效
Files
keyboard_sound1.2.rar 6.3 MB
Dec 21, 2022
Get KeyBoard Sound Player鍵盤音效播放器
Download NowName your own price
KeyBoard Sound Player鍵盤音效播放器
A simple program that help you custom your keyboard typing sound
Status | Released |
Category | Tool |
Publisher | |
Author | JingShing |
Tags | Adult, Casual, Indie, keyboard |
Languages | English, Chinese, Chinese (Simplified), Chinese (Traditional) |
Accessibility | Color-blind friendly, Configurable controls, One button, Blind friendly, Textless |
Leave a comment
Log in with itch.io to leave a comment.