Difference between revisions of "Foobar2000:Components/TTA Audio Decoder (foo input tta)"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
 
m
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{stub}}
+
[[Category:Foobar2000 components|Input components]]
 +
{{infobox foobar2000 component
 +
| name                = TTA Audio Decoder
 +
| screenshot          =
 +
| caption              =
 +
| module_name          = foo_input_tta
 +
| developer            = {{ha user|u=322|name=Case}}
 +
| repository          =
 +
| released            = {{start date and age|2022|07|15}}
 +
| released_ref        =
 +
| stable_release      = 4.0.1
 +
| stable_release_date  = 2023-03-16
 +
| preview_release      =
 +
| preview_release_date =
 +
| foobar2000_minimum  = 1.5
 +
| foobar2000_maximum  =
 +
| foobar2000_ui_module =
 +
| use                  = Input
 +
| license              = [https://foobar.hyv.fi/default_license.html Modified ISC license]
 +
 +
}}
  
=Description=
+
==Description==
 
+
Decodes True Audio (TTA) audio format. Slightly improved version of Aleksander Djuric's original foo_input_tta.
Decodes True Audio (TTA) audio format.
+
==What's new?==
 
+
* Added support for decoding 8-bit files.
=Link=
+
* Added support for 7 and 8 channel tracks.
 +
* Added support for channel mask stored in WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag field.
 +
* Updated preferences page from legacy format to new foobar2000 v1.0+ format.
 +
* Added dark mode support.
 +
== External links ==
 +
* [https://foobar.hyv.fi/2.0/?view=foo_input_tta Information page]
 +
* {{ha|https://hydrogenaud.io/index.php/topic,83931}}
 
* [http://www.true-audio.com/Free_Downloads Official Website]
 
* [http://www.true-audio.com/Free_Downloads Official Website]

Latest revision as of 07:18, 30 March 2023

TTA Audio Decoder

foo_input_tta
Developer(s) Case
Repository
Release information
Initial release July 15, 2022; 2 years ago
Stable release 4.0.1 (March 16, 2023)
Preview release
foobar2000 compatibility
Architecture {{{foobar2000_architecture}}}
Minimum version 1.5
Maximum version
UI module(s) N/A
Additional information
Use Input
License Modified ISC license
Discussion thread {{{discussion_thread}}}
View all components

Description

Decodes True Audio (TTA) audio format. Slightly improved version of Aleksander Djuric's original foo_input_tta.

What's new?

  • Added support for decoding 8-bit files.
  • Added support for 7 and 8 channel tracks.
  • Added support for channel mask stored in WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag field.
  • Updated preferences page from legacy format to new foobar2000 v1.0+ format.
  • Added dark mode support.

External links