Search found 20 matches
- Thu Feb 28, 2008 11:44 pm
- Forum: Bug Reports/Feature Requests
- Topic: Linux sound problems fixed!
- Replies: 21
- Views: 12448
An emulator has a lot of demands that most applications do not. wine is facing similar problems like zsnes when translating dsound to alsa. You pretty much have to support the former -- but the latter, not so much. ALSA goes against the spirit of Unix and interoperability, whereas OSS does not. Mic...
- Thu Feb 28, 2008 11:12 pm
- Forum: Bug Reports/Feature Requests
- Topic: Linux sound problems fixed!
- Replies: 21
- Views: 12448
- Thu Feb 21, 2008 6:31 pm
- Forum: Bug Reports/Feature Requests
- Topic: Linux sound problems fixed!
- Replies: 21
- Views: 12448
The ALSA sound driver implementation of wine is quite young compared to the age of the whole project byuu. If ALSA sucks really so hard how everyone claims here wine should have an insane amount of problems with the audio. But it hasn't, not on my desktop system with a dedicated soundcard, nor on my...
- Thu Feb 21, 2008 5:40 pm
- Forum: Bug Reports/Feature Requests
- Topic: Linux sound problems fixed!
- Replies: 21
- Views: 12448
- Sun Feb 17, 2008 10:10 pm
- Forum: Bug Reports/Feature Requests
- Topic: Linux sound problems fixed!
- Replies: 21
- Views: 12448
- Thu Jan 03, 2008 1:03 pm
- Forum: Bug Reports/Feature Requests
- Topic: Linux/FreeBSD/Mac OS X etc sound
- Replies: 135
- Views: 266512
Oh, good lord ... there's another one? Does it ever end?? My apologies, then. Yes, I was referring to pulseaudio. I'd like to hear what you think about the portaudio API. Especially since it's not a soundserver implementation. On the contrary, I think they're all equally awful. My ideal API would b...
- Thu Jan 03, 2008 12:28 pm
- Forum: Bug Reports/Feature Requests
- Topic: Linux/FreeBSD/Mac OS X etc sound
- Replies: 135
- Views: 266512
It's not exactly accurate, since PulseAudio doesn't use ESD, it is (or rather implements the interface of) ESD. Yep, that's what byuu already mentioned. And I must say that I'm quite happy with pulseaudio, something I way never when using ESD. It also has some kind of network transparency, and I do...
- Thu Jan 03, 2008 12:18 pm
- Forum: Development
- Topic: No Sound with 1.52 (10.11.07)
- Replies: 13
- Views: 12275
And no , stuff in SVN is not supported . Then what happens when I checkout version 1.51 from SVN? It's not like I get different files than when downloading the already packaged release on the download page. Will my bug reports ignored if I do so? Then I also don't understand why you're telling the ...
- Wed Jan 02, 2008 1:07 pm
- Forum: Development
- Topic: No Sound with 1.52 (10.11.07)
- Replies: 13
- Views: 12275
- Wed Jan 02, 2008 1:04 pm
- Forum: Bug Reports/Feature Requests
- Topic: Linux/FreeBSD/Mac OS X etc sound
- Replies: 135
- Views: 266512
Everywhere Linux I go is talking about PortAudio these days ... despite the fact that it won't actually fix anything, it'll just add yet another API to the growing list. I'm frequently reading in the gentoo forums but I didn't encounter a massive wave of portaudio discussion. It is considered a dro...
- Mon Dec 31, 2007 1:47 pm
- Forum: Bug Reports/Feature Requests
- Topic: Linux/FreeBSD/Mac OS X etc sound
- Replies: 135
- Views: 266512
Good lord, I need to hire PortAudio's marketing department. Seriously. Or better yet, 4Front needs to. ??? Trust me, you do not want to use a sound server to play streaming game audio. OK, I didn't know portaudio did implement a full sound server. I had the impression it was more like libao. I'm al...
- Mon Dec 31, 2007 1:32 pm
- Forum: Bug Reports/Feature Requests
- Topic: SVN Sound Core Replacement
- Replies: 91
- Views: 234727
- Mon Dec 31, 2007 12:52 am
- Forum: Bug Reports/Feature Requests
- Topic: SVN Sound Core Replacement
- Replies: 91
- Views: 234727
- Mon Dec 31, 2007 12:44 am
- Forum: Bug Reports/Feature Requests
- Topic: Linux/FreeBSD/Mac OS X etc sound
- Replies: 135
- Views: 266512
- Wed Sep 05, 2007 10:04 am
- Forum: Development
- Topic: Current Status FAQ
- Replies: 119
- Views: 290447
Audiere? Is this actually still maintained? I see some activity in the SVN but the last release is from february 2006. Seems a bit old to me. Also Audiere features a full music playback engine. I don't think you're going to use that apart from the basic audio I/O functionality. Why don't you conside...
- Mon Mar 19, 2007 3:41 pm
- Forum: Bug Reports/Feature Requests
- Topic: libao driver configuration
- Replies: 7
- Views: 4682
- Sat Mar 03, 2007 2:02 pm
- Forum: Bug Reports/Feature Requests
- Topic: libao driver configuration
- Replies: 7
- Views: 4682
- Sat Mar 03, 2007 12:29 am
- Forum: Bug Reports/Feature Requests
- Topic: libao driver configuration
- Replies: 7
- Views: 4682
I check commandline again (using ZSNES 1.51 with libao support compiled) and there is no way to specifiy options for ao. In case it is not clear what options are: http://xiph.org/ao/doc/ao_option.html And I somehow managed to weaken the sound problem, by setting ZSNES audio driver to SDL with 48kHz,...
- Fri Mar 02, 2007 12:55 am
- Forum: Bug Reports/Feature Requests
- Topic: libao driver configuration
- Replies: 7
- Views: 4682
zsnes is compiled with libao support. The only thing I can select is the audio driver , not the options for that particular driver - and libao doesn't have any configfile to supply default options for a driver. It's the app that has to do this. Using ogg123 with libao I can use the 'default' ALSA de...
- Thu Mar 01, 2007 7:53 pm
- Forum: Bug Reports/Feature Requests
- Topic: libao driver configuration
- Replies: 7
- Views: 4682
libao driver configuration
Hi there, currently it seems to me that's impossible to specify any options for the sound drivers when using the new libao method. I was trying to fix the 'ALSA underrun' error avoiding the ALSA dmixer and directly accessing the hardware device (plughw and hw). Now that didn't work out but I request...