| - -( dyne // software :: culture :: events :: planet :: discussion :: museum \\ freaknet )- - |
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <signal.h>
#include <assert.h>
#include <config.h>
#include <jutils.h>
#include <generic.h>
#include <jmixer.h>
#include <gui.h>
#include <out_lame.h>
#include <out_vorbis.h>
Go to the source code of this file.
Defines | |
| #define | MAX_CLI_CHARS 9182 |
Enumerations | |
| enum | interface { CLI, GTK1, GTK2, NCURSES, CARBON } |
Functions | |
| void | quitproc (int Sig) |
| void | fsigpipe (int Sig) |
| bool | take_args (int argc, char **argv) |
| bool | check_config () |
| void * | mainLoop (void *) |
| int | main (int argc, char **argv) |
Variables | |
| char * | version |
| char * | help |
| char * | short_options = "-hvD:ioCN:V:S:P:e:b:r:q:c:f:g:s:m:l:U:p:n:u:d:" |
| int | debug = 1 |
| bool | daemon_mode = false |
| char * | queue_file = NULL |
| int | lfreq = 0 |
| float | quality = 1.0f |
| int | channels = 1 |
| int | thegui = -1 |
| int | number = 0 |
| int | playmode = PLAYMODE_CONT |
| bool | has_playlist = false |
| bool | dspout = true |
| bool | micrec = false |
| int | micvol = 16 |
| bool | snddev = false |
| Stream_mixer * | mix = NULL |
| GUI * | gui = NULL |
| OutChannel * | outch = NULL |
| int | encid = 0 |
| Shouter * | ice = NULL |
| int | iceid = 0 |
| bool | got_sigpipe |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
"%s version %s http://muse.dyne.org"
|
|
|
|
|
| Copyleft 2000 - 2008 dyne.org foundation and respective authors. Verbatim copying and distribution is permitted in any medium, provided this notice is preserved. Send inquiries & questions to dyne.org's hackers. |
|