mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update
- sound
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user