1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-09 14:46:34 -04:00
sdrangel/plugins/samplesink/audiooutput
2022-04-10 02:19:26 +02:00
..
audiooutput.cpp Audio output plugin 2020-11-21 11:15:06 +01:00
audiooutput.h Audio output plugin 2020-11-21 11:15:06 +01:00
audiooutputgui.cpp Massive UI revamping (v7): unify custom widget borders 2022-04-10 02:19:26 +02:00
audiooutputgui.h Massive UI revamping (v7): devices basic 2022-04-07 16:32:03 +02:00
audiooutputgui.ui Massive UI revamping (v7): devices UIs update 2022-04-09 22:05:55 +02:00
audiooutputplugin.cpp Updated versions and changelogs 2022-03-30 22:16:08 +02:00
audiooutputplugin.h Audio output plugin 2020-11-21 11:15:06 +01:00
audiooutputsettings.cpp Massive UI revamping (v7): devices basic 2022-04-07 16:32:03 +02:00
audiooutputsettings.h Massive UI revamping (v7): devices basic 2022-04-07 16:32:03 +02:00
audiooutputwebapiadapter.cpp Fixed wrong structure being used in some sample source and sink plugins web API adapters. Fixes #842 2021-04-15 15:30:29 +02:00
audiooutputwebapiadapter.h Audio output plugin 2020-11-21 11:15:06 +01:00
audiooutputworker.cpp Audio output plugin 2020-11-21 11:15:06 +01:00
audiooutputworker.h Audio output plugin 2020-11-21 11:15:06 +01:00
CMakeLists.txt Install debug symbols on Windows for debug builds 2022-02-06 12:56:58 +00:00
readme.md Audio output plugin 2020-11-21 11:15:06 +01:00

Audio output plugin

Introduction

This output plugin sends its samples to an audio device.

Interface

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.