Displaying 4 results from an estimated 4 matches for "odelay".
Did you mean:
delay
2001 Mar 16
3
Patches for NetBSD
...>dev = strdup("/dev/sound/dsp");
+ state->dev = strdup("/dev/audio");
state->fd=open(state->dev,O_WRONLY);
if(state->fd < 0)
{
@@ -198,7 +198,7 @@
int plugin_get_latency(ao_internal_t *state)
{
int odelay = 0;
- ioctl(((ao_oss_internal_t *)state)->fd, SNDCTL_DSP_GETODELAY, &odelay);
+/* ioctl(((ao_oss_internal_t *)state)->fd, SNDCTL_DSP_GETODELAY, &odelay); */
return odelay;
}
$NetBSD: patch-ac,v 1.1.1.1 2001/03/15 20:35:58 wiz Exp $
--- ../libao-0.6.0.orig/src/audio_out.c...
1998 Nov 12
0
Samba lock up under Solaris 2.5.1
...downs with load average rocketing to 100+.
The evidence indicates lots of smbd processes running. Syslogs indicate lots
of:
Nov 12 12:48:35 zeus.brunel.ac.uk smbd[21572]: Failed to set socket option
SO_KE
EPALIVE
Nov 12 12:48:35 zeus.brunel.ac.uk smbd[21572]: Failed to set socket option
TCP_N
ODELAY
Nov 12 12:48:41 zeus.brunel.ac.uk smbd[21573]: Failed to set socket option
SO_KE
EPALIVE
Nov 12 12:48:41 zeus.brunel.ac.uk smbd[21573]: Failed to set socket option
TCP_N
ODELAY
Also on the most recent incidence (happening once or twice a week), it was
reportedhed that there were a lot of smbd c...
2004 Aug 06
2
bitstream problem: resyncing...
...ices Dumpfile: (null)
Logfile opened
DEBUG: Initializing playlist handler...
DEBUG: Initializing builting playlist handler...
DEBUG: Randomizing playlist...
DEBUG: Using LAME version 3.91
Mounted on http://127.0.0.1:8000/ices
DEBUG: Builtin playlist handler serving:
/home/audiotron/music/Beck/Odelay/09-Minus.mp3
DEBUG: ID3v2 tag size is 541 bytes
DEBUG: Skipping to MP3 data
DEBUG: Layer: III Version: MPEG-1 Frequency: 44100
DEBUG: Bitrate: 128 kbit/s Padding: 0 Mode: j-stereo
DEBUG: Ext: 0 Mode_Ext: 2 Copyright: 0 Original: 1
DEBUG: Error Protection: 0 Emp...
2001 Feb 27
2
building under NetBSD and using /dev/audio
I am using NetBSD 1.5.1_ALPHA (i386). I have libao-0.6.0,
libvorbis-1.0beta4, libogg-1.0beta4 and vorbis-tools-1.0beta4.
My sound works. I am able to use a .ogg file by using ogg123 to create a
.wav file and playing it with splay. (splay uses /dev/audio.)
How can I modify ogg123 (or liba0) so I can use /dev/audio as the default
sound device?
Or maybe it would be better to add a new device (for