java - Play audio from the commandline through javafx -


i running javafx 8 raspberry pi , since media library not supported on platform, there way can play audio executing aplay commandline below. code below not working.

p = new processbuilder( "aplay", "police_s.wav").start(); 


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -