mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
eac3to gui: audio extraction working
This commit is contained in:
@@ -9,6 +9,12 @@ namespace CUETools.Codecs.BDLPCM
|
||||
[AudioDecoderClass("cuetools", "mpls", 2)]
|
||||
public class MPLSReader : IAudioSource
|
||||
{
|
||||
public unsafe MPLSReader(string path, Stream IO, ushort pid)
|
||||
: this(path, IO)
|
||||
{
|
||||
settings.Pid = pid;
|
||||
}
|
||||
|
||||
public unsafe MPLSReader(string path, Stream IO)
|
||||
{
|
||||
settings = new BDLPCMReaderSettings();
|
||||
|
||||
Reference in New Issue
Block a user