You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,12 @@ Ver 1.0:
15
15
Ver 1.1:
16
16
* playsound module has bug:
17
17
* 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
18
+
19
+
Ver 1.2:
20
+
* Add custom mode
21
+
* it will load ```setting.txt``` to the program.
22
+
* the setting can be contain with key custom sound and mode setting
23
+
* setting mode with this format $\rightarrow$ ```mode=custom``` or ```mode=random```
24
+
* custom can be use for edit key and random is for random play sound in sound folder
25
+
* setting key with this format $\rightarrow$ ```key:sample.mp3``` the key need to be lower case.
26
+
* it will only play sound when you press the key in the setting in custom mode
0 commit comments