- sound
This commit is contained in:
Frank
2024-05-26 23:13:03 +02:00
parent 7bac0f32fc
commit a6568a955f
2 changed files with 4 additions and 2 deletions

View File

@@ -1122,7 +1122,9 @@ function ATIS:SetSoundfilesInfoFile( csvfile )
if soundfile then
-- Set duration
soundfile.duration=soundinfo.duration
soundfile.duration=tonumber(soundinfo.duration)
self:I(soundfile)
else
self:E(string.format("ERROR: Could not get info for sound file %s", sound.filename))