[ scummvm-Feature Requests-766391 ] TOOLS: extract with high quality resampling

SourceForge.net noreply at sourceforge.net
Thu Jul 17 02:26:21 CEST 2003


Feature Requests item #766391, was opened at 2003-07-05 18:33
Message generated for change (Comment added) made by fingolfin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418823&aid=766391&group_id=37116

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Marek Roth (logicdeluxe)
Assigned to: Nobody/Anonymous (nobody)
Summary: TOOLS: extract with high quality resampling

Initial Comment:
Ogg Vorbis is a very nice codec in deed and the OGGENC
does a very good job as well. But when it comes to
resampling the input sample the results are very bad.
The build in low-pass-filter is very simple and heavily
reduces the frequency response in the resulting encoded
file. (The optional low-pass option does not change
this, as I tried it already.) So it would be very nice,
if EXTRACT could do the resampling with an external
tool like sr-convert (see here:
https://sourceforge.net/projects/sr-convert/ ) before
encoding with OGGENC.
This should of course not be forced, but an option,
since this high quality resampling takes a lot time.

Alternatively, since sr-convert also is open-source,
you could include that high-quality resampling into
extract itself.

However, there is one little catch: sr-convert does not
read 11111 Hz, but this should be implemented easily.
Or EXTRACT could make it 11025 instead as an approximation.

----------------------------------------------------------------------

>Comment By: Max Horn (fingolfin)
Date: 2003-07-17 02:26

Message:
Logged In: YES 
user_id=12935

An excellent sample rater converte (for arbitrary src/dst rates) is 
implemented in sox (http://sox.sourceforge.net/). Since it can 
also handle MP3 and OGG already, that would seem to be a more 
likely candidate...

However in either case, I don't think we should duplicate code; 
rather, if at all, include the ability to call one of these external 
tools.

That said, I am not going to implement this :-)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418823&aid=766391&group_id=37116




More information about the Scummvm-tracker mailing list