ComparisonΒΆ
The following table shows a comparison of supported functionality:
| Functionality | builtin.wave | scipy.wave | wavy |
|---|---|---|---|
| RIFF Format Support | |||
| RIFX Format Support | |||
| Read Audio Information | |||
| Read Data As Array | |||
| Read Tag Information |
The following table shows a comparison of supported formats for uncompressed WAVE files:
| Sample Width | Format Tag | builtin.wave | scipy.wave | wavy |
|---|---|---|---|---|
| 8 bit | PCM | |||
| EXTENSIBLE | ||||
| 16 bit | PCM | |||
| EXTENSIBLE | ||||
| 24 bit | PCM | |||
| EXTENSIBLE | ||||
| 32 bit | PCM | |||
| EXTENSIBLE | ||||
| FLOAT | ||||
| 64 bit | FLOAT |