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
sidplay(1)						      General Commands Manual							sidplay(1)

NAME
sidplay -- Music player and C64 SID chip emulator SYNOPSIS
sidplay options datafile |- DESCRIPTION
Sidplayer is a music player program that emulates the the Sound Interface Device chip (MOS 6581, commonly called SID) and the Micro Proces- sor Unit (MOS 6510), allowing you to play music files written for Commodore 64 on a modern computer. All you need is audio hardware with average PCM waveform playback capabilities. A fast CPU and a 16-bit sound card are recommended for bet- ter performance and slightly better audio quality. OPTIONS
-h, --help show summary of options -v verbose output -f num set frequency in Hz (default: 22050) -o num set song number (default: preset) -a strict PlaySID song compatibility (deprecated!) -a2 bank switching mode (overrides -a) -16 enable 16-bit sample mixing -s enable stereo playback -ss enable stereo surround -pc enable centered auto-panning (stereo only) -n set NTSC clock speed (default: PAL) -nf no SID filter emulation -ns MOS 8580 waveforms (default: MOS 6581) -c force song speed = clock speed (PAL/NTSC) -t num set play time in [[h:]m:]s format -bn num set number of audio buffer fragments to use -bs num set size 2 num of audio buffer fragments -b num set sample buffer size SEE ALSO
xsidplay (1). AUTHOR
This manual page was written by Jarno Elonen (elonen@iki.fi) for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version pub- lished by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. sidplay(1)