Displaying 3 results from an estimated 3 matches for "outdevices".
Did you mean:
netdevices
2001 Jan 02
0
ogg123: close_dsp_on_suspend and next_on_SIGUSR1 patches submission
...h> /* !!! */
#include <sys/types.h>
#include <unistd.h>
@@ -198,6 +199,57 @@
return -1;
}
+void
+open_devices(void)
+{
+ int bits, rate, channels;
+ devices *current;
+
+ /* Open all of the devices */
+ bits = 16;
+ rate = 44100;
+ channels = 2;
+ current = param.outdevices;
+
+ if (param.quiet < 1)
+ fprintf(stderr, "Opening devices...\n");
+
+ while (current != NULL) {
+ ao_info_t *info = ao_get_driver_info(current->driver_id);
+
+ if (param.quiet < 1) {
+ fprintf(stderr, "Device: %s\n", info->name);
+ fprintf(stde...
2001 Sep 12
6
Yet another backtrace
...endianp=0, word=2, sgned=1, bitstream=0xbfffe53c)
at vorbisfile.c:1486
#5 0x0804a0e1 in play_file (opt=
{read_file = 0xbffffa6d "http://www.djlithium.com:8064/djlithium.ogg",
shuffle = 0 '\000', verbose = 1, quiet = 0, seekpos = 19.24444580078125,
instream = 0x40333e94, outdevices = 0x4024cfec, buffer_size = 0, rate =
-1073743656, channels = 1073797552, delay = 1}) at ogg123.c:477
#6 0x0804994b in main (argc=3, argv=0xbffff560) at ogg123.c:250
#7 0x400bb177 in __libc_start_main (main=0x8049570 <main>, argc=3,
ubp_av=0xbffff934, init=0x8048f9c <_init>, fini=0x80...
2001 Sep 11
2
Another backtrace
I got this one this morning, but didn't notice it til now:
---
(gdb) bt
#0 0x4003be91 in vorbis_block_clear (vb=0xbffff71c) at block.c:156
#1 0x4003ce36 in vorbis_analysis_blockout (v=0xbffff71c, vb=0x8050b80)
at block.c:591
#2 0x4002ff23 in _prefetch_all_headers (vf=0xbffff540,
dataoffset=-1073749296)
at vorbisfile.c:324
#3 0x4003039c in _process_packet (vf=0xbffff540, readp=1)