-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
enhancementImplementation of a minor featureImplementation of a minor featureoptimizationMake the code faster to executeMake the code faster to execute
Milestone
Description
Describe the Bug
Currently the sound engine is initialised when Webots is started, but in 99% of the cases this is not needed (sound is disabled by default).
This is therefore not efficient because it takes time and consume resources uselessly, furthermore sound cause many disturbing 'ALSA' warnings in Webots on computer without sound devices (on travis for example, but also reported by many users).
Instead, we should initialise the sound engine only the first time it is actually used.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementImplementation of a minor featureImplementation of a minor featureoptimizationMake the code faster to executeMake the code faster to execute