Difference between revisions of "Foobar2000:Components/Binary Comparator (foo bitcompare)"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Added component infobox; minor reformatting.)
Line 1: Line 1:
== Description ==
+
{{Foobar Component Infobox
 
+
| name                = Binary Comparator
 +
| screenshot          = [[Image:Foobar2000-Bitcompare-usage.png|256px]]
 +
| caption              =  
 +
| module_name          = foo_bitcompare
 +
| developer            = Peter Pawlowski
 +
| repository          =
 +
| released            =
 +
| released_ref        =
 +
| stable_release      = 2.1.5
 +
| stable_release_date  = 2019-07-08
 +
| preview_release      =
 +
| preview_release_date =
 +
| foobar2000_minimum  = 1.4
 +
| foobar2000_ui_module =
 +
| use                  = Diagnostic
 +
| license              =  
 +
}}
 
Performs binary comparison between two sets of tracks and reports differences.
 
Performs binary comparison between two sets of tracks and reports differences.
  
This is useful to verify whether different files - typically lossless files - contain exactly the same audio data. The component compares only decoded audio data, presence of tags does not affect the results.
+
This is useful to verify whether different files typically lossless files contain exactly the same audio data. The component compares only decoded audio data, presence of tags does not affect the results.
 
+
== Usage ==
+
 
+
[[Image:Foobar2000-Bitcompare-usage.png|thumb|Usage example]]
+
Put two groups of tracks to compare one after another in a playlist, select them and choose "Utils / Bit-Compare Tracks..." from the context menu.
+
  
 +
==Usage==
 +
Add two groups of tracks to compare one after another in a playlist, select them and choose "Utilities > Bit-compare tracks..." from the context menu.
  
== Link ==
+
==External links==
* [http://www.foobar2000.org/components/view/foo_bitcompare Official Website]
+
* {{foobar2000|http://www.foobar2000.org/components/view/foo_bitcompare|Binary Comparator}}
 +
* {{ha|https://hydrogenaud.io/index.php/topic,107714}}

Revision as of 17:57, 20 November 2019

Binary Comparator
Foobar2000-Bitcompare-usage.png
Developer(s) Peter Pawlowski
Repository
Release information
Initial release
Stable release 2.1.5 (July 8, 2019)
Preview release
foobar2000 compatibility
Architecture {{{foobar2000_architecture}}}
Minimum version 1.4
Maximum version {{{foobar2000_maximum}}}
UI module(s) N/A
Additional information
Use Diagnostic
License
Discussion thread {{{discussion_thread}}}
View all components

Performs binary comparison between two sets of tracks and reports differences.

This is useful to verify whether different files – typically lossless files – contain exactly the same audio data. The component compares only decoded audio data, presence of tags does not affect the results.

Usage

Add two groups of tracks to compare one after another in a playlist, select them and choose "Utilities > Bit-compare tracks..." from the context menu.

External links