f | |
| :mod:`sndhdr` --- Determine type of sound file |
| ============================================== |
| |
| .. module:: sndhdr |
| :synopsis: Determine type of a sound file. |
| .. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org> |
t | |
| |
| .. % Based on comments in the module source file. |
| .. Based on comments in the module source file. |
| |
| .. index:: |
| single: A-LAW |
| single: u-LAW |
| |
| The :mod:`sndhdr` provides utility functions which attempt to determine the type |
| of sound data which is in a file. When these functions are able to determine |
| what type of sound data is stored in a file, they return a tuple ``(type, |