-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 12, 13
-
b25
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226112 | 14 | Sergey Bylokhov | P4 | Resolved | Fixed | team |
AU file format can contains the data in the float encoding. When support of AU was added to the jdk the float format was not supported. But in jdk 7 PCM_FLOAT was added(for WAV) and it can be reused for AU as well.
In jdk9(JDK-8146239) support of "PCM_FLOAT and 32 sampleSizeInBits" was added. But AU format supports 64-bit as well:
https://en.wikipedia.org/wiki/Au_file_format
encoding 7 = 64-bit IEEE floating point
In jdk9(
https://en.wikipedia.org/wiki/Au_file_format
encoding 7 = 64-bit IEEE floating point
- backported by
-
JDK-8226112 Support of "64-bit IEEE floating point" encoding for the AU file format
-
- Resolved
-
- csr for
-
JDK-8222564 Support of "64-bit IEEE floating point" encoding for the AU file format
-
- Closed
-
- relates to
-
JDK-8146239 Support of PCM_FLOAT for the AU file format
-
- Resolved
-
- links to