python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Save beep sound in a .wav file
I generaed a beep sound in Python, that exists for 5ms, and repeats after every 1s, for next 10s.
The codes are as such:
## Import modules
import time
import sys
import winsound
import soundfile as sf...
LearnerABC
Votes: 0
Answers: 1
Need help exporting game that plays sound file
I was making a Tetris-like game, and I would like my friends to try it so I'm going to export it as an .exe file, but I'm playing the track in the background this way:
winsound.PlaySound('C:/Users/Use...
Mr. Goose
Votes: 0
Answers: 1