sdrangel/plugins/samplesink/audiooutput
f4exb 1247e7e65c Fixed missing initializations of QNetworkManager. Fixes #1689 2023-05-18 10:20:27 +02:00
..
CMakeLists.txt Update CMakeLists.txt to support both Qt5 and Qt6. Add option ENABLE_QT6 2022-11-17 14:34:54 +00:00
audiooutput.cpp Fixed missing initializations of QNetworkManager. Fixes #1689 2023-05-18 10:20:27 +02:00
audiooutput.h Audio output: Make settings assignments atomic. Part of #1329 2022-10-29 23:25:44 +02:00
audiooutputgui.cpp Add DialogPositioner to ensure dialogs are fully on screen and remain on 2022-12-20 10:31:15 +00:00
audiooutputgui.h Device GUIs: Constain window size via minimumSize/maximumSize, rather than handling resizeEvent. Add maximum button. Hide size buttons when window size is fixed 2022-11-09 15:53:44 +00:00
audiooutputgui.ui
audiooutputplugin.cpp Updated versions and changelogs 2022-11-01 23:51:06 +01:00
audiooutputplugin.h
audiooutputsettings.cpp Audio output: Make settings assignments atomic. Part of #1329 2022-10-29 23:25:44 +02:00
audiooutputsettings.h Update plugins to compile with Qt5 and Qt6 2022-11-17 14:36:12 +00:00
audiooutputwebapiadapter.cpp
audiooutputwebapiadapter.h
audiooutputworker.cpp
audiooutputworker.h
readme.md

readme.md

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

Audio output plugin GUI

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.