UniversityRadioYork / BAPS2

This is BAPS (Broadcast And Presenting Suite), URY's long-lived playout system.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

After short time, WAV's fail to load. #20

Open mstratford opened 5 years ago

mstratford commented 5 years ago

Often easy to replicate by playing a wav, then loading a show (like recommended audio Chart Music) into the middle channel. The duration output will be 0 here:

https://github.com/UniversityRadioYork/BAPS2/blob/c388cb1241eb7ff38813bcd57eec8a037a3657fe/BAPSServerAssembly/AudioOutput.h#L50

This prevents any of the cue/position bar from working. However, after testing, this does not affect the ability for audio to still play. In the case when WAVs fail to load, the audio is not playable.

mstratford commented 5 years ago

Seems to be new, doesn't occur on studio1pc, running 2.6.2.

mstratford commented 5 years ago

For future's sake, this does seem to be an issue with BAPS.dll. Replacing this with the 2.6.2 version of BAPS.dll fixes this problem. Current cause/solution unknown.