Skip to content

How to resample wav files? #2868

Answered by cspiel1
joaquinjsb asked this question in Q&A
Discussion options

You must be logged in to vote

See re/rem/auresamp/resamp.c:244:

		if (irate % orate)
			return ENOTSUP;

Downsampling is only supported if output sample rate is a divisor of input sample rate.

The warning looks okay : "audio: aufilter encode: Operation not supported [95]"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@joaquinjsb
Comment options

Answer selected by joaquinjsb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants