Output Info

Component for foobar2000 v1.5 and newer.

Version:1.2.1
Released:2024-10-27 10:22
Size:58.7 KB
License:Modified ISC license

Download

foo_outinfo

Description

Allows accessing the actual specs of the audio being played and the output device information using titleformatting.

The fields exposed by this component are:

%output_samplerate%Returns the sample rate
%output_channels%Returns the number of channels
%output_channel_mask%Returns the description of channel configuration
%output_bitdepth%Returns the bitdepth
%output_device%Returns the name of the output device
%output_dsps%Returns the list of active DSPs
%output_volume%Returns the playback volume in dB
%output_buffer_length%Returns the output buffer length in ms

Changes

1.2.1 (2024-10-27):Hotfix to remove console debug messages.
1.2 (2024-10-27):Added support for retrieving the output bitdepth, playback volume and the configured output buffer length.
1.1 (2024-10-24):Added support for retrieving the name of the output device and the list of active dsps.
1.0 (2024-10-23):Initial version.