RFR: 8356049: Need a simple way to play back a sound clip [v6]
Phil Race
prr at openjdk.org
Thu May 22 22:33:54 UTC 2025
On Tue, 13 May 2025 21:28:24 GMT, Phil Race <prr at openjdk.org> wrote:
>> A simple API to replace java.applet.AudioClip
>>
>> CSR is now created : https://bugs.openjdk.org/browse/JDK-8356200
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>
> 8356049
This API is not so different than the Applet AudioClip because it is a simple replacement for that which is intended to be used by desktop apps - not browsers any more.
In that sense the preview of it has been there since 1995 so I think we are good.
In the future, like any class, new methods can be added but the ones it has now are the ones that it needs to start with.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24991#issuecomment-2902750767
More information about the client-libs-dev
mailing list