Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-578180.py
File
recipe-578180.py
recipes/Python/578180_Random_Sound_FX_Using_WAV_File/recipe-578180.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Random Sound FX Using WAV File
2
# http://en.wikipedia.org/wiki/Amplitude_modulation
3
# http://en.wikipedia.org/wiki/Frequency_modulation
4
# FB36 - 20120701
Callers
nothing calls this directly
Calls
7
range
Function · 0.85
sin
Method · 0.80
tostring
Method · 0.80
random
Method · 0.45
append
Method · 0.45
open
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected