Bug 134335

Summary: s-c-sc should use "aplay -D -Dplughw:..."
Product: [Fedora] Fedora Reporter: FĂ©liciano Matias <feliciano.matias>
Component: system-config-soundcardAssignee: Bastien Nocera <bnocera>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: canteurervan
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 1.2.11-2 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-09 11:08:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description FĂ©liciano Matias 2004-10-01 14:32:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3)
Gecko/20040922

Description of problem:
It's a little improvement but some card (snd-via82xx here) does not
support 44 100 Hz rate.
This is the warning from aplay :
Warning: rate is not accurate (requested = 44100Hz, got = 48000Hz)

Using "-D plughw:..." should fix this.

Version-Release number of selected component (if applicable):
1.2.10-1

How reproducible:
Always

Steps to Reproduce:
1. launch s-c-sc
2. play test sound

Actual Results:  The sample is not play at accurate rate.

Expected Results:  The sample is play at accurate rate.

Comment 1 Bastien Nocera 2005-04-02 15:08:54 UTC
Fixed in CVS.

2005-04-02  Bastien Nocera  <hadess>

        * src/soundcardBackend.py: use plughw: instead of hw: as the device
        to allow resampling for cards that don't support the rate of the
        test file (Closes: #134335)


Comment 2 Bastien Nocera 2005-04-02 17:24:55 UTC
*** Bug 149721 has been marked as a duplicate of this bug. ***