Search found 1 match

by ribeirojaque
Wed Mar 08, 2023 3:12 pm
Forum: ESP-ADF
Topic: Resample - sample rate is out of range
Replies: 0
Views: 1778

Resample - sample rate is out of range

The bug is in source rate and destiny rate. I have a signal that is an array, but when I put other values in these variables the code "works" (I don't know that the resample is right, but the code doesn't present bugs). For example, if I put: src_rate = 44100 and dest_rate = 48000. I don't know what...