Mantis BugTracker for CapiSuite
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000051 [CapiSuite] scripts minor always 2003-11-04 15:53 2003-12-31 15:34
Reporter murpel View Status public  
Assigned To gernot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000051: sound quality in emailed sound files could be improved
Description Capisuite converts .la to .wav files before sending them to the user. This conversion is done with sox and produces a 8 bit per sample wav file.
Converting 8 bit a-law (nonlinear) to 8 bit wav (linear) is a loss of quality (13 bit linar needed if i remember right)
Wav file should be 16bit.
This can be achieved by telling sox to use 16 bit output, option -w before outfile (word size).
Additional Information Add -w in cs_helpers.py

ret = os.spawnlp(os.P_WAIT,"sox","sox",attachment,"-w ",basename+"wav")
Attached Files  comsetup.log [^] (66,616 bytes) 2003-11-21 10:09

- Relationships

- Notes
(0000079)
gernot
2003-12-27 00:29

Yes, definitely right suggestion. I will change it as soon as bug 52 is solved.
 
(0000080)
gernot
2003-12-31 15:34

Well, yes, this improved the quality dramatically. Thx for suggesting the fix! Applied in current CVS.
 

- Issue History
Date Modified Username Field Change


Mantis 0.19.2
Copyright © 2000 - 2004 Mantis Group
124 total queries executed.
21 unique queries executed.