#include
[Error: Irreparable invalid markup ('<sys/types.h>') in entry. Owner must fix manually. Raw contents below.]
Tried playing with <A HREF="http://audacity.sourceforge.net/">audacity</A> but there are weird things going on with my audio under linux. Compiling and running the test program
<PRE>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
int main (void) {
int fd = open("/dev/dsp", O_RDWR);
perror("error");
}
</PRE>
gives me <tt>error: No such device or address</tt>, even though xmms runs fine. I have no idea why.
<PRE>
Am Bdim7 E7 Am
Ĉiuj morgaŭoj venas iam
Bdim7 E7 Am A7
Tamen hodiaŭ estas ĉiam
Bdim7 E7 Am E7/G# Gm7 C7
Vin, hieraŭe, am-as mi
Fmaj7 E7 Am
Per tago- kanta rapsodi'
</PRE>
<PRE>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
int main (void) {
int fd = open("/dev/dsp", O_RDWR);
perror("error");
}
</PRE>
gives me <tt>error: No such device or address</tt>, even though xmms runs fine. I have no idea why.
<PRE>
Am Bdim7 E7 Am
Ĉiuj morgaŭoj venas iam
Bdim7 E7 Am A7
Tamen hodiaŭ estas ĉiam
Bdim7 E7 Am E7/G# Gm7 C7
Vin, hieraŭe, am-as mi
Fmaj7 E7 Am
Per tago- kanta rapsodi'
</PRE>