# Noise Remover WAV High Tool

**Use case:** 

Remove background noise from audio with high reduction and export as lossless WAV. Returns processed audio URL, format, size, and duration.

## Input

```json
{
  "audioFileUrl": [
    "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-2.mp3"
  ],
  "outputFormat": "wav",
  "noiseReductionLevel": "high",
  "preserveOriginalQuality": true
}
```

## Output

```json
{
  "processedAudioUrl": {
    "label": "Processed Audio URL",
    "format": "link"
  },
  "outputFormat": {
    "label": "Output Format",
    "format": "text"
  },
  "fileSize": {
    "label": "File Size (bytes)",
    "format": "number"
  },
  "duration": {
    "label": "Duration (seconds)",
    "format": "number"
  },
  "originalFormat": {
    "label": "Original Format",
    "format": "text"
  },
  "timestamp": {
    "label": "Processed At",
    "format": "datetime"
  }
}
```

## About this Actor

This example demonstrates how to use [Audio Noise Remover](https://apify.com/parseforge/noise-remover) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/noise-remover) to learn more, explore other use cases, and run it yourself.