summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/platform/Linux/intf_alsa/alsa_intf.md
diff options
context:
space:
mode:
Diffstat (limited to 'lib/avtp_pipeline/platform/Linux/intf_alsa/alsa_intf.md')
-rw-r--r--lib/avtp_pipeline/platform/Linux/intf_alsa/alsa_intf.md31
1 files changed, 11 insertions, 20 deletions
diff --git a/lib/avtp_pipeline/platform/Linux/intf_alsa/alsa_intf.md b/lib/avtp_pipeline/platform/Linux/intf_alsa/alsa_intf.md
index cd97cf1a..123c4366 100644
--- a/lib/avtp_pipeline/platform/Linux/intf_alsa/alsa_intf.md
+++ b/lib/avtp_pipeline/platform/Linux/intf_alsa/alsa_intf.md
@@ -10,26 +10,17 @@ ALSA interface module. An interface to connect AVTP streams to ALSA either as an
Name | Description
--------------------------|---------------------------
-intf_nv_ignore_timestamp | If set to 1 timestamps will be ignored during \
- processing of frames. This also means stale (old) \
- Media Queue items will not be purged.
-intf_nv_device_name |ALSA device name. Commonly "default" or "plug:dmix"
-intf_nv_audio_rate |Audio rate, numberic values defined by \
- @ref avb_audio_rate_t
-intf_nv_audio_bit_depth |Bit depth of audio, numeric values defined by \
- @ref avb_audio_bit_depth_t
-intf_nv_audio_type |Type of data samples, possible values <ul><li>float \
- </li><li>sign</li><li>unsign</li><li>int</li><li> \
- uint</li></ul>
-intf_nv_audio_endian |Data endianess possible values <ul><li>big</li><li> \
- little</li></ul>
-intf_nv_audio_channels |Number of audio channels, numeric values should be \
- within range of values in @ref avb_audio_channels_t
-intf_nv_allow_resampling |If 1 software resampling allowed, disallowed \
- otherwise (by default allowed)
-intf_nv_start_threshold_periods|Playback start threshold measured in ALSA \
- periods (2 by default)
-intf_nv_period_time |Approximate ALSA period duration in microseconds
+intf_nv_ignore_timestamp | If set to 1 timestamps will be ignored during processing of frames. This also means stale (old) Media Queue items will not be purged.
+intf_nv_device_name | ALSA device name. Commonly "default" or "plug:dmix"
+intf_nv_audio_rate | Audio rate, numberic values defined by @ref avb_audio_rate_t
+intf_nv_audio_bit_depth | Bit depth of audio, numeric values defined by @ref avb_audio_bit_depth_t
+intf_nv_audio_type | Type of data samples, possible values <ul><li>float</li><li>sign</li><li>unsign</li><li>int</li><li>uint</li></ul>
+intf_nv_audio_endian | Data endianess possible values <ul><li>big</li><li>little</li></ul>
+intf_nv_audio_channels | Number of audio channels, numeric values should be within range of values in @ref avb_audio_channels_t
+intf_nv_allow_resampling | If 1 software resampling allowed, disallowed otherwise (by default allowed)
+intf_nv_start_threshold_periods | Playback start threshold measured in ALSA periods (2 by default)
+intf_nv_period_time | Approximate ALSA period duration in microseconds
+intf_nv_clock_skew_ppb | Estimate of media clock skew in Parts Per Billion (nanoseconds per second)
<br>
# Notes