Sponsored Content
Full Discussion: speacker device +C COMPILER
Operating Systems SCO speacker device +C COMPILER Post 40444 by norsk hedensk on Monday 15th of September 2003 04:05:30 PM
Old 09-15-2003
try /dev/dsp
if your sound drive is compiled correctly you could cat a .au or file directly to /dev/dsp and it should play through your sound card.
eg: cat soundife.au > /dev/dsp

for a compiler see gnu.org .
gcc is a widley used compiler by novices to professionals alike.
 

4 More Discussions You Might Find Interesting

1. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies

2. AIX

How to find all device on p570 when need do device firmware upgrade?

I need upgrade firmware for the device of p570, when I go to IBM FIX download website, there are a lot of device of p570 listed. How can I know what device I have on my p570? (4 Replies)
Discussion started by: rainbow_bean
4 Replies

3. Red Hat

Unable To Activate Ethernet Network Device in RHEL 5.5 - e100 device eth0 does not seem to be presen

Hi All, Could anyone please help to resolve the below problem. I installed RHEL5.5 in my desktop.But when i try to activate the ethernet connection then it gives me the error. I spent 2 days for the above and go through with several suggestion found by googling. But no luck. ... (0 Replies)
Discussion started by: Tanmoy
0 Replies

4. HP-UX

Failed to open tape device /dev/rmt/0mn:Device busy (errno = 16)

Hi, Unable to make tape backup, please help. /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00 * Creating local directories for configuration files and archive. ======= 04/25/16 16:28:08 IST Started /opt/ignite/bin/make_tape_recovery. (Mon... (4 Replies)
Discussion started by: anuragr
4 Replies
padsp(1)						      General Commands Manual							  padsp(1)

NAME
padsp - PulseAudio OSS Wrapper SYNOPSIS
padsp [options] PROGRAM [ARGUMENTS ...] padsp -h DESCRIPTION
padsp starts the specified program and redirects its access to OSS compatible audio devices (/dev/dsp and auxiliary devices) to a PulseAu- dio sound server. padsp uses the $LD_PRELOAD environment variable that is interpreted by ld.so(8) and thus does not work for SUID binaries and statically built executables. Equivalent to using padsp is starting an application with $LD_PRELOAD set to libpulsedsp.so OPTIONS
-h | --help Show help. -s SERVER Set the PulseAudio server to connect to. -n NAME The client application name that shall be passed to the server when connecting. -m NAME The stream name that shall be passed to the server when creating a stream. -M Disable /dev/mixer emulation. -S Disable /dev/sndstat emulation. -D Disable /dev/dsp emulation. -d Enable debug output. AUTHORS
The PulseAudio Developers <pulseaudio-discuss (at) lists (dot) freedesktop (dot) org>; PulseAudio is available from http://pulseaudio.org/ SEE ALSO
pulseaudio(1), pasuspender(1), ld.so(8) Manuals User padsp(1)
All times are GMT -4. The time now is 03:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy