I am not really waiting because I don't actually need Audacity to record. And everything else works just fine. Maybe I'm a bit uncomfortable about being stuck with Skype 2.0 OSS static but that's not related to distro.
PS If you seriously want to know ASP release schedule please ask ASP about that.
Search found 11 matches
- Tue Apr 20, 2010 2:24 pm
- Forum: Linux
- Topic: How to setup multiple sound card I/O for ALSA apps?
- Replies: 9
- Views: 20121
- Tue Apr 20, 2010 1:12 pm
- Forum: Linux
- Topic: How to setup multiple sound card I/O for ALSA apps?
- Replies: 9
- Views: 20121
Re: How to setup multiple sound card I/O for ALSA apps?
ASP Linux 14 (FC9-based), OSS 4. I use bash scripts based on ossrecord. mencoder also does the job perfectly. But recording via Audacity would be handy, occasionally. If you say it was fixed recently in Ubuntu, probably the next ASP will also have it - let's see. P.S. OSS 4.2 (b 2002/200911060811) (...
- Mon Apr 19, 2010 3:25 pm
- Forum: Linux
- Topic: HOWTO: Skype with OSS4 on Ubuntu 9.10 Beta
- Replies: 19
- Views: 60296
Re: HOWTO: Skype with OSS4 on Ubuntu 9.10 Beta
Thanks, I'll keep it in mind, but for now I'll just stick with old "Skype OSS static" because I don't want to modify all my recording scripts. I hope apps like Amarok, mplayer, Audacity, Flash, Wine will never drop support for OSS and ALSA in favour of something as stupid as PA.
- Mon Apr 19, 2010 3:16 pm
- Forum: Linux
- Topic: How to setup multiple sound card I/O for ALSA apps?
- Replies: 9
- Views: 20121
Re: How to setup multiple sound card I/O for ALSA apps?
This also does NOT work:
Like Audacity, it "starts" recording but does not receive any sound data.
Any ideas, how to record sound from ALSA app?
Code: Select all
arecord -r 48000 -c 2 -f S16_LE --device=pcm.HD_Rec1Src test.wavLike Audacity, it "starts" recording but does not receive any sound data.
Any ideas, how to record sound from ALSA app?
- Mon Apr 19, 2010 2:56 pm
- Forum: Linux
- Topic: How to setup multiple sound card I/O for ALSA apps?
- Replies: 9
- Views: 20121
Re: How to setup multiple sound card I/O for ALSA apps?
Yes it works (mostly)! BTW, here's a page about the file on ALSA Wiki, it doesn't mention OSS output but there's another useful info, like creating multi channel devices and etc.: http://alsa.opensrc.org/index.php/.asoundrc Here's what I have now: pcm.!default { type oss device /dev/dsp4 } pcm.HD_Fr...
- Mon Apr 19, 2010 10:51 am
- Forum: Linux
- Topic: HOWTO: Skype with OSS4 on Ubuntu 9.10 Beta
- Replies: 19
- Views: 60296
Re: HOWTO: Skype with OSS4 on Ubuntu 9.10 Beta
I don't need to configure PulseAudio's defaults, I need to configure audio I/O per application, which is not possible. I have 2 sound cards, first one's input is connected to a mixing console out and is used for audio measurement and sound digitizing and the second one is used for Skype. I cannot sw...
- Sat Apr 17, 2010 9:00 am
- Forum: Linux
- Topic: HOWTO: Skype with OSS4 on Ubuntu 9.10 Beta
- Replies: 19
- Views: 60296
Re: HOWTO: Skype with OSS4 on Ubuntu 9.10 Beta
I just tried latest static Skype in ASP Linux 14 (FC9-based) and it shows only PulseAudio. It s*cks because PulseAuido is an unconfigurable crap and there is no way to select certain dsp# on certain card. Is there any way to force Skype to use ALSA (if not OSS)?
- Sat Apr 17, 2010 8:56 am
- Forum: Linux
- Topic: How to setup multiple sound card I/O for ALSA apps?
- Replies: 9
- Views: 20121
How to setup multiple sound card I/O for ALSA apps?
I use the following /etc/asound.conf to have ALSA apps output sound to my second sound card: pcm.!default { type oss device /dev/dsp6 } ctl.!default { type oss device /dev/mixer2 } But, is it possible to add one more sound output and 2 sound inputs? Quick googling somehow didn't help.
- Sat Apr 17, 2010 6:47 am
- Forum: Linux
- Topic: HOWTO: Skype with OSS4 on Ubuntu 9.10 Beta
- Replies: 19
- Views: 60296
Re: HOWTO: Skype with OSS4 on Ubuntu 9.10 Beta
Did Skype stop providing OSS support?! Shouldn't we all go and start bugging them to resume it then?
- Sat Apr 17, 2010 6:43 am
- Forum: Linux
- Topic: Hibernation and sound 'ticking'
- Replies: 10
- Views: 20555
Re: Hibernation and sound 'ticking'
It might be possible to gracefully quit VirtualBox by using some custom signal in kill (SIGSTOP?) Then you have to wait until it closes using something like while [ `ps -A | grep VirtualBox`..... (I never can remember the stupid bash syntax).
- Mon Jan 01, 2007 7:47 pm
- Forum: Announcements
- Topic: OSS v4.0rc2 Build 178
- Replies: 7
- Views: 67703