Blue yeti nano: Difference between revisions

From wikinotes
No edit summary
 
Line 15: Line 15:
<blockquote>
<blockquote>
<source lang="yaml">
<source lang="yaml">
circle button
{{ NOTE |
When the front button flashes yellow/orange, this indicates that the sound is being output at the incorrect frequency. }}
 
front button:
   - press:  toggle mute
   - press:  toggle mute
   - colour: |
   - colour: |
Line 26: Line 29:
   - full circle: record room
   - full circle: record room
   - broken circle: record near
   - broken circle: record near
  - hold rear button down to toggle live monitoring of recording (listen to recording from headphones)
</source>
</source>
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->
= Configuration =
<blockquote>
== PulseAudio ==
<blockquote>
Sound will work for some videos, and youtube and not for others.<br>
To correct this, assign the default/alternate sample-rate in <code>daemon.conf</code>.
<syntaxhighlight lang="bash">
# ~/.config/pulse/daemon.conf
default-sample-rate  = 44000
alternate-sample-rate = 44100
</syntaxhighlight>
</blockquote><!-- PulseAudio -->
</blockquote><!-- Configuration -->

Latest revision as of 23:53, 16 July 2021

A USB microphone.

NOTE:

hold rear button to toggle enable/disable live monitoring of recording (hearing your voice).

Configuration

Frequency

Where applicable, the output frequency should be: 24-bit, 48kHz

Usage

{{ NOTE |
When the front button flashes yellow/orange, this indicates that the sound is being output at the incorrect frequency. }}

front button:
  - press:  toggle mute
  - colour: |
    when first-pressed, the flashed-colour indicates the mode.
    afterwards, may blink orange or hold a solid colour.
    red:   muted
    green: recording

rear button:
  - full circle: record room
  - broken circle: record near
  - hold rear button down to toggle live monitoring of recording (listen to recording from headphones)

Configuration

PulseAudio

Sound will work for some videos, and youtube and not for others.
To correct this, assign the default/alternate sample-rate in daemon.conf.

# ~/.config/pulse/daemon.conf

default-sample-rate   = 44000
alternate-sample-rate = 44100