Ticket #996 (new defect)
Crash when opening a hifi wav
| Reported by: | Zababa | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Audio | Version: | 2.1.7 |
| Severity: | crash | Keywords: | crash, open, wav, high quality |
| Cc: | Platform: | All | |
| Sub Component: |
Description
Aegisub 2.1.7 (built from SVN revision 3131) crashes on Windows XP SP3 when trying to open a 96 kHz, 32 bit (mono) PCM WAV. After I downsampled the wave to 44.1 kHz, 8 bit (mono) it opened allright.
Change History
Note: See
TracTickets for help on using
tickets.

We don't handle any of the different kinds of sample depths above 16 bit.
One reason that we don't is that eg. 24 bit sample depth can mean at least four different things:
You can probably think of more different formats. We don't have the infrastructure to handle those different formats.
However I thought we handled it at least slightly gracefully, not crashing but just giving off an error.