MCPcopy 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
56def what(filename):
57 """Guess the type of a sound file."""
58 res = whathdr(filename)
59 return res
60
61
62def whathdr(filename):

Callers 1

testallFunction · 0.70

Calls 1

whathdrFunction · 0.85

Tested by

no test coverage detected