JDK-8232589 : Remove CoreAudio Utility Classes
  • Type: Bug
  • Component: javafx
  • Sub-Component: media
  • Affected Version: 8u251,openjfx11,openjfx14
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-10-17
  • Updated: 2021-08-26
  • Resolved: 2020-01-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u251Fixed openjfx11.0.7Fixed
Related Reports
Cloners :  
Relates :  
Relates :  
Relates :  
Description
Remove CoreAudio Utility Classes v 2.0

Comments
Changeset: c9519b6e Author: Alexander Matveev <almatvee@openjdk.org> Date: 2020-01-07 22:14:22 +0000 URL: https://git.openjdk.java.net/jfx/commit/c9519b6e
07-01-2020

https://github.com/openjdk/jfx/pull/69
18-12-2019

CoreAudio 3.0 does not seems like what we need. CoreAudio 2.0 which we have provides framework to write audio plug-in as well as example code which we use to calculate spectrum. CoreAudio 3.0 seems providing plug-in support, but completely different APIs, but it does not provide code for spectrum. Which means we cannot upgrade without loosing spectrum functionality.
26-11-2019