Interface
Overall
- Add portuguese translation.
Master Controls
- A master mute button has to be implemented.
- A master volume control has to be implemented.
Cue Controls
- When an audio control is paused, the nextCue shouldn't be activated.
- A mute button per track has been required.
Hotkeys
- Create eventlistener for audioCues.hotKey.
Configuration File [audio-show.js]
Play Count [audioCues.playCount]
- "" : You can also leave the "playCount" field empty or set it to 0 to indicate that the audio cue should not
play.
Next Cue [audioCues.nextCue]
- "a positive integer" : You can also specify the index of a specific audio cue to play next. For example, if
you want audio cue with index 2 to play next, you can set "nextCue" to 2.
New Fields
- Playback Speed : A field to control the playback speed of the audio cue, allowing for adjustments like slow
motion or fast-forward effects.
- Pan : A field to control the stereo panning of the audio cue, determining the balance between the left and
right channels.
- Pitch : A field to adjust the pitch or frequency of the audio cue, enabling pitch-shifting effects.
- Spatial Audio : A field to specify spatial audio settings, such as 3D positioning or surround sound
parameters.
- Effects : A field to add specific audio effects or filters to the audio cue, such as reverb, delay, or
equalization.
- Audio Grouping : A field to categorize audio cues into groups or categories for better organization and
management.
- User Metadata : Additional fields to include any custom metadata or information specific to your application
or workflow.
- Duration : A field to specify the duration of the audio cue in seconds or milliseconds.
- Start Time : A field to define the specific start time within the audio file where the cue should begin
playing.
- End Time : A field to define the specific end time within the audio file where the cue should stop playing.
- Fade In Curve : A field to specify the type of curve or shape used for the fade-in effect, such as linear,
exponential, or logarithmic.
- Fade Out Curve : A field to specify the type of curve or shape used for the fade-out effect.
- Audio Source : A field to provide an alternative source for the audio cue, such as a URL or data URI, in
case the original file is unavailable or needs to be dynamically fetched.
- Metadata : Additional fields to store any relevant metadata about the audio cue, such as artist, album,
genre, or custom tags.
^