Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2015104176
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박진형
2020-11-29 19:02:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0c76a3f206198edbf5d21e5448564c22a74343c6
0c76a3f2
1 parent
593342de
wav files
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
playwave.py
playwave.py
0 → 100644
View file @
0c76a3f
import
pygame
import
time
pygame
.
mixer
.
init
()
test
=
pygame
.
mixer
.
Sound
(
"test1.wav"
)
while
True
:
bang
.
play
()
time
.
sleep
(
2.0
)
Please
register
or
login
to post a comment