• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

recording oss output?

SHoddyCOmp

Platinum Member
how can i intercept everything headed to /dev/dsp and record it?
thx 😀 :evil:
Oh and can I do it with ALSA also? I'm using ALSA-OSS emulation
 
I have no idea what alsa and oss's relation to /dev/dsp are, and actually that's something I've been wondering about lately. Why should apps need to be alsa/oss aware, if they're just writing to /dev/dsp? Confuses me.

I'm not really sure how to go about what you want to do, considering my limited understanding of /dev, but what app is it? You can probably just tell it to send its output to another file, or stdout, and then redirect that to a file.
 
Actually, its not exactly ME, I was talking to NuclearFusi0n over AIM and asked if he had figured out a way to record this kind of garbage from this thread:
http://forums.anandtech.com/messageview.cfm?catid=38&threadid=1154580 (pretty hilarious stuff when it was going on)
Ive been away from Linux too long, i sorta want to learn it again, total noob now :Q I forget what app it is, but i'll see if he wants to come in here and actually say something himself 🙂 lol
 
mpd, bingbong. i want to record mpd's output. 🙂

/dev/dsp is an OSS only thing. apps that use OSS just write to /dev/dsp and vice versa. i'm not sure how apps communicate with ALSA though. confusing. 😛
 
Back
Top