starting own audio library

This commit is contained in:
talksik
2023-04-27 13:01:07 -07:00
parent d06e32751d
commit f71dc0edfb
3 changed files with 80 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import audio
audioInstance = audio.Audio()
audioInstance.startRecord()
audioInstance.stopRecord()