Possible duplicate:
Beep on Linux in C
I was looking for a way to play a simple beep in Linux, but everything I found does not work.
I tried \ a, \ b \ 7, but someone was playing a beep.
I would like to play it without using sound libraries, later I will change the sound signal for real sound using any library, but now I'm only interested in the sound signal for testing
As I said, I use Linux (exactly LMDE), so the easiest way for Windows (including windows.h and beep ()) cannot be used.
So how could I implement this? A system call or something like that.
EDIT: I ended up doing this in Java, and I already have a job.
user1351781
source share