Bug 636
| Summary: | play file.au doesn't work | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | mitr |
| Component: | sox | Assignee: | David Lawrence <dkl> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 1998-12-29 00:16:59 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: | |||
I was not able to replicate any difficulty with the play command on a test machine. |
Well, I have to confess that I don't understand the intent of the author of /usr/bin/play. I don't know whose error it is. But I had to change it to be able to play files using play foo.au ----------------------- --- play Sun Oct 11 07:59:00 1998 +++ /usr/bin/play Mon Dec 28 20:30:18 1998 @@ -64,6 +64,6 @@ fi # Best to always use highest quality output for sound. - sox $fopts -t ossdsp -w -s /dev/dsp $@ + sox -w -s $fopts $@ -t ossdsp /dev/dsp fi fi ------------------------ I'm not sure whether this is OK (for example it seems that the effects should be preceded by -e), but at least the simple case works. Mirek