Sponsored Content
Full Discussion: Sound Problems
Operating Systems Solaris Sound Problems Post 302203403 by fabtagon on Sunday 8th of June 2008 05:02:14 PM
Old 06-08-2008
Can you play normal sounds?
Has your Ultra5 ever played Youtube? (I wonder a bit because my Ultra10/440 MHz lags at this task)
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sound cards

hey im having problems getting my sound to work, im running linux mandrake 8.0 and it detects the sound card but it will not play any sound if there are any ideas or slutions please let me know.-vassago (3 Replies)
Discussion started by: vassago
3 Replies

2. UNIX for Advanced & Expert Users

problems with sound card on FreeBSD 4.5

Hi,friends!!! I have a problem with my integrated sound card AC97 on i815 and my version of FreeBSD is 4.5.I know that there is a driver for it called ich.c.gz,but the site containing it is unavaliable now.And is there another driver or some other ideas ? z-z-z-z-z :: email removed :: (1 Reply)
Discussion started by: kruch
1 Replies

3. UNIX for Advanced & Expert Users

Sound Problems

Hi All I am having difficulty configuring sound on my system an wonder if anyone can help me. xmms refuses to play telling me that oss_open(): Failed to open audio device (/dev/sound/dsp): No such file or directory what I have done to try and fix this is 1. create /dev/sound/dsp ... (7 Replies)
Discussion started by: silvaman
7 Replies

4. UNIX for Dummies Questions & Answers

linux xmms sound problems

Dear all, I have been using suse linux for as long as I can remember. However, for every installation I get the same problem. Once the installation is completed, and all of my devices (brand new hardware, from reknown brands) are detected, I decide to start doing some work, and play some... (2 Replies)
Discussion started by: bionicfysh
2 Replies

5. UNIX for Dummies Questions & Answers

Does this sound right?

A user's default permissions when creating new files or directories is set by the umask of either the system or in the startup script of the user itself. For example, I have 'umask 022' in my .profile which means that my default permissions will be 755. Typically, the system default umask is 022,... (1 Reply)
Discussion started by: wmosley2
1 Replies

6. Linux

sound cards

i installed Red Hat Fedora (successfully this time) and my sound card wasnt automticly found or what ever. so how do i get my sound working and stuff? how do i gonfigure the sound card? how do i get it to detect the sound card? (4 Replies)
Discussion started by: xcaliber
4 Replies

7. Red Hat

Wireless and Sound Problems with HP Pavilion dv7 and Fedora Core 10

I have just bought a new HP Pavilion dv7 notebook (17", AMD Turion) and installed Fedora Core 10. I would like to add that i installed a completely eyecandy-less base system, only then installed a naked x-org Xserver and mwm (Motif Window Manager) on top of it. There is neither KDE nor GNOME nor... (2 Replies)
Discussion started by: bakunin
2 Replies

8. OS X (Apple)

Sound under OS 10.4.11 and 10.7.2

There is a change with UnIX version concerning these two platforms. I own a Power G4 Mac with OS 10.4.11 and a Mac Book Pro with Lion OS 10.7.2. There are some problems of compatibilities between the two UNIX versions. Under OS 10.4.11, these three UNIX commands work, in order to produce sounds,... (4 Replies)
Discussion started by: shub22
4 Replies

9. Linux

No sound

I reformatted my hard drive and installed Mandriva 2011. It works fine. I can go to the Internet The problem is no sound. I want to listen to songs from YouTube. Sound doesn't come. I see a man is singing on the screen. No sound. I had no problem with my old Mandriva. Sound and everything... (11 Replies)
Discussion started by: Toxic
11 Replies

10. Red Hat

No sound in my Linux

I am not able to run any video file. Getting message something like : no audio facility. Is this may be problem of driver. If so please send me link for the same. I am working on Red Hat Fedora (Linux) (16 Replies)
Discussion started by: ravisingh
16 Replies
gbsplay(1)						       Gameboy sound player							gbsplay(1)

NAME
gbsplay - Gameboy sound player SYNOPSIS
gbsplay [options] gbs-file [start-subsong [stop-subsong] ] DESCRIPTION
gbsplay emulates the sound hardware of the Nintendo Gameboy. It is able to play the sounds from a Gameboy module dump (.GBS format) over /dev/dsp. OPTIONS
-E endian Set endian to endian. Valid values are b, l and n for big, little and native endian respectively. -f fadeout-time Set fadeout time to subsong-gap seconds. Instead of cutting of the subsong hard, do a soft fadeout. Default value is 3 seconds. -g subsong-gap Set subsong gap to subsong-gap seconds. Before playing the next subsong after the subsong timeout, play subsong-gap seconds of silence. Default value is 2 seconds. -h Display short help and exit. -l Enable loop mode. When the last subsong is played, playback starts again with the first subsong. Default is no loop. -o plugin Select sound output plugin plugin. Default depends on compilation options. Select list to view a list of all available output plugins. -q Be quieter, reduce verbosity. Can be applied multiple times. Default verbosity is 3. -r samplerate Set the samplerate to samplerate Hz. Default value is 44100Hz. -R refresh-delay Set the refresh delay to refresh-delay milliseconds. Default value is 33 milliseconds. Larger values will lower CPU usage, but things as subsong changes, fadeouts, reactions to keypresses and the on-screen display will be delayed. -t subsong-timeout Set subsong timeout to subsong-timeout seconds. When a subsong has been played for the given time, the player will skip to the next subsong. A timeout of 0 seconds disables automatic subsong changes. Default value is 120 seconds. -T silence-timeout Set silence timeout to silence-timeout seconds. When a subsong contains silence for the given time, the player will skip to the next subsong. Default value is 2 seconds. -v Increase verbosity, print more information. Can be applied multiple times. Default verbosity is 3. -V Display version number and exit. -z Play subsongs in shuffle mode. Every subsong will be played once in random order. -Z Play subsongs in random mode. Like shuffle mode, but a subsong can be played multiple times. -1 Mute channel 1 on start. -2 Mute channel 2 on start. -3 Mute channel 3 on start. -4 Mute channel 4 on start. PARAMETERS
gbs-file The sound file to play. Must be in uncompressed .GBS format. start-subsong The subsong from the sound file to play. If not specified, the default song will be played (unless in shuffle or random mode). An out-of-bounds number will be clipped to the possible range of subsongs. stop-subsong gbsplay stops when this subsong has been played. If not specified or out-of-bound, gbsplay will stop after playing the last sub- song. KEYBOARD CONTROL
gbsplay supports basic keyboard control. The following commands are recognized: p Skip to the previous subsong. n Skip to the next subsong. q or Esc Quit gbsplay. Space Toggle play/pause. 1 Mute/unmute channel 1. 2 Mute/unmute channel 2. 3 Mute/unmute channel 3. 4 Mute/unmute channel 4. FILES
/etc/gbsplayrc Default location of the global configuration file. ~/.gbsplayrc User configuration file. SEE ALSO
gbsinfo(1), gbsplayrc(5) BUG REPORTS
If you encounter bugs, please report them via http://gbsplay.berlios.de/ or write to <gbsplay-dev@lists.berlios.de>. AUTHOR
gbsplay was written by Tobias Diedrich <ranma+gbsplay@tdiedrich.de> (with contributions from others, see README). COPYRIGHT
gbsplay is licensed under GNU GPL. Tobias Diedrich 0.0.91 gbsplay(1)
All times are GMT -4. The time now is 06:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy