search for: alsa09

Displaying 12 results from an estimated 12 matches for "alsa09".

2002 Jul 27
0
libao patch
...dio_out.lo Only in libao-0.8.2-new/src: audio_out.o Only in libao-0.8.2-new/src: config.lo Only in libao-0.8.2-new/src: config.o Only in libao-0.8.2-new/src: libao.la Only in libao-0.8.2-new/src/plugins: Makefile Only in libao-0.8.2-new/src/plugins/alsa: Makefile Only in libao-0.8.2-new/src/plugins/alsa09: .libs Only in libao-0.8.2-new/src/plugins/alsa09: Makefile diff -ur libao-0.8.2/src/plugins/alsa09/ao_alsa09.c libao-0.8.2-new/src/plugins/alsa09/ao_alsa09.c --- libao-0.8.2/src/plugins/alsa09/ao_alsa09.c Tue Dec 18 17:39:24 2001 +++ libao-0.8.2-new/src/plugins/alsa09/ao_alsa09.c Sat Apr 20 21:41:...
2001 Dec 06
0
alsa09 driver updated
I updated the alsa09 driver. Specifically: - ripped out the ugly internal buffering. there's no need for this, and i'm pretty sure it was cut&pasted out of the alsa05 driver. - tweaked the default periodsize and number of periods. on my ibook, the values were too high. my card doesn't have tha...
2004 Oct 22
0
libao-0.8.5 patch
...which give a hint for the file extension where the device is realy a sound file. This function is missing. -An other: the alsa 0.5 and the alsa 0.9+ drivers short name. It will be better if the alsa 0.5's name will be alsa05 and the 0.9's name will be alsa (now the alsa is alsa 0.5 and the alsa09 is alsa 0.9+...) -It will be a good thing, if the file-drivers have a file option to determine the filename through this options :-) -If a plugin (or static driver) report: failed "set_option" the _open_device function should set the errno to EBADOPTION instead EOPENDEVICE, and in the d...
2008 Dec 08
0
sndio support for libao
...in @@ -415,4 +420,4 @@ dnl Plugins get special LDFLAGS AC_SUBST(PLUGIN_LDFLAGS) -AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ao/Makefile include/ao/os_types.h src/plugins/Makefile src/plugins/esd/Makefile src/plugins/oss/Makefile src/plugins/alsa/Makefile src/plugins/alsa09/Makefile src/plugins/sun/Makefile src/plugins/irix/Makefile src/plugins/arts/Makefile src/plugins/macosx/Makefile src/plugins/nas/Makefile src/plugins/pulse/Makefile ao.pc) +AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ao/Makefile include/ao/os_types.h src/plugins/Makefile...
2003 Mar 26
1
libao alsa output
...sent, i've found out that removing the call to *_set_periods and *_set_period_size is a better solution to the problem. It seems that the alsa defaults are better than what ever fine tuning the code is trying to do. patch: --- /var/tmp/portage/libao-0.8.3/work/libao-0.8.3/src/plugins/alsa09/ ao_alsa09.c 2001-12-19 07:39:24.000000000 +0900 +++ ao_alsa09.c 2003-03-23 17:30:40.000000000 +0900 @@ -192,18 +192,6 @@ if (err < 0) goto error; - cmd = "snd_pcm_hw_params_set_period_size"; - err = snd_pcm_hw_params_set_period_size(internal->pcm_handl...
2008 May 30
3
regarding vorbis tool
hi, i am trying to load vorbis tool on to my arm board EDB9302 , till now i have cross compiled libao, libogg, libvorbis, flac, speex and vorbis tool. when i run the command line arm-linux-ogg123 with some sample ogg format file on my arm board it gave *"Could not load default driver and no driver specified in config file : Exiting"* , please help me to over come this error.
2004 Aug 06
2
icecast2/ices2 , 7o minutes and crash
...(i think) when i had it set w/ 441oo/stereo input / downmix 22o50 reencode output . and the logs are untouched .. initialize just fine , but the server craps out before they can be updated w/ an error msg . i'm using ALSA 0.9 debian source-pkg, compiled by myself .. and libao was compiled w/ alsa09 and oss-broken-fix . (using 2.2 kernel ) . and my system load is below .1 ( VERY fast processor/ lots of memory , so this shouldn't be a problem ) _ and this is all local on my hub / no outside IP . any help would be appreciated .. i've been trying to get a live 2-stream /hi/lo feed for o...
2003 Oct 05
0
libao 0.8.4 released
...aRts are present. * NAS plugin from Antoine Mathys. * Portability fixes for various platforms (including dlopen() bugs) including HP-UX and *BSD. * Memory/resource leak fixes * Significant fixes to ALSA 0.9.x plugin by Kevin Cody, Jr. This should fix stuttering audio for mpg321 users. The --enable-alsa09-mmap option to ./configure turns on memory-mapped I/O. Note this is an experimental feature and causes some problems with some sound card drivers and also users of the dmix software mixer. --- Stan Seibert <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage...
2004 Aug 06
0
icecast2/ices2 , 7o minutes and crash
...instability of the kernel/X/hardware rather than ices/icecast. If by tty's you mean the console then they can switch even though processing has stopped as interrupt routines can get serviced. > i'm using ALSA 0.9 debian source-pkg, compiled by myself .. and libao was > compiled w/ alsa09 and oss-broken-fix . (using 2.2 kernel ) . and my > system load is below .1 ( VERY fast processor/ lots of memory , so this > shouldn't be a problem ) _ and this is all local on my hub / no outside IP > . > > any help would be appreciated .. i've been trying to get a live 2...
2001 Dec 12
1
Ogg Traffic for Wednesday, December 12, 2001
...ges to ogg123. The buffering and streaming code is quite reworked and everyone is encouraged to test this work (on the volsung_kc_20011011 branch of vorbis-tools). He hopes to merge soon so that this new code ships with the RC3 release. 2.3. Jack Moffitt Jack has been improving the alsa09 plugin for libao and preparing for an alpha release of Icecast 2. He has also been having fun playing Ogg CDs on his Dreamcast. 2.4. Michael Smith Michael is currently touring America, visiting (among other friends) some of the other developers at Xiph. 3. New Developments Lots o...
2001 Oct 23
4
Problems compiling under OS X
While trying to compile libao 0.8.0 under OS X 10.1, I got the following problems: > [localhost:ecc/Sources/libao-0.8.0] root# ./configure > creating cache ./config.cache > checking for a BSD compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... yes > checking for working aclocal... found >
2003 Nov 20
0
Ogg Traffic / Release Announcements
...bout libao below in the News section. 1.4 Manuel Lora Manuel made a few adjustments to the Positron documentation, and he helped out Ed with the Icecast documentation. 1.5 Warren Dukes Warren helped out Stan with libao by providing a number of corrections and improvements to the alsa09 plugin. 1.6 Chris Cheney Chris helped Stan with the libao 0.8.4 release, and he added some sanity to the ogg, vorbis, and vorbis-tools automake files. 1.7 Ed Zaleski Ed aka Oddsock committed icecast2 documentation and various icecast2 bugfixes in preparation for the Icecast 2 Be...