View Issue Details

IDProjectCategoryView StatusLast Update
0000607eac3tobugpublic2019-04-19 15:10
Reporteroverdrive80 Assigned Tomadshi  
PriorityhighSeverityminorReproducibilityalways
Status assignedResolutionopen 
PlatformIntelOSWin 10OS Version1809
Summary0000607: Convert audio from 24.000 to 23.976
DescriptionConvert audio from 24.000 to 23.976 has issue of precision. https://forum.doom9.org/showthread.php?p=1872119#post1872119
TagsNo tags attached.
eac3to VersionLast

Activities

madshi

2019-04-19 15:10

administrator   ~0002518

libSSRC wants to use the source and target sampling rates as integer values, so no floating point. Which means I have to round them.

An additional inaccuracy comes from the use of 23.976 vs 24.000/1.001. Currently, my libSSRC code uses 23.976 instead of 24.000/1.001. I suppose that's something that I could (and should) improve.

Issue History

Date Modified Username Field Change
2019-04-19 12:22 overdrive80 New Issue
2019-04-19 15:10 madshi Note Added: 0002518
2019-04-19 15:10 madshi Assigned To => madshi
2019-04-19 15:10 madshi Status new => assigned