1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-12 19:36:10 -05:00
sdrangel/plugins/samplesink/audiooutput
Edouard Griffiths f522d88fc5
Merge pull request #2252 from srcejon/freq_scanner
Update CMakeLists.txt to allow static libraries to be built
2024-09-13 21:07:04 +02:00
..
audiooutput.cpp Remove uneeded unlocks of QMutexLocker 2024-06-23 17:32:48 +02:00
audiooutput.h Rewriting of copyright notices for plugins/samplesink. Part of #1893 2023-11-18 09:58:55 +01:00
audiooutputgui.cpp Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
audiooutputgui.h Rewriting of copyright notices for plugins/samplesink. Part of #1893 2023-11-18 09:58:55 +01:00
audiooutputgui.ui Massive UI revamping (v7): fixed devices .ui files to correct display wwhen creating device. Part of #1209 2022-04-27 02:06:17 +02:00
audiooutputplugin.cpp Updated versions and changelogs 2024-06-06 22:10:04 +02:00
audiooutputplugin.h Rewriting of copyright notices for plugins/samplesink. Part of #1893 2023-11-18 09:58:55 +01:00
audiooutputsettings.cpp Rewriting of copyright notices for plugins/samplesink. Part of #1893 2023-11-18 09:58:55 +01:00
audiooutputsettings.h Rewriting of copyright notices for plugins/samplesink. Part of #1893 2023-11-18 09:58:55 +01:00
audiooutputwebapiadapter.cpp Rewriting of copyright notices for plugins/samplesink. Part of #1893 2023-11-18 09:58:55 +01:00
audiooutputwebapiadapter.h Rewriting of copyright notices for plugins/samplesink. Part of #1893 2023-11-18 09:58:55 +01:00
audiooutputworker.cpp Rewriting of copyright notices for plugins/samplesink. Part of #1893 2023-11-18 09:58:55 +01:00
audiooutputworker.h Rewriting of copyright notices for plugins/samplesink. Part of #1893 2023-11-18 09:58:55 +01:00
CMakeLists.txt Merge pull request #2252 from srcejon/freq_scanner 2024-09-13 21:07:04 +02:00
readme.md Massive UI revamping (v7): implemented device common settings from top bar and added documentation on device windows top and bottom bars 2022-04-17 01:31:50 +02:00

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.