Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > ComfyUI-FL-VoxCPM > FL VoxCPM Audio Crop

ComfyUI Node: FL VoxCPM Audio Crop

Class Name

FL_VoxCPM_AudioCrop

Category
FL/VoxCPM
Author
filliptm (Account age: 2446days)
Extension
ComfyUI-FL-VoxCPM
Latest Updated
2026-05-21
Github Stars
0.03K

How to Install ComfyUI-FL-VoxCPM

Install this extension via the ComfyUI Manager by searching for ComfyUI-FL-VoxCPM
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI-FL-VoxCPM in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

FL VoxCPM Audio Crop Description

Trim or crop audio files to specified start and end times for precise segment selection.

FL VoxCPM Audio Crop:

The FL_VoxCPM_AudioCrop node is designed to trim or crop audio files to a specified start and end time, allowing you to focus on a particular segment of an audio waveform. This node is particularly useful for audio processing tasks where only a specific portion of the audio is needed, such as in sound design, music production, or voice editing. By providing a simple interface to define the start and end times, it enables precise control over the audio content you wish to retain, ensuring that you can easily isolate and work with the desired audio segment. The node handles the conversion of time formats and ensures that the cropping operation respects the boundaries of the audio file, preventing errors related to out-of-bounds access.

FL VoxCPM Audio Crop Input Parameters:

audio

The audio parameter is the input audio tensor that you wish to crop. It contains the waveform data and the sample rate, which are essential for accurately determining the start and end frames for cropping. This parameter is crucial as it provides the raw audio data that the node will process. There are no specific minimum or maximum values for this parameter, but it must be a valid audio tensor with a defined sample rate.

start_time

The start_time parameter specifies the beginning of the audio segment you want to retain. It can be provided in the format MM:SS or as a number of seconds. The default value is 0:00, which means the cropping will start from the beginning of the audio. This parameter allows you to define the exact point in time where the desired audio segment should start, providing flexibility in audio editing.

end_time

The end_time parameter defines the end of the audio segment you wish to keep. Similar to start_time, it can be specified in MM:SS format or as seconds. The default value is 1:00, indicating that the cropping will end at one minute into the audio. This parameter is essential for setting the endpoint of the audio segment, ensuring that you capture the precise duration needed for your project.

FL VoxCPM Audio Crop Output Parameters:

audio

The output audio parameter is a dictionary containing the cropped waveform and the sample rate. This output represents the trimmed audio segment based on the specified start and end times. It is crucial for further processing or playback, as it provides the exact portion of the audio that you intended to isolate. The cropped audio retains the original sample rate, ensuring consistency in audio quality and playback speed.

FL VoxCPM Audio Crop Usage Tips:

  • Ensure that the start_time and end_time are within the duration of the input audio to avoid errors.
  • Use the MM:SS format for time parameters to easily specify precise start and end points.
  • Double-check the sample rate of your input audio to ensure accurate time-to-frame conversion.

FL VoxCPM Audio Crop Common Errors and Solutions:

Start time must be less than end time and be within the audio length.

  • Explanation: This error occurs when the specified start_time is greater than or equal to the end_time, or if either time is outside the bounds of the audio duration.
  • Solution: Verify that the start_time is less than the end_time and both are within the audio's total length. Adjust the times accordingly to ensure they fall within the valid range.

Audio crop failed: <error_message>

  • Explanation: This generic error message indicates that an unexpected issue occurred during the audio cropping process.
  • Solution: Check the input parameters for correctness, ensure the audio tensor is valid, and review any additional error details provided in the logs to identify and resolve the underlying issue.

FL VoxCPM Audio Crop Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI-FL-VoxCPM
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

FL VoxCPM Audio Crop