This repository has been archived on 2025-09-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
alsa-scarlett-gui/src/tooltips.c
Geoffrey D. Bennett b2823e79be Bump copyright year
2024-02-08 18:08:34 +10:30

20 lines
634 B
C

// SPDX-FileCopyrightText: 2022-2024 Geoffrey D. Bennett <g@b4.vu>
// SPDX-License-Identifier: GPL-3.0-or-later
#include "tooltips.h"
// tooltips that are used from multiple files
const char *level_descr =
"Mic/Line or Instrument Level (Impedance)";
const char *air_descr =
"Enabling Air will transform your recordings and inspire you while "
"making music.";
const char *phantom_descr =
"Enabling 48V sends “Phantom Power” to the XLR microphone input. "
"This is required for some microphones (such as condensor "
"microphones), and damaging to some microphones (particularly "
"vintage ribbon microphones).";