Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 203471 - [PATCH] media-sound/rezound-0.12.3_beta doesn't save RAW file with correct parameters
Summary: [PATCH] media-sound/rezound-0.12.3_beta doesn't save RAW file with correct pa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-27 15:26 UTC by Christian Schoenebeck
Modified: 2007-12-30 12:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
raw_save_bugfix (rezound_raw_save.patch,3.25 KB, patch)
2007-12-27 15:29 UTC, Christian Schoenebeck
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Schoenebeck 2007-12-27 15:26:44 UTC
rezound-0.12.3_beta simply ingores the parameters of the edited sound when saving it as RAW file.

Reproducible: Always

Steps to Reproduce:
1. open a stereo RAW file for example
2. monoize it
3. save it as RAW file
Actual Results:  
The written file will be stereo.

Expected Results:  
The written file should be mono.

This is because when saving a a RAW file the same RAW parameter dialog is used as for opening a RAW, with the only difference that certain components are hidden, which are initialized with hard coded default values.

I will upload patch in a moment to fix this issue.
Comment 1 Christian Schoenebeck 2007-12-27 15:29:18 UTC
Created attachment 139426 [details, diff]
raw_save_bugfix

Here's the promised patch. I'll forward it upstream, but as I expect a rather long release cycle, I recommend to apply this patch to the Gentoo ebuild for now.
Comment 2 Alexis Ballier gentoo-dev 2007-12-30 12:34:09 UTC
applied in -r1, thanks a lot.