![]() |
#21 | |
Count
![]() ![]() ![]() ![]() ![]() Join Date: Jan 2007
Location: Rosario
Posts: 1,440
![]() ![]() |
![]() Quote:
__________________
Usuario GNU/linux registrado Nº450915 "Sólo hay un problema con el sentido común: que no es demasiado común" -- Milt Bryce |
|
![]() |
![]() |
![]() |
#22 | |
Initiate
![]() ![]() Join Date: Sep 2007
Location: Save Pinos/Chile
Posts: 139
![]() |
![]() Quote:
__________________
Kittie (barba51) - Luchitox (barba50) - Luchex (caza50) - Luchifer (conju48)
Sombra Boreal de Geo Forjando nuevos guerreros helados para el imperio de Alsius |
|
![]() |
![]() |
![]() |
#23 |
Count
![]() ![]() ![]() ![]() ![]() Join Date: Aug 2007
Posts: 1,565
![]() |
![]()
Yo recomiendo sustituir esta linea:
Code:
(define devices '(native)) Code:
(define devices '(alsa)) |
![]() |
![]() |
![]() |
#24 |
Master
![]() ![]() ![]() Join Date: Jan 2007
Location: Expulsado x grosso Posts: 9,999
Posts: 370
![]() |
![]()
Disculpen, no tiendo nada.
Voy a tener que jugar para siempre sin sonido? ![]()
__________________
Punisher, brujo lvl 50, Crypton tirador lvl 56 No se emocionen, si me matan es por que tengo lag ![]() Guerreando desde 2006 |
![]() |
![]() |
![]() |
#25 | |
Duke
![]() ![]() Join Date: Jan 2007
Posts: 3,939
![]() ![]() ![]() |
![]() Quote:
Has probado ya lo que se dice que tienes que hacer?
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia "uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan |
|
![]() |
![]() |
![]() |
#26 |
Master
![]() ![]() ![]() Join Date: Jan 2007
Location: Expulsado x grosso Posts: 9,999
Posts: 370
![]() |
![]()
Si, pero no se como cabiar los comandos esos.(Al parecer no entiendo tu idioma [?])
Espero de a poco ir aprendiendo ![]() Voy a seguir intentando.
__________________
Punisher, brujo lvl 50, Crypton tirador lvl 56 No se emocionen, si me matan es por que tengo lag ![]() Guerreando desde 2006 |
![]() |
![]() |
![]() |
#27 |
Duke
![]() ![]() Join Date: May 2007
Location: Entornado.. Muy cerca
Posts: 3,353
![]() ![]() |
![]()
creo que libopenal0a ha sido sustituido por libopenal1
__________________
procrastinadores y perezosos del mundo , unios hoy!!..... no... mejor mañana
Desearia que el RO tuviera integracion con el FB para asi estar en el chat mientras juego..... ok no Habia dos EMOS bebiendo en un bar, y cuando inicio la hora feliz se levantaron y se fueron |
![]() |
![]() |
![]() |
#28 | |
Initiate
![]() ![]() Join Date: Aug 2008
Location: San Luis - Argentina
Posts: 213
![]() |
![]() Quote:
Hola a todos. Yo podía usar RO con audio pero cuando quería usar TS, éste último arrancaba sin sonido, o sea: de los dos programas, el que arrancaba primero era el que tenía sonido. No podía usar aoss con RO porque crasheaba antes de elegir personaje. Esta fue la solución al problema: Instalé una versión inestable de OpenAl (1.5.304) sobre la 0.0.8 que tenía antes. Esta versión requiere una configuración diferente a la que menciona Elendriel y otros. Les pego el contenido del archivo de configuración tal como me funcionó: este archivo ya no se llama .openalrc, en esta versión se llama: .alsoftrc Code:
# OpenAL config file. Options that are not under a block or are under the # [general] block are for general, non-backend-specific options. Blocks may # appear multiple times, and duplicated options will take the last value # specified. # The system-wide settings can be put in /etc/openal/alsoft.conf and user- # specific override settings in ~/.alsoftrc. # For Windows, these settings should go into %AppData%\alsoft.ini # The environment variable ALSOFT_CONF can be used to specify another config # override # Option and block names are case-insenstive. The supplied values are only # hints and may not be honored (though generally it'll try to get as close as # possible). These are the current available settings: format = AL_FORMAT_STEREO16 # Sets the output format. Can be one of: # AL_FORMAT_MONO8 (8-bit mono) # AL_FORMAT_STEREO8 (8-bit stereo) # AL_FORMAT_QUAD8 (8-bit 4-channel) # AL_FORMAT_51CHN8 (8-bit 5.1 output) # AL_FORMAT_61CHN8 (8-bit 6.1 output) # AL_FORMAT_71CHN8 (8-bit 7.1 output) # AL_FORMAT_MONO16 (16-bit mono) # AL_FORMAT_STEREO16 (16-bit stereo) # AL_FORMAT_QUAD16 (16-bit 4-channel) # AL_FORMAT_51CHN16 (16-bit 5.1 output) # AL_FORMAT_61CHN16 (16-bit 6.1 output) # AL_FORMAT_71CHN16 (16-bit 7.1 output) # Default is AL_FORMAT_STEREO16 cf_level = 0 # Sets the crossfeed level for stereo output. Valid values are: # 0 - No crossfeed # 1 - Low crossfeed # 2 - Middle crossfeed # 3 - High crossfeed (virtual speakers are closer to itself) # 4 - Low easy crossfeed # 5 - Middle easy crossfeed # 6 - High easy crossfeed # Default is 0. Users of headphones may want to try various # settings. Has no effect on non-stereo modes. frequency = 44100 # Sets the output frequency. Default is 44100 refresh = 4096 # Sets the buffer size, in frames. Default is 4096. Note that # the actual granularity may or may not be less than this. sources = 256 # Sets the maximum number of allocatable sources. Lower values # may help for systems with apps that try to play more sounds # than the CPU can handle. Default is 256 stereodup = # Sets whether to duplicate stereo sounds on the rear speakers for # 4+ channel output. This can make stereo sources substantially # louder than mono or even 4+ channel sources, but provides a # "fuller" playback quality. True, yes, on, and non-0 values will # duplicate stereo sources. 0 and anything else will cause stereo # sounds to only play out the front speakers. # Default is false drivers = # Sets the backend driver list order, comma-seperated. Unknown # backends and duplicated names are ignored, and unlisted backends # won't be considered for use. An empty list means the default. # Default is: # alsa,oss,solaris,dsound,winmm,sdl,wave excludefx = # Sets which effects to exclude, preventing apps from using them. # This can help for apps that try to use effects which are too CPU # intensive for the system to handle. Available effects are: # reverb # Default is empty (all available effects enabled) [alsa] # ALSA backend stuff device = default # Sets the device name for the default playback device. # Default is default periods = 0 # Sets the number of update buffers for playback. A value of 0 # means auto-select. Default is 0 capture = default # Sets the device name for the default capture device. # Default is default mmap = true # Sets whether to try using mmap mode (helps reduce latencies and # CPU consumption). If mmap isn't available, it will automatically # fall back to non-mmap mode. True, yes, on, and non-0 values will # attempt to use mmap. 0 and anything else will force mmap off. # Default is true. Luego puedo usar TeamSpeak con: aoss ./TeamSpeak.bin Al principio no podía lograr buena calidad de audio en TeamSpeak, pero jugando con los controles de alsamixer logré mejorar bastante (aún estoy probando esto). Los controles que tuve que tocar son los referidos a las columnas Capture. De esta manera pude tener RO y TeamSpeak, ambos con audio. Ojalá le sirva a alguien y si hay correcciones por hacer, o mejores configuraciones, serán bienvenidas. Es una pena que por no tener fácil el tema de la documentación tengamos que disfrutar cosas a medio configurar. Ahí se leen.
__________________
Inek Bárbaro en desarrollo. Sólo sangre azul. Sombras de Alsius (todavía me queda grande el cartelito) Hasta siempre Feo...G* |
|
![]() |
![]() |
![]() |
#29 |
Pledge
Join Date: Dec 2006
Location: Bogota
Posts: 24
![]() |
![]()
Huy, casi que no.. Tenia un problema bastante molesto, y esto fue desde que estoy usando Ubuntu 9.04 Jaunty Jackalop (actualice de 8.10) y al momento de jugar tengo abierta otra aplicación que utiliza PulseAudio (en este caso era Rhythmbox, aunque supongo que pude pasar con otros programas)
El sonido del video inicial (NGD), y la música de la pantalla de selección de personaje sonaban entrecortados. Revisando aquí y en otros foros, vi que la solución era modificar (o crear si era necesario) el archivo: ~/.openalrc agregándole esto: Code:
(define alsa-device "default") (define devices '(alsa native)) Code:
(define devices '(native)) Code:
Reading ~/.openalrc; this file is deprecated Please rename it to ~/.alsoftrc AL lib: alcConfig.c:146: config parse error: option without a value: "(define" Sin embargo el error: Code:
AL lib: alcConfig.c:146: config parse error: option without a value: "(define" Code:
device = default Code:
device = plughw:0,0 Probando por ultima vez, veo que solo es necesario crear el archivo ~/.alsoftrc y editarlo colocando solo esto: Code:
[alsa] device = plughw:0,0 |
![]() |
![]() |
![]() |
#30 | |
Pledge
Join Date: Jul 2008
Location: Paraná, Argentina
Posts: 10
![]() |
![]() Quote:
sudo apt-get install libopenal1 libopenal-dev
__________________
Hortensio --- Clan Huargos --- Alsius
Un conjurador en busca de sentido... |
|
![]() |
![]() |
![]() |
Tags |
linux howto, linux sonido |
|
|