mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-04 06:52:26 -04:00
Add memory buffer to Logger, so last 500 log messages can be included in crash report. Generate and include stripped pdb files so stack trace can include function names.
Audio output plugin
Introduction
This output plugin sends its samples to an audio device.
Interface
The top and bottom bars of the device window are described here
1: Start/Stop
Device start / stop button. Use this switch button to play or stop audio playback
2: Audio sample rate
Audio sample rate in Hz (Sa/s) with multiplier indicator (k).
3: Select audio device
Use this push button to open a dialog that lets you choose the audio playback device. See audio management documentation for details.
4: Audio device
The name of the audio device in use.
5: Volume
A control to set the output volume. This is not supported by all output audio devices.
6: Channel Map
This controls how the left and right audio channels map on to the IQ channels.
- I=L, Q=R - The left audio channel is driven to the I channel. The right audio channel is driven to the Q channel for a complex (analytic signal)input.
- I=R, Q=L - The right audio channel is driven to the I channel. The left audio channel is driven to the Q channel for a complex (analytic signal)input.