RFR: 8356049: Need a simple way to play back a sound clip

Hendrik Schick duke at openjdk.org
Fri May 2 17:29:49 UTC 2025


On Thu, 1 May 2025 22:31:32 GMT, Phil Race <prr at openjdk.org> wrote:

> A simple API to replace java.applet.AudioClip

test/jdk/javax/sound/SoundClip/SoundClipTest.java line 100:

> 98:             }
> 99:         } catch (Exception e) {
> 100:             System.err.println("Exception occured: "+e);

Suggestion:

            System.err.println("Exception occurred: " + e);

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24991#discussion_r2071926408


More information about the client-libs-dev mailing list