mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
FLACCL: 88.2 khz audio support
This commit is contained in:
@@ -2118,7 +2118,7 @@ namespace CUETools.Codecs.FLACCL
|
||||
ch_code = channels - 1;
|
||||
|
||||
// find samplerate in table
|
||||
for (i = 4; i < 12; i++)
|
||||
for (i = 1; i < 12; i++)
|
||||
{
|
||||
if (sample_rate == Flake.flac_samplerates[i])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user