Thank you all for the reports. I've improved several portions of the decoding process in r3433.
I've also added proper at3+ mono support and improved garbage collection to avoid memory issues.
Could you please test it again? Thanks!
@legend80: I've changed a few things in ControlsGUI that may have restored the way it's settings were being applied. Could you please check if it helped the controller issue?
Note: Atrac3+ audio decoding is still not working for MPEG/PSMF files. The reason behind this is because FFMPEG doesn't support demultiplexing of the MPEG-PS container with an atrac3+ audio stream.
I'm working on an intermediate solution to perform the demuxing manually (using PsmfAudioDemuxVirtualFile) and then decode the stream.
I've also added proper at3+ mono support and improved garbage collection to avoid memory issues.
Could you please test it again? Thanks!
@legend80: I've changed a few things in ControlsGUI that may have restored the way it's settings were being applied. Could you please check if it helped the controller issue?
Note: Atrac3+ audio decoding is still not working for MPEG/PSMF files. The reason behind this is because FFMPEG doesn't support demultiplexing of the MPEG-PS container with an atrac3+ audio stream.
I'm working on an intermediate solution to perform the demuxing manually (using PsmfAudioDemuxVirtualFile) and then decode the stream.