Skip to content

Commit 31253fc

Browse files
authored
Update README.md
1 parent ff6e0c3 commit 31253fc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@ Ver 1.0:
1515
Ver 1.1:
1616
* playsound module has bug:
1717
* 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

Comments
 (0)