Files
oak-editor/app
itsmattkc 92da0c220d exporter: wait for conforms/indexes when exporting audio
The audio rendering system uses an event-based mechanism where if audio needs
to be converted (i.e. to a different sample rate), it will create a conform
task and re-render that section again when the audio is ready. Unfortunately,
the export code didn't respect this and would start encoding audio once the
initial queue was done. This usually resulted in silent audio, but could also
result in "uninitialized" audio that would crash any float-based encoders
(e.g. AAC). Now we use a different signal that only emits once the queue is done
AND all conforms are done.
2020-04-05 00:13:26 +11:00
..
2020-03-31 18:07:25 +11:00
2020-03-19 00:06:55 +01:00
2020-03-10 15:00:56 -04:00
2019-12-26 17:35:25 +11:00
2020-01-03 17:58:07 +11:00
2020-04-04 04:21:28 +11:00