audio problem when playign songs


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications audio problem when playign songs
# 1  
Old 11-12-2008
audio problem when playign songs

hello to all , i have a problem , actually i download realplayer and play a song ,

my problem is that, when i start my speaker , and play a song , i m not getting any sound , and song goes on without any sound



i have fedora 9 ,

if any one can solve my problem then

thanx very thankyou
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

There is always some time for listening nice songs :P

Hello All, Just for FUN there is always sometime for listening NICE SONG. Posting here my fav one these days :cool: movie version--> bum diggy diggy diggy bum diggy bum by music world - YouTube actual version --> Bum Diggy diggy Bum bum song - YouTube Let's have some fun with sharing... (0 Replies)
Discussion started by: RavinderSingh13
0 Replies

2. Red Hat

Audio Problem-NIS users

Hai all, I'm rameez rahman working as a Technical assistant. I configured NIS Server in RHEL 6.5 with 40 client PC's.All the clients are using the same os ie RHEL 6.5 64 bit.All the features are working fine except sound ie from client machine if a NIS user logged in he cant access sound.But if... (2 Replies)
Discussion started by: rameez rahman k
2 Replies

3. Slackware

Problems with audio recording in Audacity 2.0.5. Slackware64 14.1; Intel HD Audio.

I'm trying to record audio using Audacity 2.0.5 installed from SlackBuilds. My system is 64-bit Slackware 14.1 and a sound card is Intel HD Audio. I didn't change my sound system to OSS. (Default sound system in Slackware 14.1 is ALSA, isn't it?) First, I set Internal Microphone slider in KMix... (2 Replies)
Discussion started by: qzxcvbnm
2 Replies

4. UNIX for Dummies Questions & Answers

Audio Problem

Hi I recently installed BT 5 Gnome on my Asus laptop running on Intel HD graphics. I've been having problems with audio, at first I experienced the basic problem that was solved by adding pulse audio to the starting programs. This allowed me to open Sound preferences but I still have no sound.... (0 Replies)
Discussion started by: edreeso
0 Replies

5. Homework & Coursework Questions

songs downloading using curl

Hi , I need to download songs from website using shell script.I have written script for that. The code is #!/bin/ksh curl "http://www.songs.pk/$1.html" >tmp_page 2>tmp_error grep songid tmp_page|cut -d'"' -f2 > song_links while read link; do echo $link curl "$link" >tmp_song 2>tmp_err... (1 Reply)
Discussion started by: pandu25
1 Replies
Login or Register to Ask a Question
music123(1)						      General Commands Manual						       music123(1)

NAME
music123 - plays various sound files (usually including MP3, Ogg and Wav). SYNOPSIS
music123 [ -hqrvz ] file ... DESCRIPTION
music123 is a shell around various command line programs to play music files. It will descend directories trees with -r, and randomize file lists with -z. The programs used and the options given them are listed in /etc/music123rc or ~/.music123rc. OPTIONS
-h Show command help and exit; -q Quiet mode. No messages are displayed. -r Recurse into directories, instead of ignoring them. -v Display version information and exit. -z Play files in random order. -Z Play the files randomly and endlessly. -l Loop. -z -l differs from -Z in that -z -l will randomize, play through the song list (without repetition) in random order once, and repeat the songs in that order over and over; -Z will randomly play the songs, without any order, and will possibly play a song right after itself. -i Ignore extension case. -L List files and exit. -T Start a task that handle commands, only one command supported : quit, using q or Q will quit the application at the end of the cur- rent song. -D Set music123 not to delay between songs. (May make music123 harder to kill). -d Customize the time music123 delays between songs. -d takes one argument, expressed in seconds, which may have a fractional part. -@ Play the files listed in the mandatory argument of -@. Other files can be added on the command line, and this option can be given several times. Note that music123 doesn't yet play URLs. -- End option list. EXAMPLES
Play three songs: music123 test1.ogg test2.mp3 test3.wav Play a couple of directories and other songs at random: music123 -z -r Rock/ test1.ogg Pop/ test4.wav FILES
/etc/music123rc Describes which programs music123 uses, which files types it supports, and which options it passes those programs. ~/.music123rc Per-user config file to override the system wide settings. AUTHORS
Authors: David Starner <dvdeug@debian.org> July 24, 2002 music123(1)