Hello Alister Roberts,
Thanks for the response.
Our requirement is to development a Java app on Linux. We have tried
test cases and ended up with no luck.
Objective of this application is to sound a long/short beeps on conditionally.
1. the beep sound using a Toolkit beep(), as given below.
Toolkit.getDefaultToolkit().beep();
2. tried code as mentioned in below link.
http://www.rgagnon.com/javadetails/java-0001.html
3. Simple C application with printf's as,
printf("\a"); and printf("\7");
In all the three cases we failed to get beep sound when we run in the target.
But on host PC, the beep sound is coming when we run these templates,
as the host PC is having a buzzer support.
Can you tell us, whether tablet supports buzzer kind of feature (as
when PC gives beep sounds on booting) ?
We are able to play *.wav with aplay tool as, "aplay -D hw:0,0 bird.wav" from command shell.
thanks & regards,
-Nagesh A