Rivendellaudio/docs/tables/encoder_presets.txt
Fred Gleason f5905315eb 2020-10-13 Fred Gleason <fredg@paravelsystems.com>
* Added an 'ENCODER_PRESETS' table to the database.
	* Incremented the database verssion to 343.
	* Added an 'Encoder Profiles' dialog to rdadmin(1).
	* Removed static content dependencies from the WebGet service.
	* Refactored the WebGet service to use Encoder Profiles.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2020-10-13 14:41:44 -04:00

17 lines
696 B
Plaintext

ENCODER_PRESETS Table Layout for Rivendell
The ENCODER_PRESETS table holds data concerning predefined sets if
encoder settings for subsystems such as WebGet.
FIELD NAME TYPE REMARKS
---------------------------------------------------------------
ID int(10) unsigned
NAME varchar(64) Unique
FORMAT int(10) unsigned RDSettings::Format
CHANNELS int(10) unsigned
SAMPLE_RATE int(10) unsigned Samples/sec
BIT_RATE int(10) unsigned Bits/second
QUALITY int(11) unsigned
NORMALIZATION_LEVEL int(11) signed dBFS
AUTOTRIM_LEVEL int(11) signed dBFS