Marker
Overview
Marks a specific location within the audio signal flow
Discussion
The marker_module.m identifies a specific location within the audio signal flow. It is used in Audio Weaver Designer to mark starting and ending points for measurements. The module is virtual (.isVirtual=1) and is removed when the system is built.
Module Pack
Standard
ClassID
classID =
Type Definition
typedef struct _ModuleMarker
{
ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure
} ModuleMarkerClass;
Pins
Input Pins
| Name | in |
| Description | Input signal |
| Data type | {float, int, fract32, fract16} |
| Channel range | Unrestricted |
| Block size range | Unrestricted |
| Sample rate range | Unrestricted |
| Complex support | Real and Complex |
Output Pins
| Name | out |
| Description | Output signal |
| Data Type | {float, int, fract32, fract16} |
Matlab Usage
File Name: marker_module.m
M=marker_module(NAME)
This module marks a specific location within an audio layout.
This is a virtual module and is removed when the system is built.
Arguments:
NAME - name of the module.
Copyright (c) 2026 DSP Concepts, Inc.