Difference between revisions of "Template:Device Infobox/Audio"

From Vogons Wiki
Jump to: navigation, search
(Make memory entries optional)
(Make factory memory required, and max optional)
Line 11: Line 11:
 
{{Device Infobox/Item | Channels | {{#if:{{{Channels|}}} | [[Has max channels::{{{Channels}}}]]|''Unknown''}} }}
 
{{Device Infobox/Item | Channels | {{#if:{{{Channels|}}} | [[Has max channels::{{{Channels}}}]]|''Unknown''}} }}
 
{{Device Infobox/Item | FM synth | {{#if:{{{FM synth|}}} | [[Has FM synth::{{{FM synth}}}]]|''Unknown''}} }}
 
{{Device Infobox/Item | FM synth | {{#if:{{{FM synth|}}} | [[Has FM synth::{{{FM synth}}}]]|''Unknown''}} }}
{{#if:{{{Factory memory|}}} |
+
{{Device Infobox/Item | Factory memory | {{#if:{{{Factory memory|}}} | [[Has factory memory::{{{Factory memory}}}]] | ''Unknown''}} }}
  {{Device Infobox/Item | Factory memory | [[Has factory memory::{{{Factory memory}}}]]}}
+
{{#if:{{{Max memory|}}} |
 
   {{Device Infobox/Item | Max memory | [[Has max memory::{{{Max memory}}}]]}}
 
   {{Device Infobox/Item | Max memory | [[Has max memory::{{{Max memory}}}]]}}
 
}}
 
}}

Revision as of 13:14, 20 March 2016

Device Infobox/Audio
There is no image of this device — upload one!
Bus type Unknown
Bus width Unknown
Bus speed Unknown
8-bit ISA compatible? Unknown
PCI 5V tolerant? Unknown
PCI 3.3V tolerant?
Manufacturer Unknown
Chipset Unknown
Connectors Unknown
Requires -5VDC? Unknown
Requires -12VDC? Unknown
Config method Unknown
Audio
Model Unknown
Full duplex Unknown
Max sample rate Unknown
Channels Unknown
FM synth Unknown
Factory memory Unknown
CD interface Unknown
Driver Missing download URL

This template is used to populate the Device Infobox with information about an audio card. See Creative Sound Blaster Pro 2 for example use. As this template sits inside an infobox, it can be combined with other templates in the case of multi-function devices.

Valid parameters and examples specific to this infobox are:

Parameter Meaning
Model = Value Text value of the device model number, such as CT1350B.
Full duplex = Value Boolean value indicating whether the card can record and play audio at the same time. Yes if it can, No if it can't record while playing audio, or Unknown.
Max sample rate = Value Maximum sampling rate of audio playback. Specify a value with a unit, such as 44.1 kHz
Channels = Value Number of audio channels available. One of the following values:
  • 1 - mono
  • 2 - stereo
  • 4 - front/rear stereo
  • 6 - 5.1
FM synth = Value This is a page field containing one of the following values:
  • OPL2 - Yamaha YM3812
  • Dual OPL2
  • OPL3 - Yamaha YMF262
  • CQM - Creative's own OPL clone
  • ESFM - Esoniq's OPL clone
  • Wavetable - only use for wavetable emulation of FM, this is different to wavetable MIDI
Factory memory = Value Optional. Amount of memory typically shipped with the card, e.g. soldered on when other sockets are empty. Provide a value with a suffix, such as 512 B (bytes), 256 kB, 2 MB, etc.
Max memory = Value Optional. Maximum RAM capacity of the device when all slots are fully populated with the largest capacity chips supported. Provide a value with a suffix, such as 512 B (bytes), 256 kB, 2 MB, etc.
CD interface = Value Page field listing one or more interfaces to CD drives in a comma-separated list:
  • [[Has CD interface::None]] (no CD interface)
  • [[Has CD interface::IDE]] (standard IDE controller, remember to include Template:Device Infobox/IDE Controller)
  • [[Has CD interface::SCSI]]
  • [[Has CD interface::Matsushita MKE]] (aka Panasonic)
  • [[Has CD interface::Sony]]
  • [[Has CD interface::LMSI]]
  • [[Has CD interface::Mitsumi]]

Default values are shown if the parameter is omitted, so do not use any parameters unless the value is known (most of the defaults say "unknown").