Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8149649

Support of AIFF format should be improved

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8, 9
    • client-libs
    • None

      The current reader/writer of the AIFF format does not take into account that:
       - The size of all chunks should be even(padded by 0 at the end)
       - The actual data in the SSND chunk can be stored using dataOffset
       - The SSND chunk can be skipped if the number of frame in the COMM chunk is zero.
       - The data validation should be improved also:
         a) the length of the file should be bigger than the datasize,
         b) the number of sample frames should be the same to datasize(converted to frames)

            Unassigned Unassigned
            serb Sergey Bylokhov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: