SyntaxFix
Write A Post
Hire A Developer
Questions
The snippet here works fine, tested with windows sound:
public static void main(String[] args) { AePlayWave aw = new AePlayWave( "C:\\WINDOWS\\Media\\tada.wav" ); aw.start(); }