16. Audio

16-1 Prevention of Audio Pop (Required)


16-1 Prevention of Audio Pop (Required)

Description

Perform audio initialization as soon as possible (within the first 500ms) after power is applied to the N64 Control Deck.

Reason

The following three signals are input to the audio DAC.

When power is applied to the N64 Control Deck, DC bias is applied to the outputs (L and R) of the audio DAC. When the audio DAC is initialized (osAiSetFrequency called), the clock is input to the audio DAC and the DC bias voltage rises. An audio pop may be generated when the voltage rise is amplified by the audio amplifier.

Audio output is muted during the first 500ms after power is applied to the N64 Control Deck. The potential for this audio pop is greatly reduced if the audio initialization is performed during this period.

Reference


Remarks

When using Partner-N64, the N64 OS initialization takes longer than the N64 Control Deck. Because of this, audio DAC initialization is done after the mute period and an audio pop is generated.