mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-28 06:32:32 +02:00
* Changed the 'AUDIO_CARDS.NAME' database field from 'varchar(64)' to 'text'. * Incremented the database version to 373. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
17 lines
659 B
Plaintext
17 lines
659 B
Plaintext
AUDIO_CARD Table Layout for Rivendell
|
|
|
|
The AUDIO_PORTS table holds data concerning configuration of the
|
|
physical audio interfaces.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
---------------------------------------------------------------
|
|
ID int(10) unsigned Primary key, auto increment
|
|
STATION_NAME varchar(64)
|
|
CARD_NUMBER int(11) signed
|
|
DRIVER int(11) signed
|
|
NAME text
|
|
INPUTS int(11) signed
|
|
OUTPUTS int(11) signed
|
|
CLOCK_SOURCE int(11) signed 0 = Internal, 1 = AES/EBU,
|
|
2 = SP/DIFF, 3 = Word Clock
|