INTERACT FORUM

More => Old Versions => Media Center 16 (Development Ended) => Topic started by: nedan on June 05, 2011, 06:55:57 pm

Title: TTA format
Post by: nedan on June 05, 2011, 06:55:57 pm
TTA support, when?  :'(
Title: Re: TTA format
Post by: JimH on June 05, 2011, 07:08:06 pm
I had to look it up.
http://en.wikipedia.org/wiki/TTA_(codec)

That says that it works with DirectShow players.  MC is one.  So you could probably make it work by getting the appropriate DS filter.
Title: Re: TTA format
Post by: Hendrik on June 06, 2011, 03:48:16 am
LAV Splitter and LAV Audio can handle TTA, at least when its muxed into a proper container like MKV. I don't think i have seen a raw .tta file yet, but in theory those should work too.
Title: Re: TTA format
Post by: nedan on June 06, 2011, 05:24:44 pm
installed this plugin, it works just make sure the filepath doesn't contain unicode.
http://prdownloads.sourceforge.net/tta/ttaplugin-winamp-3.5.zip?download

too bad J River still doesn't understand .cue files
and the quality is not perfect. looks like i'll be listening to tta through foobar
Title: Re: TTA format
Post by: jmone on June 06, 2011, 06:58:19 pm
Do you have a link to a sample TTA file for testing?
Title: Re: TTA format
Post by: nedan on June 07, 2011, 05:24:53 am
Do you have a link to a sample TTA file for testing?
sure.
http://www.mediafire.com/?650fhes74n9q07z
actually, the quality IS perfect. Don't know what was that noise before. Now it's gone
.cue problem can be solved with a program called Medieval CUE Splitter

Title: Re: TTA format
Post by: jmone on June 07, 2011, 05:56:19 am
I muxed the TTA file to MKA and it played perfectly in MC with both LAVAudio and FFDSHOW Audio (from LAVSPlitter) so support for TTA as an audio stream is fine.  To get "native" support, JR would need to add TTA as a DirectShow filetype (and while you are at it MKA as well to the "Matroska" option (eg have both mkv and mka).  MC does also support CUE for std audio files but I don't know how it goes with DirectShow playback.  Matt would be the one to advise on all of this.
Title: Re: TTA format
Post by: jmone on June 07, 2011, 05:58:37 am
Here is the graph info:

Code: [Select]
Filter Graph Info:

    Filter 'JRiver Audio Renderer'
        CLSID: {A4002F8E-510F-442C-8AD3-F9C7B23FB394}
        Host:
        Input Pin 'In'
            Connected to pin 'XForm Out' of filter 'LAV Audio Decoder'
            Major type MEDIATYPE_Audio  Sub type MEDIASUBTYPE_PCM, Format type FORMAT_WaveFormatEx

    Filter 'LAV Audio Decoder'
        CLSID: {E8E73B6B-4CB3-44A4-BE99-4F7BCB96E491}
        Host: C:\Users\Mum and Dad\AppData\Roaming\J River\Media Center 16\Plugins\lav\LAVAudio.ax
        Input Pin 'XForm In'
            Connected to pin 'Audio' of filter 'LAV Splitter'
            Major type MEDIATYPE_Audio  Sub type Unknown GUID Name: {000077A1-0000-0010-8000-00AA00389B71}, Format type FORMAT_WaveFormatEx
        Output Pin 'XForm Out'
            Connected to pin 'In' of filter 'JRiver Audio Renderer'
            Major type MEDIATYPE_Audio  Sub type MEDIASUBTYPE_PCM, Format type FORMAT_WaveFormatEx

    Filter 'LAV Splitter'
        CLSID: {171252A0-8820-4AFE-9DF8-5C92B2D66B04}
        Host: c:\users\mum and dad\appdata\roaming\j river\media center 16\plugins\lav\lavsplitter.ax
        Input Pin 'Input'
            Connected to pin 'Output' of filter 'File Source (Async.)'
            Major type TIME_FORMAT_NONE  Sub type TIME_FORMAT_NONE, Format type TIME_FORMAT_NONE
        Output Pin 'Audio'
            Connected to pin 'XForm In' of filter 'LAV Audio Decoder'
            Major type MEDIATYPE_Audio  Sub type Unknown GUID Name: {000077A1-0000-0010-8000-00AA00389B71}, Format type FORMAT_WaveFormatEx

    Filter 'File Source (Async.)'
        CLSID: {E436EBB5-524F-11CE-9F53-0020AF0BA770}
        Host: c:\windows\syswow64\quartz.dll
        Output Pin 'Output'
            Connected to pin 'Input' of filter 'LAV Splitter'
            Major type TIME_FORMAT_NONE  Sub type TIME_FORMAT_NONE, Format type TIME_FORMAT_NONE
Title: Re: TTA format
Post by: Hendrik on June 07, 2011, 04:11:15 pm
I just tested the raw tta file, and it plays just fine with LAV Splitter + LAV Audio, no remuxing required. Its just a matter of MC adding a TTA file type now. :)
Title: Re: TTA format
Post by: Matt on June 07, 2011, 05:48:43 pm
Coming in 16.0.106 and later:
Changed: Added support for TTA audio files (plays using Directshow filters).

Thanks everyone.