Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ what
Function
what
tools/python-3.11.9-amd64/Lib/sndhdr.py:56–59 ·
view source on GitHub ↗
Guess the type of a sound file.
(filename)
Source
from the content-addressed store, hash-verified
54
'A'
for
A-LAW or
'U'
for
u-LAW.
""
")
55
56
def
what(filename):
57
""
"Guess the type of a sound file."
""
58
res = whathdr(filename)
59
return
res
60
61
62
def
whathdr(filename):
Callers
1
testall
Function · 0.70
Calls
1
whathdr
Function · 0.85
Tested by
no test coverage detected