ver 1.2:Custom mode


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') into py command = ' '.join(command) since python3 is encode with utf-8

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 or mode=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

版本 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=custommode=random
        • custom 模式可以用來更改鍵位的音效,而 random 模式則是隨機撥放 sound 資料夾的音效
      • 設定鍵盤按鍵的音效需要用這個格式 $\rightarrow$ key:sample.mp3 key 的位置要放英文的小寫
        • 只有有設定的按鍵在 custom 模式下,才能夠更改成按鍵的音效

Files

keyboard_sound1.2.rar 6 MB
Dec 21, 2022

Get KeyBoard Sound Player鍵盤音效播放器

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.