<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>auphonic.com - Last entries</title><link>https://auphonic.com/blog/</link><description>The last entries on the site auphonic.com</description><atom:link href="https://auphonic.com/blog/feeds/latest/" rel="self"/><language>en-us</language><copyright>Zinnia</copyright><lastBuildDate>Thu, 26 Mar 2026 07:04:07 +0000</lastBuildDate><item><title>Introducing the Auphonic Command Line Interface (CLI)
</title><link>https://auphonic.com/blog/2026/03/26/auphonic-cli/</link><description>
&lt;p&gt;
    Auphonic is now available from the command line: &lt;br&gt;
    The &lt;a href="https://auphonic.com/cli" target="_blank"&gt;Auphonic CLI&lt;/a&gt; lets you
    process, manage, and automate &lt;a href="https://auphonic.com/help/web/production.html" target="_blank"&gt;audio productions&lt;/a&gt;
    without leaving the terminal.
    It's a &lt;b&gt;free, single binary with no dependencies&lt;/b&gt; &amp;mdash;
    just download it, authenticate, and start processing.
  &lt;/p&gt;

  &lt;img src="https://auphonic.com/help/_images/cli-terminal.png" width="608" height="240" alt="Auphonic CLI Terminal" /&gt;

  &lt;p&gt;
    Everything you know from Auphonic is available:
    &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#noise-and-reverb-reduction" target="_blank"&gt;Noise Reduction&lt;/a&gt;,
    &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#loudness-specifications-and-true-peak-limiter" target="_blank"&gt;Loudness Normalization&lt;/a&gt;,
    &lt;a href="https://auphonic.com/help/algorithms/speech_recognition.html" target="_blank"&gt;Speech Recognition&lt;/a&gt;,
    &lt;a href="https://auphonic.com/help/algorithms/multitrack.html" target="_blank"&gt;Multitrack Processing&lt;/a&gt;,
    &lt;a href="https://auphonic.com/help/web/preset.html" target="_blank"&gt;Presets&lt;/a&gt;,
    and publishing to
    &lt;a href="https://auphonic.com/help/web/services.html" target="_blank"&gt;External Services&lt;/a&gt;.
    All from a single command.
  &lt;/p&gt;


  &lt;h3&gt;Use Cases&lt;/h3&gt;

  &lt;p&gt;
    Whether you're producing a single episode or processing thousands of files,
    the CLI fits into a wide range of workflows:
  &lt;/p&gt;

  &lt;p&gt;
    &lt;strong&gt;File-based workflows:&lt;/strong&gt;
    If you're a broadcaster, podcaster, or anyone working with file-based audio,
    the CLI lets you integrate Auphonic directly into your local workflow.
    Drop it into your existing production pipeline and process files
    right where they live &amp;mdash; no browser required.
  &lt;/p&gt;

  &lt;p&gt;
    &lt;strong&gt;DAW integration:&lt;/strong&gt;
    Pipe audio straight from ffmpeg, sox, or your DAW exports into Auphonic.
    This makes it easy to add post-processing as the final step
    in your editing workflow without switching tools.
  &lt;/p&gt;

  &lt;p&gt;
    &lt;strong&gt;Batch processing &amp;amp; scripting:&lt;/strong&gt;
    Wrap the CLI in a shell script, cron job, or CI/CD pipeline
    to process entire folders of files automatically.
    Great for teams that need to handle high volumes of audio
    with consistent quality settings.
  &lt;/p&gt;

  &lt;p&gt;
    &lt;strong&gt;Optimized for humans and agents:&lt;/strong&gt;
    A single command replaces what would otherwise be multiple API calls
    with HTTP requests, JSON payloads, and auth headers.
    The CLI is designed to be easy to use interactively,
    but its structured output also makes it a natural fit for
    AI agents and LLMs that need to integrate audio processing into their toolchains.
  &lt;/p&gt;


  &lt;h3&gt;Examples&lt;/h3&gt;

  &lt;p&gt;
    Processing a file is as simple as a single command.
    The CLI uploads your audio to Auphonic, applies our
    &lt;a href="https://auphonic.com/help/algorithms/singletrack.html" target="_blank"&gt;default audio algorithms&lt;/a&gt;
    automatically, and downloads the processed result back to your machine:
  &lt;/p&gt;

  &lt;div style="background: #111827; border-radius: 8px; overflow: hidden; margin: 1em auto; max-width: 680px;"&gt;
    &lt;div style="display: flex; align-items: center; gap: 6px; padding: 8px 16px; background: rgba(31, 41, 55, 0.6);"&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(239, 68, 68, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(234, 179, 8, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(34, 197, 94, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="margin-left: 8px; font-size: 12px; color: #6b7280; font-family: monospace;"&gt;Terminal&lt;/span&gt;
    &lt;/div&gt;
    &lt;div style="padding: 16px; font-family: monospace; font-size: 13px; line-height: 1.6;"&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;# Process an audio file, wait for completion, and download the result&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #4ade80;"&gt;$ &lt;/span&gt;&lt;span style="color: #f3f4f6;"&gt;auphonic process interview.wav --wait --download&lt;/span&gt;&lt;/p&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;Processing interview.wav...&lt;/p&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;Status: Done&lt;/p&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;Downloaded: interview-auphonic.mp3&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p&gt;
    &lt;a href="https://auphonic.com/help/web/preset.html" target="_blank"&gt;Presets&lt;/a&gt;
    save your production settings &amp;mdash; output formats, loudness targets, metadata, publishing destinations &amp;mdash;
    so you get consistent results across episodes without repeating yourself.
    The &lt;span style="font-family: monospace; background: #f3f4f6; padding: 1px 5px; border-radius: 3px; font-size: 13px;"&gt;--preset&lt;/span&gt; flag accepts either the preset name or its UUID.
    You can also pipe audio from other tools like ffmpeg:
  &lt;/p&gt;

  &lt;div style="background: #111827; border-radius: 8px; overflow: hidden; margin: 1em auto; max-width: 680px;"&gt;
    &lt;div style="display: flex; align-items: center; gap: 6px; padding: 8px 16px; background: rgba(31, 41, 55, 0.6);"&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(239, 68, 68, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(234, 179, 8, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(34, 197, 94, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="margin-left: 8px; font-size: 12px; color: #6b7280; font-family: monospace;"&gt;Terminal&lt;/span&gt;
    &lt;/div&gt;
    &lt;div style="padding: 16px; font-family: monospace; font-size: 13px; line-height: 1.6;"&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;# Apply a preset to your production&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #4ade80;"&gt;$ &lt;/span&gt;&lt;span style="color: #f3f4f6;"&gt;auphonic process episode.wav --preset "My Podcast" --wait --download&lt;/span&gt;&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;/p&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;# Pipe audio from ffmpeg&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #4ade80;"&gt;$ &lt;/span&gt;&lt;span style="color: #f3f4f6;"&gt;ffmpeg -i recording.mkv -vn -f wav - | auphonic process - --preset "My Podcast"&lt;/span&gt;&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p&gt;
    Need to check on past productions or grab a result file?
    The &lt;span style="font-family: monospace; background: #f3f4f6; padding: 1px 5px; border-radius: 3px; font-size: 13px;"&gt;list&lt;/span&gt; and &lt;span style="font-family: monospace; background: #f3f4f6; padding: 1px 5px; border-radius: 3px; font-size: 13px;"&gt;download&lt;/span&gt; commands let you
    quickly browse your production history and pull output files.
    Add &lt;span style="font-family: monospace; background: #f3f4f6; padding: 1px 5px; border-radius: 3px; font-size: 13px;"&gt;--open&lt;/span&gt; to open the production in your browser,
    or use &lt;span style="font-family: monospace; background: #f3f4f6; padding: 1px 5px; border-radius: 3px; font-size: 13px;"&gt;auphonic open UUID&lt;/span&gt; to jump to any production at any time:
  &lt;/p&gt;

  &lt;div style="background: #111827; border-radius: 8px; overflow: hidden; margin: 1em auto; max-width: 680px;"&gt;
    &lt;div style="display: flex; align-items: center; gap: 6px; padding: 8px 16px; background: rgba(31, 41, 55, 0.6);"&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(239, 68, 68, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(234, 179, 8, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(34, 197, 94, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="margin-left: 8px; font-size: 12px; color: #6b7280; font-family: monospace;"&gt;Terminal&lt;/span&gt;
    &lt;/div&gt;
    &lt;div style="padding: 16px; font-family: monospace; font-size: 13px; line-height: 1.6;"&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;# List recent productions&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #4ade80;"&gt;$ &lt;/span&gt;&lt;span style="color: #f3f4f6;"&gt;auphonic list&lt;/span&gt;&lt;/p&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;UUID                    Status    Title&lt;/p&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;aB3xKmNpQrStUvWxYz1234  Done      Episode 42&lt;/p&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;zY9wLcFgHjKmNpQrSt5678  Done      Interview&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;/p&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;# Download a production's output files&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #4ade80;"&gt;$ &lt;/span&gt;&lt;span style="color: #f3f4f6;"&gt;auphonic download aB3xKmNpQrStUvWxYz1234&lt;/span&gt;&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;/p&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;# Open a production in the browser&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #4ade80;"&gt;$ &lt;/span&gt;&lt;span style="color: #f3f4f6;"&gt;auphonic open aB3xKmNpQrStUvWxYz1234&lt;/span&gt;&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p&gt;
    &lt;a href="https://auphonic.com/help/algorithms/multitrack.html" target="_blank"&gt;Multitrack&lt;/a&gt;
    productions let you process separate audio tracks for each speaker or source &amp;mdash;
    Auphonic automatically balances levels, reduces crosstalk, and mixes them into a final file.
    This is ideal for interviews, panel discussions, or any recording with multiple microphones:
  &lt;/p&gt;

  &lt;div style="background: #111827; border-radius: 8px; overflow: hidden; margin: 1em auto; max-width: 680px;"&gt;
    &lt;div style="display: flex; align-items: center; gap: 6px; padding: 8px 16px; background: rgba(31, 41, 55, 0.6);"&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(239, 68, 68, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(234, 179, 8, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(34, 197, 94, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="margin-left: 8px; font-size: 12px; color: #6b7280; font-family: monospace;"&gt;Terminal&lt;/span&gt;
    &lt;/div&gt;
    &lt;div style="padding: 16px; font-family: monospace; font-size: 13px; line-height: 1.6;"&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;# Multitrack production with labeled tracks&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #4ade80;"&gt;$ &lt;/span&gt;&lt;span style="color: #f3f4f6;"&gt;auphonic process \&lt;/span&gt;&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #f3f4f6;"&gt;&amp;nbsp;&amp;nbsp;--track id=host,file=host.wav \&lt;/span&gt;&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #f3f4f6;"&gt;&amp;nbsp;&amp;nbsp;--track id=guest,file=guest.wav \&lt;/span&gt;&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #f3f4f6;"&gt;&amp;nbsp;&amp;nbsp;--track id=music,file=music.wav \&lt;/span&gt;&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #f3f4f6;"&gt;&amp;nbsp;&amp;nbsp;--wait --download&lt;/span&gt;&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p&gt;
    You can add &lt;a href="https://auphonic.com/help/algorithms/speech_recognition.html" target="_blank"&gt;Speech Recognition&lt;/a&gt;
    to generate transcripts alongside your processed audio,
    publish directly to an
    &lt;a href="https://auphonic.com/help/web/services.html" target="_blank"&gt;External Service&lt;/a&gt;
    like your podcast host or YouTube,
    or set default options so you don't have to repeat them every time:
  &lt;/p&gt;

  &lt;div style="background: #111827; border-radius: 8px; overflow: hidden; margin: 1em auto; max-width: 680px;"&gt;
    &lt;div style="display: flex; align-items: center; gap: 6px; padding: 8px 16px; background: rgba(31, 41, 55, 0.6);"&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(239, 68, 68, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(234, 179, 8, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(34, 197, 94, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="margin-left: 8px; font-size: 12px; color: #6b7280; font-family: monospace;"&gt;Terminal&lt;/span&gt;
    &lt;/div&gt;
    &lt;div style="padding: 16px; font-family: monospace; font-size: 13px; line-height: 1.6;"&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;# Add speech recognition&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #4ade80;"&gt;$ &lt;/span&gt;&lt;span style="color: #f3f4f6;"&gt;auphonic process episode.wav --speech-recognition --wait&lt;/span&gt;&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;/p&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;# Publish to your podcast host&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #4ade80;"&gt;$ &lt;/span&gt;&lt;span style="color: #f3f4f6;"&gt;auphonic process episode.wav --publish SERVICE_UUID --wait&lt;/span&gt;&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;/p&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;# Set a default preset for all future productions&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #4ade80;"&gt;$ &lt;/span&gt;&lt;span style="color: #f3f4f6;"&gt;auphonic config set default-preset "My Podcast"&lt;/span&gt;&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p&gt;
    See the &lt;a href="https://auphonic.com/help/resources/cli.html#commands" target="_blank"&gt;CLI reference documentation&lt;/a&gt;
    for the full command reference.
  &lt;/p&gt;


  &lt;h3&gt;Auphonic API Updates&lt;/h3&gt;

  &lt;p&gt;
    Alongside the CLI, we've made some improvements to the
    &lt;a href="https://auphonic.com/help/api/" target="_blank"&gt;Auphonic API&lt;/a&gt;
    that benefit both API users and CLI users alike.
  &lt;/p&gt;

  &lt;p&gt;
    &lt;strong&gt;OpenAPI specification:&lt;/strong&gt;
    The Auphonic API now has a full
    &lt;a href="https://auphonic.com/help/openapi.yaml" target="_blank"&gt;OpenAPI 3.0.3 specification&lt;/a&gt;
    covering all endpoints.
    In practice, this means you can auto-generate client libraries in your language of choice,
    get autocompletion in your IDE, and validate requests before sending them.
    You can also browse the full API interactively via
    &lt;a href="https://auphonic.com/help/redoc.html" target="_blank"&gt;ReDoc&lt;/a&gt;.
  &lt;/p&gt;

  &lt;p&gt;
    &lt;strong&gt;Preset names in API:&lt;/strong&gt;
    You can now reference presets by name instead of UUID in API calls &amp;mdash;
    no more copying opaque identifiers.
    The CLI uses this feature under the hood, which is why &lt;span style="font-family: monospace; background: #f3f4f6; padding: 1px 5px; border-radius: 3px; font-size: 13px;"&gt;--preset "My Podcast"&lt;/span&gt;
    works out of the box.
    If multiple presets share a name, priority goes to personal presets first, then shared, then default.
    See the
    &lt;a href="https://auphonic.com/help/api/simple_api.html#start-a-production-and-upload-a-file" target="_blank"&gt;API documentation&lt;/a&gt;
    for details.
  &lt;/p&gt;


  &lt;h3&gt;Get Started&lt;/h3&gt;

  &lt;p&gt;
    The CLI runs on macOS, Linux, and Windows.
    &lt;strong&gt;Install it with a single command:&lt;/strong&gt;
  &lt;/p&gt;

  &lt;div style="background: #111827; border-radius: 8px; overflow: hidden; margin: 1em auto; max-width: 680px;"&gt;
    &lt;div style="display: flex; align-items: center; gap: 6px; padding: 8px 16px; background: rgba(31, 41, 55, 0.6);"&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(239, 68, 68, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(234, 179, 8, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="width: 12px; height: 12px; border-radius: 50%; background: rgba(34, 197, 94, 0.8);"&gt;&lt;/span&gt;
      &lt;span style="margin-left: 8px; font-size: 12px; color: #6b7280; font-family: monospace;"&gt;Terminal&lt;/span&gt;
    &lt;/div&gt;
    &lt;div style="padding: 16px; font-family: monospace; font-size: 13px; line-height: 1.6;"&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #4ade80;"&gt;$ &lt;/span&gt;&lt;span style="color: #f3f4f6;"&gt;curl -sSL https://auphonic.com/cli/install.sh | sh&lt;/span&gt;&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;/p&gt;
      &lt;p style="color: #6b7280; margin: 4px 0;"&gt;# Authenticate with your Auphonic account&lt;/p&gt;
      &lt;p style="margin: 4px 0;"&gt;&lt;span style="color: #4ade80;"&gt;$ &lt;/span&gt;&lt;span style="color: #f3f4f6;"&gt;auphonic auth login&lt;/span&gt;&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p&gt;
    You can also download pre-built binaries directly from
    &lt;a href="https://auphonic.com/cli" target="_blank"&gt;auphonic.com/cli&lt;/a&gt;,
    where you'll find setup instructions for all platforms. &lt;br&gt;
    For the full command reference, see the
    &lt;a href="https://auphonic.com/help/resources/cli.html" target="_blank"&gt;CLI documentation&lt;/a&gt;.
  &lt;/p&gt;


  &lt;h3&gt;Feedback&lt;/h3&gt;

  &lt;p&gt;
    The CLI is a new addition to Auphonic, and we'd love to hear how it works for you.
    If you have feedback, run into issues, or have ideas for new features,
    please visit our
    &lt;a href="https://auphonic.com/contact" target="_blank"&gt;Contact Page&lt;/a&gt;
    or email us at
    &lt;a href="mailto:support@auphonic.com"&gt;support@auphonic.com&lt;/a&gt;.
  &lt;/p&gt;

  &lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
</description><author>grh@auphonic.com (Georg)</author><pubDate>Thu, 26 Mar 2026 06:55:42 +0000</pubDate><guid>https://auphonic.com/blog/2026/03/26/auphonic-cli/</guid><enclosure length="100000" type="image/png" url="http://auphonic.com/help/_images/cli-terminal.png"/><category>Development</category><category>News</category></item><item><title>New External Services: RSS.com, Acast, Scrybecast
</title><link>https://auphonic.com/blog/2026/03/06/new-external-services-rsscom-acast-scrybecast/</link><description>
&lt;p&gt;
    We built Auphonic to &lt;strong&gt;remove friction from podcast production&lt;/strong&gt;.
  &lt;/p&gt;

  &lt;p&gt;
    In our view, you should be able to focus on your content, 
    while the technical work happens reliably in the background.
    And when you're happy with your results, you can 
    &lt;strong&gt;export your production directly to your hosting platform&lt;/strong&gt;.
    And if your hosting platform isn't on the list yet —
    you can &lt;a href="#build-your-own"&gt;build your own integration&lt;/a&gt; using our API.
  &lt;/p&gt;

  &lt;img src="https://auphonic.com/media/blog/RSS-title.svg" width="875" alt="Auphonic Direct Export to RSS.com, Acast, Scrybecast" /&gt;

  &lt;p&gt;
    That philosophy shapes everything we build - from
    &lt;a href="https://auphonic.com/help/algorithms/loudness_normalization.html" target="_blank"&gt;
      Loudness Normalization&lt;/a&gt;,
    to
    &lt;a href="https://auphonic.com/help/algorithms/singletrack.html" target="_blank"&gt;
      Noise Reduction&lt;/a&gt;,
    to
    &lt;a href="https://auphonic.com/help/web/production.html#presets" target="_blank"&gt;
      Production Presets&lt;/a&gt;.
  &lt;/p&gt;

  &lt;p&gt;
    &lt;a href="https://auphonic.com/help/web/services.html" target="_blank"&gt;
      External Publishing&lt;/a&gt; builds on this idea:
    delivering your episode to your hosting platform without unnecessary
    downloads, re-uploads, or duplicated metadata entry.
  &lt;/p&gt;

  &lt;p&gt;
    You process your production once. Auphonic takes care of the delivery.
  &lt;/p&gt;

  &lt;h3&gt;Why We Built External Publishing&lt;/h3&gt;

  &lt;p&gt;
  Publishing your podcast manually is repetitive and it's easy to make mistakes:
  download, re-upload, copy metadata, and double-check everything.
  &lt;/p&gt;

  &lt;p&gt;
  &lt;a href="https://auphonic.com/help/web/services.html" target="_blank"&gt;
  External Publishing&lt;/a&gt;
  removes these steps. Connect your platform once and select it directly in your 
  &lt;a href="https://auphonic.com/help/web/production.html#publishing-external-services" target="_blank"&gt;
  Production Settings&lt;/a&gt;.
  &lt;/p&gt;

  &lt;p&gt;
  After processing, Auphonic delivers your file and metadata automatically.
  If needed, you can enable &lt;strong&gt;Review before Publishing&lt;/strong&gt; to approve the result before delivery.
  &lt;/p&gt;

  &lt;p style="text-align: center; font-size: small; font-style: italic;"&gt;
    &lt;img src="https://auphonic.com/media/blog/external-publishing.png" width="845" alt="External Publishing Services Overview in Auphonic" /&gt;
    Publish automatically, or review before delivery.
  &lt;/p&gt;
  
  

  &lt;h3&gt;New Integration: Publish Directly to RSS.com, Acast, Scrybecast&lt;/h3&gt;

  &lt;p&gt;
    We are happy to announce new integrations with
    &lt;a href="https://rss.com/?utm_source=auphonic&amp;utm_medium=referral&amp;utm_campaign=integration_launch"
     target="_blank"&gt;RSS.com&lt;/a&gt;, 
    &lt;a href="https://acast.com/" target="_blank"&gt;Acast&lt;/a&gt;,
    and &lt;a href="https://scrybecast.com/en/" target="_blank"&gt;Scrybecast&lt;/a&gt;!
  &lt;/p&gt;

  &lt;p&gt;
    You can now export your productions directly from Auphonic to your chosen platform.
  &lt;/p&gt;

  &lt;p&gt;
    To set this up, go to your
    &lt;a href="https://auphonic.com/engine/services/" target="_blank"&gt;
      Services&lt;/a&gt;
    and &lt;a href="https://auphonic.com/help/web/services.html#podcasting-audio-video-services" target="_blank"&gt;
      add a new service&lt;/a&gt;.
  &lt;/p&gt;

   &lt;p style="text-align: center; font-size: small; font-style: italic;"&gt;
    &lt;img src="https://auphonic.com/media/blog/add-new-service.png" width="545" alt="Add RSS.com as External Publishing Service in Auphonic" /&gt;
    Enter the name you want to have shown for your service and the API key provided by the hosting platform.
  &lt;/p&gt;

  

  &lt;p&gt;
    Enter your API key - provided by your platform - and the name you want to be shown in Auphonic.
    Save the service, then select it in your future productions.
  &lt;/p&gt;

   &lt;p style="text-align: center; font-size: small; font-style: italic;"&gt;
    &lt;img src="https://auphonic.com/media/blog/rss-acast.png" width="758" alt="External Services in the Interface" /&gt;
    You can then select and use these external services in your production workflow.
  &lt;/p&gt;

  &lt;p&gt;
    Once processing is complete, Auphonic uploads the final file
    and sends it directly to your platform. Your production appears on the platform automatically.
    No downloading and re-uploading needed!
  &lt;/p&gt;

  &lt;h3 id="build-your-own"&gt;Build Your Own Integration (Like Scrybecast Did)&lt;/h3&gt;

  &lt;p&gt;
  You can &lt;strong&gt;build your own integrations&lt;/strong&gt; - you are not limited to the ones we provide.
  &lt;/p&gt;

  &lt;p&gt;
  External Publishing works via a simple API.
  If your platform has an API, you can connect it to Auphonic.
  &lt;/p&gt;
  
  &lt;p&gt;
  &lt;a href="https://scrybecast.com/en/" target="_blank"&gt;Scrybecast&lt;/a&gt;
  is a perfect example: they built the integration themselves using our 
  &lt;a href="https://auphonic.com/help/api/external_service.html" target="_blank"&gt;External Services API&lt;/a&gt;.
  &lt;/p&gt;

  &lt;p&gt;
  In practice, this means:
  &lt;/p&gt;

  &lt;ul&gt;
    &lt;li&gt;You define how your service receives audio and metadata&lt;/li&gt;
    &lt;li&gt;You connect it via API key&lt;/li&gt;
    &lt;li&gt;Auphonic handles the rest of the workflow&lt;/li&gt;
  &lt;/ul&gt;

  &lt;p&gt;
  With modern coding tools and LLMs, setting this up is no longer limited to experienced developers.
  We only step in for review and activation. The integration itself is fully in your control.
  &lt;/p&gt;

  &lt;p&gt;
  Check out our
  &lt;a href="https://auphonic.com/help/api/external_service.html" target="_blank"&gt;External Services API documentation&lt;/a&gt;
  to get started.
  &lt;/p&gt;

  &lt;h3&gt;Supported External Publishing Platforms&lt;/h3&gt;

  &lt;p&gt;
    External Publishing is designed to support a wide range of platforms.
    All services can be managed in your connected
    &lt;a href="https://auphonic.com/engine/services/" target="_blank"&gt;
      External Services&lt;/a&gt;.
  &lt;/p&gt;

  &lt;ul&gt;
    &lt;li&gt;
      &lt;strong&gt;File Transfer:&lt;/strong&gt;
      FTP,
      SFTP,
      Dropbox,
      Google Drive,
      OneDrive,
      Amazon S3,
      S3 Storage,
      Archive.org,
      WebDAV,
      Google Cloud,
      Zapier
    &lt;/li&gt;
    &lt;li&gt;
      &lt;strong&gt;Podcast &amp; Video Platforms:&lt;/strong&gt;
      YouTube,
      Libsyn,
      Spreaker,
      Blubrry,
      Facebook,
      SoundCloud,
      Captivate,
      PodBean,
      LetsCast.fm,
      Podlove,
      Buzzsprout,
      Podcaster.de,
      SquadCast,
      Hindenburg,
      Audition,
      Premiere,
      RSS.com,
      Acast,
      Scrybecast
    &lt;/li&gt;
    &lt;li&gt;
      &lt;strong&gt;Speech Recognition:&lt;/strong&gt;
      Wit.ai,
      Google,
      Amazon,
      Speechmatics
    &lt;/li&gt;
  &lt;/ul&gt; 
  

  &lt;h3&gt;Simple Audio Production by Design&lt;/h3&gt;

  &lt;p&gt;
    Our goal is straightforward:
    &lt;strong&gt;make professional audio production accessible&lt;/strong&gt; without requiring
    technical expertise.
  &lt;/p&gt;

  &lt;p&gt;
    You focus on your content.
    Auphonic handles processing, formatting, and delivery.
  &lt;/p&gt;

  &lt;p&gt;
    If you have feedback or would like to see additional integrations,
    please visit our
    &lt;a href="https://auphonic.com/contact" target="_blank"&gt;
      Contact Page
    &lt;/a&gt;
    or email us at
    &lt;a href="mailto:support@auphonic.com"&gt;support@auphonic.com&lt;/a&gt;.
  &lt;/p&gt;

  &lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
</description><author>cg@auphonic.com (Christoph)</author><pubDate>Fri, 06 Mar 2026 11:03:41 +0000</pubDate><guid>https://auphonic.com/blog/2026/03/06/new-external-services-rsscom-acast-scrybecast/</guid><enclosure length="100000" type="image/svg+xml" url="http://auphonic.com/media/blog/RSS-title.svg"/><category>News</category></item><item><title>Automatically Cut Music Segments from Your Productions
</title><link>https://auphonic.com/blog/2026/02/11/automatically-cut-music-segments/</link><description>
&lt;p&gt;
  We’ve expanded our 
  
  &lt;a href="https://auphonic.com/help/algorithms/multitrack.html#automatic-cutting" target="_blank"&gt;
    &lt;strong&gt;Automatic Cutting&lt;/strong&gt;&lt;/a&gt; 
  
  feature to make it even more useful for broadcast and long-form productions.
  You can now &lt;strong&gt;remove entire music segments&lt;/strong&gt; with Auphonic. 
  For example, songs in radio shows, podcasts, or recorded broadcasts, which must be removed due to licensing restrictions.
  &lt;/p&gt;

  &lt;img src="https://auphonic.com/media/blog/music-title.png" width="875" alt="Auphonic cuts music segments from productions automatically" /&gt;
  &lt;p&gt;
    In many broadcasting workflows, this is not just a convenience but a requirement: music may be 
    included in live transmissions, but archived or on-demand versions are often not permitted to 
    make that music permanently available. 
    &lt;strong&gt;Automatic music removal&lt;/strong&gt; ensures compliance while keeping spoken content intact.
  &lt;/p&gt;
  
  &lt;h3&gt;Designed for Longer Music Segments&lt;/h3&gt;
  
  &lt;p&gt;
  The new &lt;strong&gt;Cut Music&lt;/strong&gt; option is optimized for &lt;strong&gt;longer music tracks&lt;/strong&gt;, like full songs or extended musical interludes.
  Typical use cases include:
  &lt;/p&gt;
  
  &lt;ul&gt;
    &lt;li&gt;Radio broadcasts with songs between interviews&lt;/li&gt;
    &lt;li&gt;Live shows with music breaks&lt;/li&gt;
    &lt;li&gt;Recordings where only spoken content should remain&lt;/li&gt;
  &lt;/ul&gt;
  
  &lt;p&gt;
  Once enabled, Auphonic detects these music sections and removes them for you.
  &lt;/p&gt;
  
  

  &lt;p style="text-align: center; font-size: small; font-style: italic;"&gt;
    &lt;img src="https://auphonic.com/media/blog/music-cutting.png" width="875" alt="Auphonic Editor with automatically cut music segments"/&gt;
    
    Auphonic Editor with Cut Music Segments
    &lt;/p&gt;

  &lt;h3&gt;Refine your Automatic Results in the Auphonic Editor&lt;/h3&gt;
  &lt;p&gt;
    The new &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#cut-music" target="_blank"&gt;
      &lt;strong&gt;Music Cutting Feature&lt;/strong&gt;&lt;/a&gt; automatically cuts music segments, and lets you
    refine these cuts in the &lt;b&gt;Auphonic Editor&lt;/b&gt;.
    
    Auphonic does the heavy lifting, and you decide exactly what stays and what goes.
    
    
  &lt;/p&gt;
  &lt;div&gt;
    Start with our 

    &lt;a href="https://auphonic.com/blog/2025/05/22/new-auphonic-cut-editor/" target="_blank"&gt;
      &lt;strong&gt;Automatic Cuts&lt;/strong&gt;&lt;/a&gt; 

    and then fine-tune them by ear in the same interface. You can:
    
    &lt;ul&gt;
      &lt;li&gt;Zoom in and click on a cut to select it&lt;/li&gt;
      &lt;li&gt;Activate or Deactivate Cuts&lt;/li&gt;
      &lt;li&gt;Create your own custom cuts&lt;/li&gt;
      &lt;li&gt;Adjust cut regions to your liking and refine by ear&lt;/li&gt;   
      
 

  &lt;/ul&gt;

  &lt;p&gt;
    This &lt;strong&gt;combined workflow&lt;/strong&gt; is the same philosophy we use in our 

    &lt;a href="https://auphonic.com/blog/2025/12/02/denoising-editor/" target="_blank"&gt;
      &lt;strong&gt;Denoising Region Editor&lt;/strong&gt;&lt;/a&gt;, 
    where you refine the automatic denoising Auphonic applies to &lt;strong&gt;get exactly the output you're looking for&lt;/strong&gt;.
  &lt;/p&gt;

  
    &lt;p&gt;
    &lt;strong&gt;NOTE:&lt;/strong&gt;    
    When you're happy with your cuts, press &lt;strong&gt;Apply Changes&lt;/strong&gt; to reprocess with your new edits.
    Reprocessing your production will &lt;b&gt;not&lt;/b&gt; cost any extra credits.
    &lt;/p&gt;
  
  &lt;/div&gt;
  
  
  
  &lt;h3&gt;Cut Music vs. Speech Isolation&lt;/h3&gt;
  
  &lt;p&gt;
  It’s important to distinguish between &lt;strong&gt;removing entire music tracks&lt;/strong&gt; and 
  &lt;strong&gt;removing background music&lt;/strong&gt;.
  &lt;/p&gt;
  
  &lt;div&gt;
    &lt;p&gt;
    &lt;li&gt;&lt;strong&gt;Cut Music&lt;/strong&gt; removes complete music segments from your production.&lt;br&gt;&lt;/li&gt;
    &lt;li&gt;
      &lt;a href="https://auphonic.com/help/web/production.html#noise-and-reverb-reduction-settings" target="_blank&gt;"&gt;
        &lt;strong&gt;Speech Isolation&lt;/strong&gt;&lt;/a&gt; (found under &lt;em&gt;Noise Reduction&lt;/em&gt;) is the right tool for 
      removing background music underneath speech.
    &lt;/li&gt; 
    &lt;/p&gt;

  &lt;/div&gt;

  &lt;p&gt;
    You’ll find the option to remove music segments in the 

    &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#automatic-cutting" target="_blank"&gt;
      &lt;strong&gt;Automatic Cutting&lt;/strong&gt;&lt;/a&gt;

    section of your production settings. Simply enable &lt;strong&gt;Cut Music&lt;/strong&gt;, process your audio,
    and Auphonic will take care of the rest.
    &lt;/p&gt;
&lt;br&gt;
    &lt;p&gt;
    &lt;img src="https://auphonic.com/media/blog/cut-music.png" width ="800" alt="Select Automatic Cutting, then Cut Music"&gt;
    &lt;/p&gt;
&lt;br&gt;
  &lt;p&gt;
  If you want to remove background music from your recording, use 
  &lt;strong&gt;Noise Reduction &amp;gt; Speech Isolation&lt;/strong&gt;.

  Here is additional information on how

  &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#dynamic-denoiser" target="_blank"&gt;
    &lt;strong&gt;Auphonic Denoising&lt;/strong&gt;
  &lt;/a&gt; 

  works, and how we tackle the complex problem of automatically improving audio recordings.

  &lt;/p&gt;
  
  &lt;p&gt;
  As always, the goal is to save time while keeping full control over your final output.
  &lt;/p&gt;

  &lt;h3&gt;Feedback&lt;/h3&gt;
  &lt;p&gt;
    We’re continuously improving Auphonic based on real production workflows.
    If you have feedback, ideas or want us to think of other features, 
    please reach out via our &lt;a target="_blank" href="https://auphonic.com/contact"&gt; &lt;strong&gt;Contact Page&lt;/strong&gt;&lt;/a&gt;. 
  &lt;/p&gt;
  
  &lt;p&gt; You can always send us an email to &lt;a href="mailto:support@auphonic.com"&gt;&lt;strong&gt;support@auphonic.com&lt;/strong&gt;&lt;/a&gt;, 
    or give feedback on our results page.
  &lt;/p&gt;
  
  &lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
</description><author>lukasm@auphonic.com (Lukas)</author><pubDate>Wed, 11 Feb 2026 12:10:52 +0000</pubDate><guid>https://auphonic.com/blog/2026/02/11/automatically-cut-music-segments/</guid><enclosure length="100000" type="image/png" url="http://auphonic.com/media/blog/music-title.png"/><category>Audio</category><category>News</category></item><item><title>RMS Loudness Normalization for Audible / ACX
</title><link>https://auphonic.com/blog/2026/01/15/rms-loudness-normalization-for-audible-acx/</link><description>
&lt;p&gt;
    &lt;b&gt;Audiobook production&lt;/b&gt; has a uniquely stressful property: &lt;b&gt;technical delivery specs&lt;/b&gt; are strict,
    and a single out-of-range file can delay an entire release. &lt;a href="https://www.acx.com/" target="_blank"&gt;Audible / ACX&lt;/a&gt; is a common example with
    strict criteria that uploaded files need to fulfil before they're accepted.
  &lt;/p&gt;

  &lt;p&gt;
    That’s why &lt;b&gt;we’ve added an additional &lt;a target="_blank" href="https://auphonic.com/help/web/production.html#loudness-normalization-and-true-peak-limiter-settings"&gt;loudness normalization method&lt;/a&gt; in Auphonic: RMS-based normalization&lt;/b&gt;.
    It’s designed specifically for &lt;b&gt;workflows that need RMS targets&lt;/b&gt;, including &lt;b&gt;Audible / ACX&lt;/b&gt;.
  &lt;/p&gt;

  &lt;img src="https://auphonic.com/media/blog/rms-title.jpg" width="875" alt="RMS Normalization for Audible / ACX in Auphonic" /&gt;


  &lt;h3&gt;What ACX requires (loudness and peaks)&lt;/h3&gt;

  &lt;p&gt;
    ACX asks for each file to meet a level measured in RMS and a maximum peak limit.
    The headline values as stated in their 
    &lt;a target="_blank" href="https://help.acx.com/s/article/what-are-the-acx-audio-submission-requirements"&gt;
    ACX audio submission requirements&lt;/a&gt; are:
  &lt;/p&gt;

  &lt;ul&gt;
    &lt;li&gt;
      &lt;strong&gt;Average level:&lt;/strong&gt; between &lt;strong&gt;-23 dB RMS&lt;/strong&gt; and 
      &lt;strong&gt;-18 dB RMS&lt;/strong&gt; (per file)
    &lt;/li&gt;

    &lt;li&gt;
      &lt;strong&gt;Peak level:&lt;/strong&gt; peaks must be &lt;strong&gt;below -3 dB&lt;/strong&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;p&gt;
    In practice, this means you need two things: a consistent overall level, and enough
    headroom so transients never exceed the peak ceiling.
  &lt;/p&gt;


  &lt;h3&gt;Recommended ACX settings in Auphonic&lt;/h3&gt;

  &lt;p&gt;
    If you want &lt;b&gt;one simple, reliable starting point&lt;/b&gt;, use the preset below.&lt;br&gt;
    It targets the middle of the ACX RMS window and applies the correct peak ceiling.
  &lt;/p&gt;

  &lt;h4&gt;Web Interface&lt;/h4&gt;
  &lt;p&gt;
    In the Production Form, open &lt;strong&gt;Loudness Normalization&lt;/strong&gt; and set:
  &lt;/p&gt;

  &lt;ul&gt;    
    &lt;li&gt;&lt;strong&gt;Loudness Target:&lt;/strong&gt; -20 dBRMS (Audible / ACX)&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Maximum Peak Level:&lt;/strong&gt; -3 dBTP&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Normalization Method:&lt;/strong&gt; RMS Levels (Audible / ACX)&lt;/li&gt;
  &lt;/ul&gt;

  
  &lt;p style="text-align: center; font-size: small; font-style: italic;"&gt;
    &lt;img src="https://auphonic.com/media/blog/auphonic-interface.png" width="800" alt="Recommended Auphonic Loudness Normalization settings for Audible / ACX: -20 dBRMS, -3 dBTP, RMS Levels"" /&gt;
    
    Recommended Auphonic &lt;a target="_blank" href="https://auphonic.com/help/web/production.html#loudness-normalization-and-true-peak-limiter-settings"&gt;Loudness Normalization settings&lt;/a&gt; for Audible / ACX: -20 dBRMS, -3 dBTP, RMS Levels
  &lt;/p&gt;
  
  &lt;p&gt;
    Learn more about the
    &lt;a target="_blank" href="https://auphonic.com/help/web/production.html#loudness-normalization-and-true-peak-limiter-settings"&gt;
      &lt;b&gt;Auphonic Loudness Normalization Settings&lt;/b&gt;!
    &lt;/a&gt;
  &lt;/p&gt;

  &lt;h4&gt;API&lt;/h4&gt;
  &lt;p&gt;
    For API users, send the parameter:
  &lt;/p&gt;

  &lt;pre&gt;"loudnessmethod": "rms", "loudnesstarget": -20&lt;/pre&gt;

  &lt;p&gt;
    Learn more about
    &lt;a target="_blank" href="https://auphonic.com/help/api/details.html#audio-algorithms"&gt;&lt;b&gt;How the Auphonic API works&lt;/b&gt;!&lt;/a&gt;
  &lt;/p&gt;


  &lt;h3&gt;LUFS vs RMS: why loudness measurement matters&lt;/h3&gt;

&lt;p&gt;
  Different measurement methods answer slightly different questions.
  Some aim to reflect how loud audio is perceived by a listener, others describe the average 
  signal energy over time. Both are valid, but &lt;b&gt;they are not interchangeable&lt;/b&gt; - and this distinction 
  is exactly where ACX-related issues originate.
&lt;/p&gt;

&lt;p&gt;
  Understanding the difference helps explain why the same audio file can appear “in range” in one
  tool and fail a check in another.
&lt;/p&gt;

&lt;p&gt;
  Interested in &lt;b&gt;learning more&lt;/b&gt;? &lt;br&gt;
  Here are detailed articles on 
  &lt;a target="_blank" href="https://auphonic.com/help/algorithms/singletrack.html#loudness-specifications-and-true-peak-limiter"&gt;
    &lt;b&gt;How Loudness Normalization works in Auphonic.&lt;/b&gt;
  &lt;/a&gt;  
&lt;/p&gt;

&lt;h4&gt;LUFS: standardized perceived loudness&lt;/h4&gt;

&lt;p&gt;
  LUFS (&lt;a target="_blank" href="https://en.wikipedia.org/wiki/LUFS"&gt;Loudness Units relative to Full Scale&lt;/a&gt;) is a &lt;b&gt;standardized loudness measurement defined in
  international broadcast standards&lt;/b&gt;. Its goal is to reflect &lt;em&gt;perceived&lt;/em&gt; loudness as 
  consistently as possible across different types of content.
&lt;/p&gt;

&lt;p&gt;
  To achieve this, LUFS measurements:
&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;apply frequency weighting to approximate human hearing sensitivity&lt;/li&gt;
  &lt;li&gt;measure loudness over time, not just instant levels&lt;/li&gt;
  &lt;li&gt;use gating to reduce the influence of very quiet passages and long silences&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
  This makes LUFS particularly robust for spoken-word content, music, and mixed material.
  Long pauses between sentences or chapters don’t disproportionately lower the loudness value,
  which means &lt;b&gt;LUFS tends to align well with how loud a listener experiences the program overall&lt;/b&gt;.
&lt;/p&gt;


&lt;h4&gt;RMS: average signal energy&lt;/h4&gt;

&lt;p&gt;
  RMS (&lt;a target="_blank" href="https://en.wikipedia.org/wiki/Root_mean_square"&gt;Root Mean Square&lt;/a&gt;) is a way of calculating the signal energy that &lt;b&gt;is no longer commonly used for loudness targets today&lt;/b&gt;.
  It measures the &lt;b&gt;average energy of the audio signal over time&lt;/b&gt;, without attempting to model human perception.
&lt;/p&gt;

&lt;p&gt;
  In contrast to LUFS:
&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;RMS does not apply perceptual frequency weighting&lt;/li&gt;
  &lt;li&gt;RMS typically does not include standardized gating&lt;/li&gt;
  &lt;li&gt;silence and very quiet passages directly lower the average value&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
  This means &lt;b&gt;RMS values are strongly influenced by pauses, gaps between phrases, and overall dynamics&lt;/b&gt;.
  Two narration files with identical spoken content but different pause lengths can produce noticeably
  different RMS readings.
&lt;/p&gt;


&lt;h4&gt;Why this matters for ACX&lt;/h4&gt;

&lt;p&gt;
  &lt;b&gt;ACX specifies its loudness requirements in terms of RMS.&lt;/b&gt;
&lt;/p&gt;

&lt;p&gt;
  For audiobook production, this difference is crucial.
  ACX requires every individual file to fall within a strict RMS range,
  and even a small deviation can lead to rejection and delays in publication.
&lt;/p&gt;

  &lt;p&gt;
    &lt;b&gt;Auphonic’s LUFS normalization&lt;/b&gt; has been used by many producers over the years.
    But if your workflow is built around RMS targets, or you want a method that aligns more directly
    with ACX’s published wording, &lt;b&gt;RMS normalization is now available&lt;/b&gt;.
  &lt;/p&gt;

  

  
  &lt;h3&gt;Feedback&lt;/h3&gt;

  &lt;p&gt;
    We’re continuously improving Auphonic based on real production workflows.
    If you have feedback on RMS normalization for audiobooks, ideas or wishes for other features or feeback for existing ones,
     please reach out via our &lt;a target="_blank" href="https://auphonic.com/contact"&gt; Contact Page&lt;/a&gt;, 
     email &lt;a href="mailto:support@auphonic.com"&gt;support@auphonic.com&lt;/a&gt;, or send us feedback on our results page.
  &lt;/p&gt;

&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
</description><author>grh@auphonic.com (Georg)</author><pubDate>Thu, 15 Jan 2026 06:59:41 +0000</pubDate><guid>https://auphonic.com/blog/2026/01/15/rms-loudness-normalization-for-audible-acx/</guid><enclosure length="100000" type="image/jpeg" url="http://auphonic.com/media/blog/rms-title.jpg"/><category>Audio</category><category>News</category></item><item><title>Denoising Editor: Choose Where (and How) to Reduce Noise
</title><link>https://auphonic.com/blog/2025/12/02/denoising-editor/</link><description>
&lt;p&gt;
    With our new &lt;b&gt;Denoising Segment Editor&lt;/b&gt; feature,
    you can now &lt;b&gt;control exactly where and how to reduce noise&lt;/b&gt; inside a production:
    Refine our automatically generated denoise segment boundaries, choose different denoising methods per segment,
    or &lt;b&gt;switch denoising off completely for things like jingles, embedded music, or sound effects&lt;/b&gt;.
  &lt;/p&gt;

  &lt;p&gt;
    The result: you only &lt;b&gt;clean what really needs cleaning&lt;/b&gt;, gain more &lt;b&gt;creative control&lt;/b&gt;, 
    and work with much higher precision inside a single production.
  &lt;/p&gt;

  &lt;p&gt;
    &lt;img src="https://auphonic.com/media/blog/denoising_regions_title.jpg" width="875" alt="Auphonic Segment-Based Denoising Title Image" /&gt;
  &lt;/p&gt;

 
  &lt;h3&gt;Only Denoise the Parts That Need It&lt;/h3&gt;

  &lt;p&gt;
    Many productions contain a mixture of different situations:
  &lt;/p&gt;  

  &lt;ul&gt;
    &lt;li&gt;Music jingles or sound effects combined with noisy speech&lt;/li&gt;
    &lt;li&gt;A clean studio introduction followed by a noisy on-location interview&lt;/li&gt;
    &lt;li&gt;Speech combined with short news clips, where ambiance and noises should not be removed&lt;/li&gt;
    &lt;li&gt;A short section where a fan or laptop noise becomes audible&lt;/li&gt;
  &lt;/ul&gt;

  &lt;p&gt;
   &lt;b&gt;Segment-Based Denoising lets you target specific segments of your production&lt;/b&gt;, 
   and leaves the rest of the file untouched. The segments are created automatically by our 
    &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#dynamic-denoiser" target="_blank"&gt;&lt;b&gt;Dynamic Denoiser&lt;/b&gt;&lt;/a&gt;,
    which classifies the noise conditions of your audio and generates initial segment boundaries.
    You can &lt;b&gt;refine these segments manually now&lt;/b&gt; - similar to how you adjust cuts in our
    &lt;a href="https://auphonic.com/blog/2025/05/22/new-auphonic-cut-editor/" target="_blank"&gt;&lt;b&gt;Cut Editor&lt;/b&gt;&lt;/a&gt;.
  &lt;/p&gt;

  &lt;p&gt;
    It is also possible to &lt;b&gt;exclude denoising entirely&lt;/b&gt; in segments where you don’t want it at all
     - for example &lt;b&gt;Jingles, embedded music, sound design elements, or external audio inserts&lt;/b&gt;.
  &lt;/p&gt;

  &lt;p style="text-align: center; font-size: small; font-style: italic;"&gt;
    &lt;img src="https://auphonic.com/media/blog/denoising_regions_initial.png" width="875" alt="Audio Editing Interface with Denoiser segments" /&gt;
    Auphonic Editor with Output and Input waveforms and editable denoise segments
  &lt;/p&gt;


  &lt;h3&gt;How Segments Work&lt;/h3&gt;

  &lt;p&gt;
     The new segment editor for denoising is an additional layer on top of our 
     &lt;b&gt;&lt;a href="https://auphonic.com/help/web/audioinspector.html" target="_blank"&gt;Auphonic Editor&lt;/a&gt;&lt;/b&gt;:
  &lt;/p&gt;

  &lt;ul&gt;
    &lt;li&gt;You can &lt;b&gt;split existing segments&lt;/b&gt; wherever you like.&lt;/li&gt;
    &lt;li&gt;You can &lt;b&gt;move segment boundaries&lt;/b&gt; to match words, pauses, or noisy events more precisely.&lt;/li&gt;
    &lt;li&gt;You can &lt;b&gt;create a sequence of smaller segments&lt;/b&gt; inside one automatic segment if needed.&lt;/li&gt;
  &lt;/ul&gt;

  &lt;p&gt;
    The automatically detected segments give you a fast starting point which you can adjust for perfect results.
  &lt;/p&gt;

  &lt;p style="text-align: center; font-size: small; font-style: italic;"&gt;
    &lt;img src="https://auphonic.com/media/blog/denoising_regions_edited.png" width="875" alt="Denoising regions" /&gt;
    Denoising Segments in multiple colors - change methods or turn denoising on/off per segment
  &lt;/p&gt;

  &lt;p&gt;
    Every segment on the Denoiser layer can have its own processing setting.
    For each segment you can: &lt;b&gt;turn denoising on or off completely&lt;/b&gt; 
    or &lt;b&gt;select which denoising method you want to use&lt;/b&gt; - for example our
    &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#speech-isolation" target="_blank"&gt;&lt;b&gt;Speech Isolation&lt;/b&gt;&lt;/a&gt;,
    &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#static-denoiser" target="_blank"&gt;&lt;b&gt;Static &amp; Music Denoiser&lt;/b&gt;&lt;/a&gt;,
    or
    &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#classic-denoiser" target="_blank"&gt;&lt;b&gt;Classic Denoiser&lt;/b&gt;&lt;/a&gt;.
  
    &lt;br&gt;&lt;br&gt;
 
    This keeps the interface simple and consistent. 
    You only decide &lt;b&gt;where to reduce noise&lt;/b&gt; and &lt;b&gt;which algorithm to use&lt;/b&gt;.
  &lt;/p&gt;

  

  &lt;h3&gt;How to Use Segment-Based Denoising&lt;/h3&gt;

  &lt;ol&gt;
    &lt;li&gt;&lt;b&gt;Run your production&lt;/b&gt; with Noise Reduction&lt;/li&gt;
    &lt;li&gt;Open the production result page to see our &lt;a href="https://auphonic.com/help/web/audioinspector.html" target="_blank"&gt;Auphonic Editor&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Split or move segment boundaries in the &lt;b&gt;Denoiser&lt;/b&gt; layer&lt;/li&gt;
    &lt;li&gt;&lt;b&gt;Select the desired denoising method&lt;/b&gt; for that segment, or turn denoising off&lt;/li&gt;
    &lt;li&gt;Press &lt;b&gt;Apply Changes&lt;/b&gt; or &lt;b&gt;Edit Production&lt;/b&gt; to reprocess (&lt;span style="font-style:italic;"&gt;reprocessing these edits does &lt;b&gt;not&lt;/b&gt; consume additional credits&lt;/span&gt;)&lt;/li&gt;
  &lt;/ol&gt;

  &lt;br&gt;
  &lt;p&gt;
    &lt;b&gt;
    &lt;a href="https://auphonic.com/engine/" target="_blank"&gt;&lt;b&gt;Try our new Segment-Based Denoising now!&lt;/b&gt;&lt;/a&gt;
    &lt;/b&gt;
  &lt;/p&gt;
  
  &lt;h3&gt;Conclusion&lt;/h3&gt;

  &lt;p&gt;
    Noise in your recordings changes over time,
    so it makes sense that your denoising settings can change as well.&lt;br&gt;
    Segment-Based Denoising lets you:
  &lt;/p&gt;

  &lt;ul&gt;
    &lt;li&gt;Denoise only the parts that actually need it&lt;/li&gt;
    &lt;li&gt;Combine multiple denoising methods in a single production&lt;/li&gt;
    &lt;li&gt;Fix misclassified or delicate sections without touching everything else&lt;/li&gt;
    &lt;li&gt;Work with more precision while keeping the workflow simple&lt;/li&gt;
  &lt;/ul&gt;

  &lt;p&gt;
    Open a finished production in our &lt;a href="https://auphonic.com/help/web/audioinspector.html" target="_blank"&gt;Auphonic Editor&lt;/a&gt;,
    switch to the Denoiser view,
    and &lt;b&gt;start experimenting with segments&lt;/b&gt;. &lt;br&gt;
    You will quickly hear how much more control you gain over the sound
    of your final output.
  &lt;/p&gt;

  &lt;p&gt;
    &lt;b&gt;Segment-Based Denoising is a major step in our broader direction&lt;/b&gt;:
    &lt;i&gt;blend powerful automation with precise human refinement&lt;/i&gt;.
    Expect more features following this philosophy to arrive next year.
  &lt;/p&gt;

  &lt;h3&gt;Feedback&lt;/h3&gt;

  &lt;p&gt;
    As with all new features, we are very interested in how you use
    Segment-Based Denoising in your workflows.
    If you have feedback, questions, or suggestions,
    please &lt;b&gt;&lt;a href="https://auphonic.com/contact" target="_blank"&gt;Contact Us&lt;/a&gt;&lt;/b&gt; 
    or send us a message via the production feedback form.
  &lt;/p&gt;

  &lt;br&gt;&lt;br&gt;&lt;br&gt;
</description><author>lukasm@auphonic.com (Lukas)</author><pubDate>Tue, 02 Dec 2025 09:41:33 +0000</pubDate><guid>https://auphonic.com/blog/2025/12/02/denoising-editor/</guid><enclosure length="100000" type="image/jpeg" url="http://auphonic.com/media/blog/denoising_regions_title.jpg"/><category>Audio</category><category>News</category></item><item><title>Multitrack Clarity Redefined: Introducing our new Mic Bleed Remover
</title><link>https://auphonic.com/blog/2025/10/08/mic-bleed-remover/</link><description>
&lt;p class="lead"&gt;
    You know that &lt;b&gt;faint trace of your co-host’s voice leaking into your mic channel&lt;/b&gt;? &lt;br&gt;&lt;br&gt;
    That’s &lt;strong&gt;mic bleed&lt;/strong&gt;—and it’s why
    &lt;a href="https://auphonic.com/help/web/multitrack.html" target="_blank"&gt;multitrack&lt;/a&gt;
    sessions can sound like one noisy room
    instead of one clean mix. &lt;b&gt;Every mic hears everything&lt;/b&gt;: voices, ambience, reflections.
    The result is overlapping speech and unclear separation that’s hard to fix in post.
  &lt;/p&gt;
  &lt;img class="hero" src="https://auphonic.com/media/blog/title.jpg" alt="Auphonic Mic Bleed Remover title image" width="875"&gt;
  &lt;p&gt;
    Our new &lt;strong&gt;Mic Bleed Remover&lt;/strong&gt; tackles the problem at the session level:
    it analyzes all tracks together, learns what belongs to each microphone, and &lt;b&gt;removes the
    unwanted cross-talk while preserving natural ambience and timing&lt;/b&gt;.
  &lt;/p&gt;

  &lt;p style="text-align: center; font-weight: bold;"&gt;
    &lt;a class="cta" href="https://auphonic.com/engine/multitrack" target="_blank" rel="noopener"&gt;Try Mic Bleed Removal&lt;/a&gt;
  &lt;/p&gt;

  &lt;h3&gt;What is mic bleed and why is it hard to remove?&lt;/h3&gt;

  &lt;p&gt;
    Mic bleed &lt;b&gt;happens whenever multiple microphones are used in the same space&lt;/b&gt;.
    Each one not only records its intended speaker, but also the others nearby.
    You’ll hear it in podcast interviews, roundtable discussions, or &lt;b&gt;any setup where
    several people talk at once&lt;/b&gt; in the same room. Even with one mic per person, voices still
    spill into neighboring tracks.
  &lt;/p&gt;

  &lt;p&gt;
    Traditional tools like &lt;b&gt;noise reduction&lt;/b&gt; or &lt;b&gt;gates&lt;/b&gt; can’t really fix this: they’re designed to
    remove constant background noise, not speech. Gates simply mute parts of a track,
    often cutting off room tone and making conversations sound unnatural.
    That’s why mic bleed is one of the harder audio problems to solve cleanly.
  &lt;/p&gt;

  &lt;h3&gt;From Crossgate to Continuous Improvement&lt;/h3&gt;

  &lt;p&gt;
    We first tried to solve this years ago with our &lt;strong&gt;Crossgate&lt;/strong&gt; – a smart gate that muted bleed when it detected it.
    It worked, but only in ideal conversations: one person talking at a time, clean room, no overlaps.
    Real-world recordings are messier. People interrupt. Tracks drift. Rooms echo.
  &lt;/p&gt;
  
  &lt;p&gt;
    We weren’t satisfied with our old model, so we decided to &lt;strong&gt;build something entirely new.&lt;/strong&gt;
  &lt;/p&gt;
  

  &lt;h3&gt;The new model: True Mic Bleed Removal&lt;/h3&gt;

  &lt;p&gt;
    Our new &lt;strong&gt;Mic Bleed Removal model&lt;/strong&gt; takes a completely different approach.
    It’s the first system that actually understands your session – not just mutes it.
  &lt;/p&gt;
  
  &lt;p&gt;
    Instead of processing each track in isolation, it &lt;strong&gt;listens to all tracks together&lt;/strong&gt;
    and learns what belongs to each microphone. It then removes only the parts that came
    from other mics, &lt;strong&gt;keeping track noise, ambience, music and everything else intact&lt;/strong&gt;.
  &lt;/p&gt;
  
  &lt;p&gt;
    This allows it to &lt;strong&gt;handle even difficult cases:&lt;/strong&gt; overlapping speech,
    misaligned tracks, strong bleed, and background noise. The result is clean,
    separated voices that still sound natural, with all the original ambience and
    timing preserved.
  &lt;/p&gt;
  
  &lt;p&gt;
    The new model is &lt;strong&gt;fully deployed and available right now in all
    &lt;a href="https://auphonic.com/help/web/multitrack.html" target="_blank"&gt;Auphonic Multitrack&lt;/a&gt;
    productions&lt;/strong&gt;.
  &lt;/p&gt;
  

  &lt;h3&gt;Hear the difference&lt;/h3&gt;

  &lt;p&gt;The best way to understand Mic Bleed Remover is to listen.&lt;/p&gt;
  &lt;ul class="vis-list"&gt;
  
   
    &lt;li&gt;&lt;strong&gt;Mic Bleed Remover Inactive&lt;/strong&gt;
      &lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
        &lt;tr&gt;
       
          &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
            &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/MicBleedRemover_ohne.flac" type="audio/wav"&gt;&lt;/audio&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;  
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Mic Bleed Remover + Denoise:&lt;/strong&gt;
      &lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
        &lt;tr&gt;
        
          &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
            &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/MicBleedRemover_xtalk_denoise.flac" type="audio/wav"&gt;&lt;/audio&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;  
    &lt;/li&gt;
  &lt;/ul&gt;
   

  &lt;h3&gt;How to use Mic Bleed Removal&lt;/h3&gt;

  &lt;p&gt;
    Cleaning up multitrack recordings is now easier than ever.
    Just &lt;strong&gt;upload your
    &lt;a href="https://auphonic.com/help/web/multitrack.html" target="_blank"&gt;multitrack session&lt;/a&gt;&lt;/strong&gt;,
    enable &lt;strong&gt;Mic Bleed Removal&lt;/strong&gt;,
    and let Auphonic do the rest.
  &lt;/p&gt;
  
  &lt;img src="https://auphonic.com/media/blog/algorithm-selection.png" width="675" alt="Select Remove Mic Bleed in Master Audio Algorithms Section" /&gt;
  
  &lt;p style="text-align: center; font-style: italic;"&gt;
    Select Remove Mic Bleed Option in Master Audio Algorithms Section
  &lt;/p&gt;
  
  &lt;p&gt;
    The algorithm automatically analyzes all microphones together, identifies what belongs
    to each track, and removes unwanted cross-talk while
    &lt;strong&gt;keeping ambience and timing perfectly natural&lt;/strong&gt;.
  &lt;/p&gt;
  
  &lt;p&gt;
    No complex setup. No manual gating. Just &lt;b&gt;clear, separated voices straight out of the mix&lt;/b&gt;.
    To guarantee everything works for everyone, we’ve also put together a list of
    &lt;a href="https://auphonic.com/help/algorithms/multitrack_tips.html" target="_blank"&gt;
      Multitrack Best Practices
    &lt;/a&gt;.
  &lt;/p&gt;
  

  &lt;h3&gt;Conclusion&lt;/h3&gt;

  &lt;p&gt;
    Mic bleed used to be one of those problems you just had to live with. Now, you don’t. &lt;br&gt;
    Upload your multitrack, switch on &lt;strong&gt;Mic Bleed Removal&lt;/strong&gt;, and hear your session open up.
  &lt;/p&gt;
  
  &lt;p&gt;
    One room, one take - perfectly separated.
  &lt;/p&gt;
  
  &lt;p&gt;
    &lt;strong&gt;Try it now →
    &lt;a href="https://auphonic.com/engine/multitrack" target="_blank"&gt;auphonic.com/engine/multitrack&lt;/a&gt;&lt;/strong&gt;
  &lt;/p&gt;
  
  &lt;h3&gt;Feedback&lt;/h3&gt;

  &lt;p&gt;
    We drive innovation through your feedback and would love to hear how the new Mic Bleed Remover
    works for you. Send us your thoughts through the production feedback form or reach out via our
    &lt;a href="https://auphonic.com/contact" target="_blank" rel="noopener"&gt;Contact page&lt;/a&gt;. 
    Every bit of input helps us fine-tune things further.
  &lt;/p&gt;
</description><author>grh@auphonic.com (Georg)</author><pubDate>Wed, 08 Oct 2025 05:30:35 +0000</pubDate><guid>https://auphonic.com/blog/2025/10/08/mic-bleed-remover/</guid><enclosure length="100000" type="image/jpeg" url="http://auphonic.com/media/blog/title.jpg"/><category>Audio</category><category>News</category></item><item><title>Two-Factor Authentication Now Available in Auphonic
</title><link>https://auphonic.com/blog/2025/09/02/two-factor-authentication-now-available/</link><description>
&lt;p&gt;Your audio is more than just data. It’s your voice, your message, your connection to your audience.  
  We’ve now added an &lt;strong&gt;extra layer of protection&lt;/strong&gt; to make sure it stays safe:
   &lt;strong&gt;Two-Factor Authentication (2FA)&lt;/strong&gt;.&lt;/p&gt;

  &lt;img src="https://auphonic.com/media/blog/2fa-title-1400.jpg" style="width: 700px;"&gt;

  &lt;h3&gt;Why It Matters&lt;/h3&gt;
  &lt;p&gt;Your &lt;a href="https://auphonic.com/" target="_blank"&gt;Auphonic&lt;/a&gt; account holds your creative work, custom presets, and integrations.  
  &lt;a href="https://en.wikipedia.org/wiki/Multi-factor_authentication" target="_blank"&gt;2FA&lt;/a&gt; adds a second lock on top of your password, so even if someone gets hold of your login, your projects remain yours.&lt;/p&gt;

  &lt;h3&gt;What’s New&lt;/h3&gt;
  &lt;p&gt;With 2FA enabled, signing in to Auphonic requires:&lt;/p&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Something you know&lt;/strong&gt;: your password&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Something you have&lt;/strong&gt;: a one-time code from your authenticator app&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p&gt;It’s quick to set up and works with any &lt;a href="https://en.wikipedia.org/wiki/Comparison_of_OTP_applications" target="_blank"&gt;TOTP-compatible app&lt;/a&gt; like
    Google Authenticator, Microsoft Authenticator, or Authy.&lt;/p&gt;
  &lt;/p&gt;

  &lt;h3&gt;How to Enable It&lt;/h3&gt;
  &lt;ol&gt;
    &lt;li&gt;Open your &lt;a href="https://auphonic.com/accounts/settings/#two-factor-auth" target="_blank"&gt;Auphonic Account Settings&lt;/a&gt;.&lt;/li&gt;
    &lt;li&gt;Click &lt;strong&gt;Manage Two-Factor Authentication&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;Scan the &lt;strong&gt;QR code&lt;/strong&gt; with your &lt;a href="https://en.wikipedia.org/wiki/Comparison_of_OTP_applications" target="_blank"&gt;authenticator app&lt;/a&gt;.&lt;/li&gt;
    &lt;li&gt;Save your &lt;strong&gt;backup codes&lt;/strong&gt;, so you can access your account if your device gets lost.&lt;/li&gt;
    &lt;li&gt;Enter the code, and you’re &lt;strong&gt;ready to go&lt;/strong&gt;.&lt;/li&gt;
  &lt;/ol&gt;
  &lt;p&gt;Next time you log in, you’ll use both your password and the code from your app.&lt;/p&gt;

  &lt;h3&gt;Your Data, Your Control&lt;/h3&gt;
  &lt;p&gt;2FA is optional, but turning it on is one of the simplest, highest-impact steps you can 
    take to protect your account.  
    Whether you’re a solo creator, a production team, or a company integrating Auphonic
    into your workflow, 2FA helps ensure only trusted people can access your 
    &lt;a href="https://auphonic.com/engine" target="_blank"&gt;projects&lt;/a&gt;, 
    &lt;a href="https://auphonic.com/engine/presets/" target="_blank"&gt;presets&lt;/a&gt;, and connected services.  
    Your creative assets, logins, and API credentials stay secure no matter where or how you work.&lt;/p&gt;

  &lt;h3&gt;Now Even More Secure: API, Teams, and Preset Sharing&lt;/h3&gt;
  &lt;p&gt;If you use the &lt;a href="https://auphonic.com/help/api/" target="_blank"&gt;Auphonic API&lt;/a&gt;, 2FA protects 
    your account access while you connect our audio processing to your own systems or apps.  
    Collaborating? Set up 
    &lt;a href="https://auphonic.com/blog/2024/08/14/introducing-auphonic-team-accounts/" target="_blank"&gt;Team Accounts&lt;/a&gt; 
    so everyone works from a shared, secure environment.  
    Want to keep your settings consistent across productions? 
    &lt;a href="https://mastodon.social/@auphonic/114896774982464587" target="_blank"&gt;Share your custom Presets&lt;/a&gt; 
    with colleagues or clients in just a few clicks.  
  &lt;/p&gt;


  &lt;h3&gt;Activate 2FA Today&lt;/h3&gt;
  &lt;p&gt;Give your account the same care you give your audio.  
  &lt;a href="https://auphonic.com/accounts/settings/#two-factor-auth"&gt;&lt;strong&gt;Enable Two-Factor Authentication now!&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

  &lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
</description><author>manuelw@auphonic.com (Manuel)</author><pubDate>Tue, 02 Sep 2025 09:03:30 +0000</pubDate><guid>https://auphonic.com/blog/2025/09/02/two-factor-authentication-now-available/</guid><enclosure length="100000" type="image/jpeg" url="http://auphonic.com/media/blog/2fa-title-1400.jpg"/><category>News</category></item><item><title>New Auphonic Static and Music Denoiser
</title><link>https://auphonic.com/blog/2025/07/31/new-auphonic-static-and-music-denoiser/</link><description>
&lt;p&gt;
    &lt;strong&gt;Technology is evolving fast&lt;/strong&gt; and we’re the ones pushing it forward.&lt;p&gt;
      Our new &lt;strong&gt;Static Denoiser&lt;/strong&gt; removes steady background noise like 
      &lt;strong&gt;hiss, hum, or fan noise&lt;/strong&gt; while keeping &lt;strong&gt;music, ambience, and sound design&lt;/strong&gt;
      fully intact. 
      Perfect for &lt;strong&gt;audio dramas, videos, music, meditations, podcasts&lt;/strong&gt;, or anything where 
      &lt;strong&gt;clarity matters&lt;/strong&gt; &lt;em&gt;and&lt;/em&gt; the &lt;strong&gt;atmosphere does too&lt;/strong&gt;.
  &lt;/p&gt;
      

&lt;img src="https://auphonic.com/media/blog/StaticNoiseReduction.jpg" style="width: 700px;"&gt;

&lt;h3&gt;Auphonic’s Vision for Noise Reduction&lt;/h3&gt;
  
  &lt;h4&gt;We firmly believe that there is no “one button to fix it all.”&lt;br&gt;&lt;/h4&gt; 
  But how can we say that when it is our mission to build exactly that?

  &lt;p&gt;&lt;strong&gt;Our goal is precision:&lt;/strong&gt; Giving users full control over what stays and what goes.&lt;/p&gt;

  &lt;p&gt;That’s why we offer &lt;b&gt;different tools for different kinds of noise&lt;/b&gt;:&lt;/p&gt;

  &lt;ul&gt;
    &lt;li&gt;&lt;a href="https://auphonic.com/help/algorithms/singletrack.html#speech-isolation" target="_blank"&gt;
      &lt;strong&gt;Speech Isolation&lt;/strong&gt;&lt;/a&gt; removes everything but your voice. 
      It keeps only the speech you care about.
    &lt;/li&gt;
    &lt;li&gt;&lt;a href="https://auphonic.com/help/algorithms/singletrack.html#dynamic-denoiser" target="_blank"&gt;
      &lt;strong&gt;Dynamic Denoiser&lt;/strong&gt;&lt;/a&gt; adapts in real time to changing environments 
        - ideal for unpredictable noise patterns, while leaving music intact.
    &lt;/li&gt;
    &lt;li&gt;&lt;a href="https://auphonic.com/help/algorithms/singletrack.html#static-denoiser" target="_blank"&gt;
          &lt;strong&gt;Static Denoiser&lt;/strong&gt;&lt;/a&gt;
       now updated to precisely target stationary noise
        - like constant hiss or hum - while preserving music, ambient effects, and subtle details.
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;p&gt;Think of audio dramas where &lt;b&gt;sound effects&lt;/b&gt; should &lt;b&gt;stay untouched&lt;/b&gt;, 
    or meditation recordings with &lt;b&gt;soft tonal elements&lt;/b&gt; that must &lt;b&gt;remain intact&lt;/b&gt;. 
    Unlike non-stationary noises (e.g. coughs, chair squeaks or mouth clicks), stationary noise is 
    consistent over time - making it ideal for &lt;b&gt;static removal without harming your content&lt;/b&gt;.&lt;/p&gt;

  &lt;p&gt;While we believe in precise user control, there is a way to reduce your audio editing work 
    to almost one button: &lt;strong&gt;Saving your favorite settings as 
    &lt;a href="https://auphonic.com/engine/presets/ " target="_blank"&gt;Custom Presets&lt;/a&gt;&lt;/strong&gt; 
    and applying those to your productions. 
    You can even &lt;b&gt;&lt;a href="https://mastodon.social/@auphonic/114896774982464587" target="_blank"&gt;share your Presets&lt;/a&gt; with friends!&lt;/b&gt;&lt;br&gt; 
    But more on that later 😉&lt;/p&gt;

  &lt;h3&gt;How to Use the New Static Denoiser&lt;/h3&gt;
    &lt;p&gt;Cleaning up your audio is easier than ever:
      Just upload your file, choose the &lt;strong&gt;Static Denoiser&lt;/strong&gt; 
      in the &lt;a href="https://auphonic.com/engine/upload/ " target="_blank"&gt;&lt;strong&gt;Production Form&lt;/strong&gt;&lt;/a&gt;, 
      and let Auphonic do the rest. No deep tech knowledge required.&lt;/p&gt;

    &lt;p&gt;Fine-tune the sound by adjusting the &lt;strong&gt;Remove Noise&lt;/strong&gt; and &lt;strong&gt;Remove Reverb&lt;/strong&gt; sliders.
      Lower them slightly to retain some natural texture while still boosting clarity and speech intelligibility.&lt;/p&gt;

      &lt;p style="text-align: center;"&gt;
        &lt;img src="https://auphonic.com/media/blog/Screenshot_NewStaticDenoiser_dropdown.png" /&gt;
      &lt;/p&gt;


    &lt;p&gt;And for everyone still wanting to use the Original Static Denoiser:
      Don't worry, the &lt;strong&gt;Legacy Denoising Version is still available&lt;/strong&gt;. 
      We renamed it to &lt;b&gt;"Classic"&lt;/b&gt; and you can use it as normal. Just select it through the drop-down menu.&lt;/p&gt;



  &lt;h3&gt;Audio Examples&lt;/h3&gt;
    
    &lt;p&gt;It’s hard to &lt;em&gt;read&lt;/em&gt; audio, but easy to hear the difference.
      Here is a &lt;b&gt;sound comparison of our denoising models&lt;/b&gt; - please use headphones to hear all details!
    &lt;/p&gt;

&lt;h4&gt;New &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#static-denoiser" target="_blank"&gt;
  &lt;strong&gt;Static Denoiser&lt;/strong&gt;&lt;/a&gt; vs. 
  &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#speech-isolation" target="_blank"&gt;
  &lt;strong&gt;Speech Isolation&lt;/strong&gt;&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;We processed a snippet from the 
  &lt;a href="https://www.listennotes.com/e/9642e85189e342fa90500d2b25a0d1de/" target="_blank"&gt;History of Jazz&lt;/a&gt; 
  podcast using both &lt;b&gt;Speech Isolation&lt;/b&gt; and the &lt;b&gt;new Static Denoiser&lt;/b&gt;. 
  Speech Isolation removes everything but the speech - including music, background vocals, and ambience - 
  resulting in a clean, voice-only track. In contrast, the Static Denoiser keeps the musical texture 
  intact while removing just the steady background noise. Hear the difference for yourself!&lt;/p&gt;

&lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Original:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/HistoryOfJazzPodcast20LUFS_153drum13s.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;  
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Static Denoised:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/HistoryOfJazzPodcast20LUFS_153drum13s_ST100NR_BWE20LUFS.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Speech Isolated:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/HistoryOfJazzPodcast20LUFS_153drum13s_SI100NR_BWE20LUFS.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;h4&gt;New &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#static-denoiser" target="_blank"&gt;
  &lt;strong&gt;Static Denoiser&lt;/strong&gt;&lt;/a&gt; vs.
  &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#dynamic-denoiser" target="_blank"&gt;
  &lt;strong&gt;Dynamic Denoiser&lt;/strong&gt;&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;
  In this excerpt from the German audio drama &lt;a href="https://youtu.be/TqfYU8uiwys?si=2rvsunkvSum2uLtA&amp;t=725" target="_blank"&gt;Der Graue&lt;/a&gt;,
  the &lt;b&gt;&lt;em&gt;&amp;#8220Static Denoiser&amp;#8221&lt;/em&gt; perfectly preserves all the sound effects&lt;/b&gt; while removing the reverb and static noise,
  whereas the &lt;em&gt;&amp;#8220Dynamic Denoiser&amp;#8221&lt;/em&gt; (or &lt;em&gt;&amp;#8220Speech Isolation&amp;#8221&lt;/em&gt;) removes everything from the audio that is not speech:
&lt;/p&gt;
&lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Original:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/DerGraue1l79-130_20LUFS_cut.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;  
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Static Denoised:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/DerGraue1l79-130_20LUFS_cut_ST100EQ20LUFS.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Dynamic Denoised:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/DerGraue1l79-130_20LUFS_cut_DY100EQ20LUFS.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;h4&gt;New &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#static-denoiser" target="_blank"&gt;
  &lt;strong&gt;Static Denoiser&lt;/strong&gt;&lt;/a&gt; vs. Legacy Classic Denoiser&lt;/h4&gt;

  &lt;p&gt;To show how far we’ve come, we processed a short segment from the radio play 
    &lt;a href="https://youtu.be/2x9IezS3-Ac?si=Yh66Lw4aR2Rxuaot&amp;t=1304" target="_blank"&gt;Around the World in 80 Days&lt;/a&gt; 
    using both the &lt;b&gt;new Static Denoiser&lt;/b&gt; and the &lt;b&gt;legacy Classic Denoiser&lt;/b&gt;. &lt;br&gt;
    The Classic Denoiser extracts noise prints in speech pauses, which is not possible in this example because of the background music, whereas the new model removes noise cleanly.
  &lt;/p&gt;

&lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Original:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/JulesVerne-AroundTheWorldIn80daysOrig278L10s_20LUFS.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;  
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Old Classic Denoised:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/JulesVerne-AroundTheWorldIn80daysOrig278L10s_20LUFS_CL100EQ20LUFS.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;New Static Denoised:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/JulesVerne-AroundTheWorldIn80daysOrig278L10s_20LUFS_ST100EQ20LUFS.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;




&lt;h3&gt;Try It Out&lt;/h3&gt;
  &lt;p&gt;&lt;b&gt;The new  Static Denoiser is live!&lt;/b&gt; Perfect for cleaning up hiss and hum while 
    keeping music and sound effects intact.&lt;/p&gt;

  &lt;p&gt;If you're used to the legacy model and want to keep using it: No worries, 
    the &lt;b&gt;Classic Denoiser is still available&lt;/b&gt;. Want more aggressive cleanup or even full music removal? 
    &lt;a href="https://auphonic.com/" target="_blank"&gt;
      &lt;strong&gt;Try our Dynamic Denoiser or Speech Isolation models&lt;/strong&gt;
    &lt;/a&gt;.
  &lt;/p&gt;

  &lt;p&gt;&lt;strong&gt;Re-processing is free&lt;/strong&gt; - so go wild:&lt;br&gt;
  As long as you don’t change your input file, you can tweak your production and &lt;b&gt;test different 
    settings without using extra credits&lt;/b&gt;. Try it. Break it. Compare models. Save your 
    findings as your favorite preset. And please, tell us what you think!&lt;/p&gt;

&lt;h3&gt;Feedback&lt;/h3&gt;
  &lt;p&gt;We drive innovation through your feedback and would love to hear how the new Static Denoiser works for you.
    &lt;b&gt;Send us your thoughts&lt;/b&gt; through the production feedback form or reach out through our 
    &lt;a href="https://auphonic.com/contact" target="_blank"&gt;&lt;strong&gt;Contact Page&lt;/strong&gt;&lt;/a&gt;.
  &lt;/p&gt; 
  
  &lt;p&gt;Every bit of input helps us fine-tune things further.&lt;/p&gt;

&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
</description><author>lukasm@auphonic.com (Lukas)</author><pubDate>Thu, 31 Jul 2025 09:43:32 +0000</pubDate><guid>https://auphonic.com/blog/2025/07/31/new-auphonic-static-and-music-denoiser/</guid><enclosure length="100000" type="image/jpeg" url="http://auphonic.com/media/blog/StaticNoiseReduction.jpg"/><category>Audio</category><category>Development</category><category>News</category></item><item><title>New Automatic Cough Cutting
</title><link>https://auphonic.com/blog/2025/06/23/automatic-cough-cutting/</link><description>
&lt;p&gt;
  Just in time for hay fever season, we are releasing a De-Cough feature 
  that &lt;b&gt;removes unwanted respiratory noises&lt;/b&gt;.&lt;br&gt;
  Our new &lt;em&gt;&amp;#8220Cut Coughs&amp;#8221&lt;/em&gt; algorithm automatically cuts human noises like &lt;b&gt;coughing, 
  throat-clearing, sneezing&lt;/b&gt; and similar sounds, keeping your speech recordings clean, professional, 
  and &lt;b&gt;distraction-free&lt;/b&gt; — even when you or your guests are not feeling their best. &lt;br&gt;
  Check out our &lt;a href="#examples"&gt;audio examples&lt;/a&gt; and hear how the &lt;b&gt;audio gets healthier&lt;/b&gt;.
&lt;/p&gt;

&lt;img src="https://auphonic.com/media/blog/decough_blogpic_purple_small.jpg" style="width: 700px;"&gt;

&lt;h3&gt;What Is New? &lt;/h3&gt;
&lt;p&gt;
  With the &lt;em&gt;&amp;#8220Cut Coughs&amp;#8221&lt;/em&gt; feature, you can now decide if you want to &lt;b&gt;remove&lt;/b&gt; respiratory noises 
  like &lt;b&gt;coughing, throat-clearing, sneezing&lt;/b&gt;, and other similar distractions from your audio.
&lt;/p&gt;
&lt;p&gt;
  Whether you are polishing your podcast, editing a webinar, or post-processing an interview, 
  this option helps to &lt;b&gt;create a smoother, more professional listening experience&lt;/b&gt;. &lt;br&gt;
  Of course, there are moments when you might choose to keep these human sounds — 
  for example, in audio plays, medical lectures, video productions, 
  or any projects where authenticity and unfiltered emotion add to the charm. 
&lt;/p&gt;
&lt;p&gt;
  It is all about giving you &lt;b&gt;control over how clean you want your audio&lt;/b&gt; to be.
&lt;/p&gt;


&lt;h3 id="examples"&gt;Listen To The Speakers Acoustically Getting Healthier:&lt;/h3&gt;

&lt;h4&gt;Mild Cold Symptoms&lt;/h4&gt;
&lt;p&gt;
  This record of a male speaker with a cold demonstrates how the audio sounds after processing with
  the new &lt;em&gt;&amp;#8220Cut Coughs&amp;#8221&lt;/em&gt; option:
&lt;/p&gt;
&lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Original:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/Decougher_spot_EQ20LUFS.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Coughs Cut:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/Decougher_spot_EQ20LUFS_dd0_cutC.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;
  As you can hear, breathing sounds are not removed, so we strongly recommend also &lt;b&gt;activating the &lt;em&gt;&amp;#8220Noise Reduction&amp;#8221&lt;/em&gt; 
  algorithm, including the &lt;em&gt;&amp;#8220Remove Breathings&amp;#8221&lt;/em&gt;&lt;/b&gt; option, to get a truly smooth and clean result:
&lt;/p&gt;
&lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Coughs Cut &amp; &lt;br&gt; Denoised:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/Decougher_spot_EQ20LUFS_ddNRB100_cutSC.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;h4&gt;Heavy Coughing Attack&lt;/h4&gt;
&lt;p&gt;
  In this audio snippet extracted from the video 
  &lt;a href="https://youtu.be/MkUYOc7oTQ4?si=FiGuKib5dDHh5usK" target="_blank"&gt;&amp;#8220Late Night Coughing&amp;#8221&lt;/a&gt;, 
  the &lt;em&gt;&amp;#8220Cut Coughs&amp;#8221&lt;/em&gt; feature successfully removes a heavy coughing attack from the female speaker:
&lt;/p&gt;
&lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Original:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/LateNightCoughing20s_EQ20LUFS.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Coughs Cut &amp; &lt;br&gt; Denoised:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/LateNightCoughing20s_EQ20LUFS_ddNRB100_cutSC.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;


&lt;h3&gt;How To Use It?&lt;/h3&gt;
&lt;p&gt;
  To remove respiratory noises from your recording, simply activate the 
  &lt;b&gt;&lt;em&gt;&amp;#8220Cut Coughs&amp;#8221&lt;/em&gt;&lt;/b&gt; option in the 
  &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#automatic-cutting" target="_blank"&gt;Automatic Cutting&lt;/a&gt;
  section:
&lt;/p&gt;

&lt;img src="https://auphonic.com/media/blog/screenshot_cutcoughs_productionform.png" style="width: 500px;" /&gt;

&lt;p&gt;
  If you want, you can also &lt;b&gt;check, add and edit the cuts manually&lt;/b&gt; in our 
  &lt;a href="https://auphonic.com/blog/2025/05/22/new-auphonic-cut-editor/" target="_blank"&gt;Auphonic Audio Inspector&lt;/a&gt;
  or export the provided 
  &lt;a href="https://auphonic.com/help/algorithms/multitrack.html#export-cut-lists" target="_blank"&gt;Cut Lists&lt;/a&gt;
  for fine-tuning in your favorite audio/video editor.
&lt;/p&gt;
&lt;p&gt;
  Since the distinction between heavy breathing and mild cold symptoms is not always clear-cut, we recommend 
  using the &lt;em&gt;&amp;#8220Cut Coughs&amp;#8221&lt;/em&gt; algorithm together with at least the &lt;em&gt;&amp;#8220Remove Breathings&amp;#8221&lt;/em&gt; 
  denoising option. 
&lt;/p&gt;
&lt;p&gt;
  The &lt;b&gt;best setting for flawless speech&lt;/b&gt; — without any pauses or distracting sounds —  
  is &lt;b&gt;&lt;em&gt;&amp;#8220Cut Coughs&amp;#8221&lt;/em&gt;&lt;/b&gt; in combination with &lt;b&gt;&lt;em&gt;&amp;#8220Cut Silence&amp;#8221&lt;/em&gt;&lt;/b&gt; and &lt;b&gt;all three 
  &lt;a href="https://auphonic.com/help/algorithms/singletrack.html#noise-and-reverb-reduction" target="_blank"&gt;Noise Reduction&lt;/a&gt; 
  options&lt;/b&gt;. &lt;br&gt;
  We set this up for you within the &lt;b&gt;Auphonic Preset&lt;/b&gt; &lt;em&gt;&amp;#8220Cut Filler Words, Coughs and Silence&amp;#8221&lt;/em&gt;:
&lt;/p&gt;
&lt;img src="https://auphonic.com/media/blog/Screenshot_preset_cuttings.png" style="width: 600px;" /&gt;
&lt;p&gt;
  Hear the results of this preset yourself in the &lt;em&gt;&amp;#8220Coughs Cut &amp; Denoised&amp;#8221&lt;/em&gt; 
  file versions of our &lt;a href="#examples"&gt;audio examples&lt;/a&gt;.
&lt;/p&gt;

&lt;h3&gt;Share Your Experience — Be Part of the Improvement&lt;/h3&gt;
&lt;p&gt; 
  Whether it is about edge cases, unexpected results, or suggestions for making the feature even better —  
  give it a &lt;a href="https://auphonic.com/engine/" target="_blank"&gt;test run&lt;/a&gt; and tell us 
  how it works for your audio. &lt;b&gt;We are listening!&lt;/b&gt;&lt;br&gt;
  You can reach us directly in the &lt;b&gt;production feedback&lt;/b&gt; or through our 
  &lt;a href="https://auphonic.com/contact" target="_blank"&gt;support channels&lt;/a&gt;.
&lt;/p&gt;

&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
</description><author>isabell@auphonic.com (Isabell)</author><pubDate>Mon, 23 Jun 2025 13:07:02 +0000</pubDate><guid>https://auphonic.com/blog/2025/06/23/automatic-cough-cutting/</guid><enclosure length="100000" type="image/jpeg" url="http://auphonic.com/media/blog/decough_blogpic_purple_small.jpg"/><category>News</category></item><item><title>New Auphonic Cut Editor - Blending Human Excellence with AI Automation
</title><link>https://auphonic.com/blog/2025/05/22/new-auphonic-cut-editor/</link><description>
&lt;p&gt;
  You can now &lt;b&gt;manually set and edit cuts&lt;/b&gt; in your Auphonic productions!
&lt;/p&gt;

&lt;p&gt;
  We’ve extended the capabilities of our
  &lt;a href="https://auphonic.com/blog/2023/10/04/new-automatic-filler-word-cutter/" target="_blank"&gt;Automatic Cutting Feature&lt;/a&gt;
  by letting you choose which cuts shall be applied and fine-tune cut regions manually.
  &lt;br&gt;
  Let the &lt;b&gt;machine do the editing&lt;/b&gt; work while &lt;b&gt;you refine the results&lt;/b&gt; to achieve the
  exact output you’re listening for. All in one place!
&lt;/p&gt;

&lt;br&gt;
&lt;p&gt;
  &lt;img src="https://auphonic.com/media/blog/CutEditorImage.jpg" width="700" /&gt;
&lt;/p&gt;
&lt;br&gt;

&lt;h3&gt;How does it work?&lt;/h3&gt;

&lt;p&gt;
  Start using Auphonic as usual. For Quick Productions select the
  &lt;b&gt;Preset “Cut Filler Words, Coughs and Silence“&lt;/b&gt;.&lt;br&gt;
  If you use the more advanced production page select
  &lt;a href="https://auphonic.com/help/web/production.html#automatic-cutting" target="_blank"&gt;Automatic Cutting&lt;/a&gt;
  then &lt;b&gt;Cut Fillers, Cut Silence, Cut Coughs or all&lt;/b&gt;.
  &lt;br&gt;
  Start your production and let Auphonic work its audio magic.
  When the production is done you’ll reach the &lt;b&gt;Results Page&lt;/b&gt; with the
  updated Audio Editing Interface:
&lt;/p&gt;

&lt;p&gt;&lt;img src="https://auphonic.com/media/blog/AudioInspectorCuts.png" width="802" /&gt;&lt;/p&gt;

&lt;p&gt;
  Here you can &lt;b&gt;manually refine all machine-made cuts&lt;/b&gt;
  and fine-tune your production to your liking.
  Adjust, activate, or deactivate existing cuts, &lt;b&gt;or add new cuts&lt;/b&gt; yourself.
&lt;/p&gt;
&lt;p&gt;
  This, in combination with our
  &lt;a href="https://auphonic.com/help/algorithms/speech_recognition.html#auphonic-transcript-editor" target="_blank"&gt;Transcript Editor&lt;/a&gt;,
  lets you &lt;b&gt;edit your entire production within Auphonic&lt;/b&gt; - eliminating the need to export and switch to a DAW.
&lt;/p&gt;

&lt;h3&gt;New Interface &amp; Workflow Example&lt;/h3&gt;

&lt;p&gt;
  You will see machine made cuts in the updated Audio Editing Interface. &lt;br&gt;
  We highlight the different cut-types (Fillerwords, Silence and User Cuts) in a &lt;b&gt;specific color scheme&lt;/b&gt;:
&lt;/p&gt;

&lt;p&gt;&lt;img src="https://auphonic.com/media/blog/AudioInspectorCutsEdited.png" width="802" /&gt;&lt;/p&gt;

&lt;p&gt;
  You can &lt;b&gt;deactivate cuts&lt;/b&gt; either through selecting a cut and clicking “Deactivate Cut”  in the top bar or by using the hotkey [C].
  &lt;br&gt;
  For &lt;b&gt;adding a user cut&lt;/b&gt;, set the playhead to the location you want to apply
  the cut to and click “Add Cut” in the top bar or use hotkey [C].
&lt;/p&gt;
&lt;p&gt;
  You can &lt;b&gt;manually adjust the regions of all cuts&lt;/b&gt; using the arrow sliders
  at the edges of your selected cut. Allowing you to adjust machine made cuts and
  custom user cuts alike.
  &lt;br&gt;
  You’ll notice the waveform of the output audio turns white when you mark it with a
  cut region. Pre-listen to your cut result by setting the playhead before the cut and
  pressing play or spacebar [SPACE].
  &lt;br&gt;
  If you’d like to discard your changes and start over you can select &lt;b&gt;“Reset All”&lt;/b&gt;
  and reset the production to what Auphonic delivered automatically.
&lt;/p&gt;
&lt;p&gt;
  When you’re &lt;b&gt;done editing&lt;/b&gt; press &lt;b&gt;“Apply Changes”&lt;/b&gt; at the bottom (or top)
  of the production page:
&lt;/p&gt;

&lt;p&gt;&lt;img src="https://auphonic.com/media/blog/ApplyCutChanges.png" width="300" /&gt;&lt;/p&gt;

&lt;p&gt;
  &lt;b&gt;Auphonic will then reprocess your production and apply all the cuts and edits you made.&lt;/b&gt;
  You can also press “Edit Production” if you want to change feature settings.
  Your cuts will be saved and applied when you start the production with the updated settings.
&lt;/p&gt;

&lt;p&gt;
  &lt;b&gt;Hint: Re-Processing will not burn additional credits!&lt;/b&gt;&lt;br&gt;
  All edits you make - including changes to presets and feature settings - are free of charge.
  So feel free to play around with all the tools we offer.
  Only if you change the input file(s) additional credits will be used.
&lt;/p&gt;

&lt;h3&gt;What do you think?&lt;/h3&gt;

&lt;p&gt;
  We drive &lt;b&gt;innovation through your feedback.&lt;/b&gt;
  Is there anything that would enhance your workflow?
  Do you have ideas for what this feature could look like in the next iteration?
  Or do you have ideas for additional features Auphonic should implement next?
&lt;/p&gt;
&lt;p&gt;
  Please, send us your thoughts
  &lt;a href="https://auphonic.com/contact" target="_blank"&gt;HERE&lt;/a&gt;,
  or through the feedback form in your production!
&lt;/p&gt;
&lt;p&gt;
  We’re looking forward to your ideas and wish you &lt;b&gt;happy editing&lt;/b&gt;!
&lt;/p&gt;

&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
</description><author>lukasm@auphonic.com (Lukas)</author><pubDate>Thu, 22 May 2025 10:12:10 +0000</pubDate><guid>https://auphonic.com/blog/2025/05/22/new-auphonic-cut-editor/</guid><enclosure length="100000" type="image/jpeg" url="http://auphonic.com/media/blog/CutEditorImage.jpg"/><category>News</category></item><item><title>Fillerword Cutting Optimized for Greek, Romanian and Hungarian
</title><link>https://auphonic.com/blog/2025/04/22/fillerword-cutting-optimized-for-greek-romanian-and-hungarian/</link><description>
&lt;p&gt;
    &lt;b&gt;Fillerword detection&lt;/b&gt; is highly &lt;b&gt;language specific&lt;/b&gt;. 
    While “uhm” and “aah” might be more common across the board, each language has its own unique fillerwords.
    We take this into account when improving our algorithms. &lt;b&gt;Auphonic&lt;/b&gt; lets you 
    &lt;b&gt;automatically cut unwanted parts from your audio production&lt;/b&gt;, easily 
    &lt;a href="https://auphonic.com/blog/2023/10/04/new-automatic-filler-word-cutter/" target="_blank"&gt;removing silence and fillerwords&lt;/a&gt; in multiple languages.

  &lt;/p&gt;

  &lt;br&gt;
  &lt;p&gt;
    &lt;img src="https://auphonic.com/media/blog/fillerwords-title.jpg" width="700" height="393.22" /&gt;
  &lt;/p&gt;
  &lt;br&gt;
  
  &lt;h3&gt;Introducing Greek, Romanian and Hungarian&lt;/h3&gt;
  
  &lt;p&gt;
    We develop and train all of our algorithms in-house - and in our latest rollout, we've 
    &lt;b&gt;improved the detection of fillerwords&lt;/b&gt; in &lt;b&gt;Greek&lt;/b&gt;, &lt;b&gt;Romanian&lt;/b&gt; and &lt;b&gt;Hungarian&lt;/b&gt;.
    &lt;br&gt;&lt;br&gt;

    &lt;b&gt;Fillerwords&lt;/b&gt; from these languages will now be &lt;b&gt;detected  more reliably&lt;/b&gt; and 
    &lt;b&gt;automatically removed&lt;/b&gt; from your productions.
    &lt;br&gt;&lt;br&gt;

    To try it out for yourself, simply select &lt;b&gt;“Cut Fillers”&lt;/b&gt; with our 
    &lt;a href="https://auphonic.com/blog/2023/10/04/new-automatic-filler-word-cutter/" target="_blank"&gt;Automatic Cutting&lt;/a&gt;
    Feature either in the production page:
    &lt;br&gt;&lt;br&gt;
      &lt;p style="text-align: center; font-size: small; font-style: italic"&gt;
        &lt;img src="https://auphonic.com/media/blog/production-page.png" width="650" /&gt;
        Feature Selection in the Production Page
      &lt;/p&gt;
      &lt;br&gt;

    Or you can select the Auphonic Preset &lt;b&gt;"Cut Filler Words and Silence”&lt;/b&gt; in our 
    &lt;b&gt;Quick Production Screen&lt;/b&gt; on the landing page:
    &lt;br&gt;&lt;br&gt;

    &lt;p style="text-align: center; font-size: small; font-style: italic"&gt;
      &lt;img src="https://auphonic.com/media/blog/quick-production-page.png" width="550" /&gt;
      Auphonic Quick Production Presets
    &lt;/p&gt;
   &lt;/p&gt;
   &lt;br&gt;
  
    &lt;h3&gt;What do you think?&lt;/h3&gt;
    
    &lt;p&gt;
      We drive &lt;b&gt;innovation through your feedback&lt;/b&gt; and we would love to hear your thoughts! 
      Do you have ideas for what this feature could evolve in the next iteration?
      Or suggestions for new features you'd like to see in Auphonic?
      &lt;br&gt;&lt;br&gt;
      
      Please, send us your thoughts &lt;a href="https://auphonic.com/contact" target="_blank"&gt;&lt;b&gt;HERE&lt;/b&gt;&lt;/a&gt;, 
      or through the feedback form in your production (as seen below)!

      &lt;p style="text-align: center; font-size: small; font-style: italic"&gt;
        &lt;img src="https://auphonic.com/media/blog/feedback-form.png" width="400" /&gt;
        Feedback Form in your Production Result
      &lt;/p&gt;
      &lt;br&gt;
      We're looking forward to hearing your ideas and wish you &lt;b&gt;happy editing&lt;/b&gt;!
      &lt;br&gt; &lt;br&gt;

      ---&lt;br&gt;     
      &lt;i&gt;"Ακούγεσαι εξυπνότερος με την Auphonic!"&lt;/i&gt;&lt;br&gt;
      - Message from a Greek friend 
    
    &lt;/p&gt;

    

  &lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
</description><author>lukast@auphonic.com (Lukas)</author><pubDate>Tue, 22 Apr 2025 06:04:05 +0000</pubDate><guid>https://auphonic.com/blog/2025/04/22/fillerword-cutting-optimized-for-greek-romanian-and-hungarian/</guid><enclosure length="100000" type="image/jpeg" url="http://auphonic.com/media/blog/fillerwords-title.jpg"/><category>Audio</category><category>News</category></item><item><title>New Bandwidth Extension Feature with Enhanced Voice AutoEQ
</title><link>https://auphonic.com/blog/2025/04/04/new-bandwidth-extension-feature/</link><description>
&lt;p&gt;
  Ever struggled with muffled, low-quality audio in voice calls or old recordings? 
  Our latest feature — &lt;b&gt;Bandwidth Extension&lt;/b&gt;, now integrated with the 
  &lt;a href="https://auphonic.com/blog/2023/01/24/autoeq-beta/" target="_blank"&gt;Voice AutoEQ&lt;/a&gt; 
  — is here to change that. &lt;br&gt;
  Audio bandwidth extension (BWE) intelligently &lt;b&gt;restores missing high frequencies&lt;/b&gt;, 
  making speech clearer and more natural, even &lt;b&gt;in archival or low-bitrate recordings&lt;/b&gt;. 
  Listen to our &lt;a href="#BWEexamples"&gt;BWE audio examples&lt;/a&gt; below to hear the difference for yourself!

&lt;/p&gt;

&lt;img src="https://auphonic.com/media/blog/Auphonic_BWE_cover_image.jpg" style="width: 700px;" /&gt; 


&lt;h3&gt;What is Audio Bandwidth Extension (BWE)?&lt;/h3&gt;

&lt;p&gt;
  Audio bandwidth extension is a technique used to artificially recreate or “extend” higher audio frequencies
  that may have been lost or limited during recording, transmission, or compression.
  By analyzing the existing frequency information in an audio signal, our algorithm can predict and synthesize additional
  higher-frequency components.
  This approach helps restore the brightness and clarity of an audio track, making it &lt;b&gt;sound more natural and pleasant&lt;/b&gt; to listeners.
&lt;/p&gt;

&lt;img src="https://auphonic.com/media/blog/BWE_before_after.jpg" style="width: 700px" /&gt; 

&lt;p&gt;
  Bandwidth extension is particularly helpful in scenarios such as working with &lt;b&gt;archival speech recordings,
  low-bitrate voice calls, and compressed audio streams&lt;/b&gt; where high frequencies are lost due to bandwidth constraints. &lt;br&gt;
  The Auphonic bandwidth extension is &lt;b&gt;specifically optimized for speech&lt;/b&gt; and does not 
  enhance music or environmental sounds, like noise, reverb, etc.
&lt;/p&gt;


&lt;h3 id="BWEexamples"&gt;Listening Examples&lt;/h3&gt;

&lt;p&gt;
  The following example from the &lt;a href="https://youtu.be/Rz-4ulRKnz4?si=EywOeWnmBq4Mt9aH" target="_blank"&gt;Lex Fridman Podcast #457&lt;/a&gt; 
  demonstrates how it is possible to take a high-quality recording, &lt;b&gt;downsample it to 4 kHz bandwidth&lt;/b&gt;, and then use our 
  bandwidth extension algorithm. The &lt;b&gt;result comes remarkably close to the original&lt;/b&gt; audio with a full 20 kHz bandwidth. &lt;br&gt;
  Hear the difference yourself as the audio regains its natural clarity and depth:
&lt;/p&gt;
&lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
  &lt;tr&gt;
      &lt;td style="padding: 0; vertical-align: middle;"&gt; &lt;img style="float: right; height: 100px !important; padding-right: 10%;" src="https://auphonic.com/media/blog/spectrogram_scale_big.png" /&gt; &lt;/td&gt;
      &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt; 
        &lt;img style="height: 100px !important; width: 100%;" src="https://auphonic.com/media/blog/spectrogram_lex_original_mixed25s_short.jpg" /&gt; &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td style="padding: 0; vertical-align: middle;"&gt;Original &lt;br&gt; Audio:&lt;/td&gt;
    &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
      &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/lex_original_mixed25s_short.flac" type="audio/flac"&gt;&lt;/audio&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style="padding: 0; vertical-align: middle;"&gt; &lt;img style="float: right; height: 100px !important; padding-right: 10%;" src="https://auphonic.com/media/blog/spectrogram_scale_big.png" /&gt; &lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt; 
          &lt;img style="height: 100px !important; width: 100%;" src="https://auphonic.com/media/blog/spectrogramm_lex_8k_mixed25s_short.jpg" /&gt; &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style="padding: 0; vertical-align: middle;"&gt;Low Bandwidth:&lt;/td&gt;
      &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
        &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/lex_8k_mixed25s_short.flac" type="audio/flac"&gt;&lt;/audio&gt;
      &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style="padding: 0; vertical-align: middle;"&gt; &lt;img style="float: right; height: 100px !important; padding-right: 10%;" src="https://auphonic.com/media/blog/spectrogram_scale_big.png" /&gt; &lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt; 
          &lt;img style="height: 100px !important; width: 100%;" src="https://auphonic.com/media/blog/spectrogramm_lex_8k_mixed25s_EQBE_short.jpg" /&gt; &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td style="padding: 0; vertical-align: middle;"&gt;Bandwidth Extended:&lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
          &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/lex_8k_mixed25s_EQBE_short.flac" type="audio/flac"&gt;&lt;/audio&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;

&lt;h4&gt;Bandwidth extension of historic recordings (male and female speaker)&lt;/h4&gt;
&lt;p&gt;
  In practice, bandwidth extension is useful for &lt;b&gt;restoring historic recordings&lt;/b&gt; that have been downsampled due to bandwidth constraints.
  This example is a record of the historic 
  &lt;a href="https://youtu.be/oAgM6YHioxI?si=iEjKiPMfxUniKkXC&amp;t=52" target="_blank"&gt;&amp;#8220Margaret Thatcher's Iron Lady speech&amp;#8221&lt;/a&gt;
  and shows the difference between the original recording and the bandwidth-extended version:
&lt;/p&gt;  
&lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
    &lt;tr&gt;
        &lt;td style="padding: 0; vertical-align: middle;"&gt;Low Bandwidth:&lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
          &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/IronLadySpeech_pag_05historic_female_input.flac" type="audio/flac"&gt;&lt;/audio&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td style="padding: 0; vertical-align: middle;"&gt;Bandwidth Extended:&lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
          &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/IronLadySpeech_pag_05historic_female_EQBW.flac" type="audio/flac"&gt;&lt;/audio&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td style="padding: 0; vertical-align: middle;"&gt;BWE and Denoise:&lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
          &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/IronLadySpeech_pag_05historic_female_EQBWSI.flac" type="audio/flac"&gt;&lt;/audio&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;
  We added a version with and without denoising here, to hear that our algorithm does &lt;b&gt;not add frequencies to environmental sounds&lt;/b&gt; like noise, reverb, etc.
&lt;/p&gt;

&lt;p&gt;
  The second example is an archive recording of Richard Nixon's
  &lt;a href="https://archive.org/details/Greatest_Speeches_of_the_20th_Century/TheEndoftheVietnamWar.mp3" target="_blank"&gt;&amp;#8220End Of Vietnam War speech&amp;#8221&lt;/a&gt;:
&lt;/p&gt;  
&lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
    &lt;tr&gt;
        &lt;td style="padding: 0; vertical-align: middle;"&gt;Low Bandwidth:&lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
          &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/TheEndoftheVietnamWar_03historic_male_input.flac" type="audio/flac"&gt;&lt;/audio&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td style="padding: 0; vertical-align: middle;"&gt;Bandwidth Extended:&lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
          &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/TheEndoftheVietnamWar_03historic_male_EQBE.flac" type="audio/flac"&gt;&lt;/audio&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td style="padding: 0; vertical-align: middle;"&gt;BWE and Denoise:&lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
          &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/TheEndoftheVietnamWar_03historic_male_EQBESI.flac" type="audio/flac"&gt;&lt;/audio&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;



&lt;h3&gt;How to use it?&lt;/h3&gt;
&lt;p&gt;
  To activate the new bandwidth extension feature, just select the option 
  &lt;b&gt;&lt;em&gt;&amp;#8220Voice AutoEQ + Bandwidth extension&amp;#8221&lt;/em&gt;&lt;/b&gt;
  as &lt;em&gt;&amp;#8220Filtering Method&amp;#8221&lt;/em&gt; in the section &lt;em&gt;&amp;#8220Filtering&amp;#8221&lt;/em&gt;:
&lt;/p&gt;

&lt;img src="https://auphonic.com/media/blog/BWE_screenshot.png" style="width: 650px;" /&gt;

&lt;p&gt;
  Or use the Auphonic preset &lt;b&gt;&lt;em&gt;&amp;#8220Bandwidth Extension and Voice AutoEQ (keep noise)&amp;#8221&lt;/em&gt;&lt;/b&gt;:
&lt;/p&gt;

&lt;img src="https://auphonic.com/media/blog/auphonic_bwe_preset.png" style="width: 557px;" /&gt;

&lt;p&gt;
  Bandwidth extension is always applied in combination with the Voice AutoEQ,
  where we also released some updates ...
&lt;/p&gt;


&lt;h3&gt;Voice AutoEQ Updates&lt;/h3&gt;
&lt;p&gt;
  We took some time to further refine our Voice AutoEQ algorithm,
  please also take a look at our &lt;a href="https://auphonic.com/blog/2023/01/24/autoeq-beta/" target="_blank"&gt;previous blog post&lt;/a&gt;.
  &lt;br&gt;
  Now the Voice AutoEQ works &lt;b&gt;more effectively with reverberant speech&lt;/b&gt; and can 
  &lt;b&gt;adapt even when speech is mixed with background music&lt;/b&gt;.&lt;br&gt;
  The &lt;b&gt;de-plosive/de-pop&lt;/b&gt; feature that reduces strong plosives in speech is now integrated into our
  &lt;a href="http://auphonic.com/features#denoise" target="_blank"&gt;Noise Reduction Algorithm&lt;/a&gt; making Voice AutoEQ even more effective 
  when combined with our &lt;em&gt;Speech Isolation&lt;/em&gt; or &lt;em&gt;Dynamic Denoiser&lt;/em&gt;.
&lt;/p&gt;


&lt;h3 id="EQexamples"&gt;Voice AutoEQ Listening Examples&lt;/h3&gt;
&lt;h4&gt;Voice AutoEQ with background music&lt;/h4&gt;
&lt;p&gt;
  This is an example from the &lt;a href="www.climateofjoy.com/climate-of-joy-podcast/" target="_blank"&gt;Climate Of Joy&lt;/a&gt;
  podcast intro. The enhanced version &lt;b&gt;improves speech intelligibility&lt;/b&gt; without affecting the music balance.
&lt;/p&gt;
&lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
  &lt;tr&gt;
      &lt;td style="padding: 0; vertical-align: middle;"&gt;Original:&lt;/td&gt;
      &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
        &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/snip_uuidZVAm3DAZNLCaycHYNvKt3L_input.flac" type="audio/flac"&gt;&lt;/audio&gt;
      &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
      &lt;td style="padding: 0; vertical-align: middle;"&gt;AutoEQed:&lt;/td&gt;
      &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
        &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/snip_uuidZVAm3DAZNLCaycHYNvKt3L_output_EQBE.flac" type="audio/flac"&gt;&lt;/audio&gt;
      &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

&lt;h4&gt;Voice AutoEQ with reverberant speech&lt;/h4&gt;
&lt;p&gt;
  This recording by &lt;a href="www.conduitministries.com/" target="_blank"&gt;conduitministries.com&lt;/a&gt; 
  is recorded in a very reverberant room. 
  The original audio sounds slightly dull, but the Voice AutoEQ version &lt;b&gt;preserves the reverberation&lt;/b&gt; 
  while adding &lt;b&gt;more clarity&lt;/b&gt;. However, if you want to decrease the reverb, you could also
  select the
  &lt;a href="https://auphonic.com/help/web/production.html#noise-and-reverb-reduction-settings" target="_blank"&gt;Remove Reverb&lt;/a&gt;
  amount option in our &lt;em&gt;Noise Reduction&lt;/em&gt; section.
&lt;/p&gt;
&lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
    &lt;tr&gt;
        &lt;td style="padding: 0; vertical-align: middle;"&gt;Original:&lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
          &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/ds585_reverb_input.flac" type="audio/flac"&gt;&lt;/audio&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td style="padding: 0; vertical-align: middle;"&gt;AutoEQed:&lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
          &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/ds585_reverb_output_EQBE.flac" type="audio/flac"&gt;&lt;/audio&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;

&lt;h4&gt;Reducing plosives in speech&lt;/h4&gt;
&lt;p&gt;
  This snippet extracted from a video about 
  &lt;a href="https://youtu.be/0WwEroqddWg?si=EWxmYNU4CCEXvV5B&amp;t=74" target="_blank"&gt;Pop Filter vs Windscreen&lt;/a&gt; 
  shows how our Noise Reduction algorithm — here in combination with the Voice AutoEQ — can be used to reduce plosives in speech.&lt;br&gt;
  (Please listen with headphones or good loudspeakers to hear the difference.)
&lt;/p&gt;
&lt;table style="text-align: center; width: 100%; color: gray; font-size: small;"&gt;
    &lt;tr&gt;
        &lt;td style="padding: 0; vertical-align: middle;"&gt;Original:&lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
          &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/popfilter_02_input.flac" type="audio/flac"&gt;&lt;/audio&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td style="padding: 0; vertical-align: middle;"&gt;Processed:&lt;/td&gt;
        &lt;td style="width: 90%; padding: 0; vertical-align: middle;"&gt;
          &lt;audio controls style="width: 100%;"&gt;&lt;source src="https://auphonic.com/media/blog/popfilter_02_dyNR100.flac" type="audio/flac"&gt;&lt;/audio&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;


&lt;h3&gt;What do you think?&lt;/h3&gt;
&lt;p&gt; 
  Your input helps us make our audio features even better. 
  &lt;a href="https://auphonic.com/engine/" target="_blank"&gt;Give these improvements a try&lt;/a&gt;
  and &lt;b&gt;let us know what you think!&lt;/b&gt;&lt;br&gt;
  Whether it is a game-changer for you or there is still room to improve, we 
  would love to hear from you in the &lt;b&gt;production feedback&lt;/b&gt; or through our 
  &lt;a href="https://auphonic.com/contact" target="_blank"&gt;support channels&lt;/a&gt;.
&lt;/p&gt;

&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
</description><author>mpagavino@auphonic.com (Manuel)</author><pubDate>Fri, 04 Apr 2025 04:57:59 +0000</pubDate><guid>https://auphonic.com/blog/2025/04/04/new-bandwidth-extension-feature/</guid><enclosure length="100000" type="image/jpeg" url="http://auphonic.com/media/blog/Auphonic_BWE_cover_image.jpg"/><category>Audio</category><category>News</category></item><item><title>Introducing Auphonic Team Accounts
</title><link>https://auphonic.com/blog/2024/08/14/introducing-auphonic-team-accounts/</link><description>
&lt;p&gt;
    The new &lt;b&gt;Auphonic team accounts&lt;/b&gt; streamline billing for companies, teams, or groups and are
    &lt;b&gt;available to business users&lt;/b&gt;.
    A team account's owner can invite team members and admins, all of whom &lt;b&gt;share the team
    account's credits&lt;/b&gt; for their productions.&lt;br&gt;&lt;br&gt;
  &lt;/p&gt;


  &lt;p&gt;
    &lt;img src="https://auphonic.com/media/blog/team-account-title-image.webp" width="700" height="393.22" /&gt;
  &lt;/p&gt;

  &lt;p&gt;
    The team account feature only impacts billing. Team members cannot access each other’s productions, presets, etc.
    &lt;br&gt;
    If you're interested in switching to a team account, please 
    &lt;a href="https://auphonic.com/contact" target="_blank"&gt;contact us&lt;/a&gt;!
  &lt;/p&gt;


  &lt;h3&gt;What are Auphonic Teams?&lt;/h3&gt;
  
  &lt;p&gt;
    A team consists of an &lt;b&gt;Owner&lt;/b&gt; with &lt;b&gt;Members&lt;/b&gt; and optional &lt;b&gt;Admins&lt;/b&gt;.
    The Owner and Admins can add and remove team members as well as change their roles in the team. 
    Every added account can use Auphonic as usual, but &lt;b&gt;only the account Owner's credits are used&lt;/b&gt;
    for billing productions.
  &lt;/p&gt;
  &lt;p&gt;
    This &lt;b&gt;simplifies the invoicing process&lt;/b&gt; for teams using &lt;b&gt;multiple Auphonic accounts&lt;/b&gt;. &lt;br&gt;
    One Owner provides the credits, and all of the team can use them.&lt;br&gt;

      &lt;p style="text-align: center; font-size: small; font-style: italic"&gt;
        &lt;img src="https://auphonic.com/media/blog/team-account-section.png" width="875" /&gt;
        Overview of the team accounts section in the account settings.
      &lt;/p&gt;
  
    &lt;h3&gt;Inviting Users&lt;/h3&gt;
    
    &lt;p&gt;
    After gaining access to the team account feature, you can invite new team members via
    the &lt;b&gt;team account&lt;/b&gt; section on the
    &lt;a href="https://auphonic.com/accounts/settings/" target="_blank"&gt;account settings&lt;/a&gt; page.
    Invited team members can be:
      &lt;ul&gt;
        &lt;li&gt;Existing Auphonic users&lt;/li&gt;
        &lt;li&gt;New users who do not yet have an account&lt;/li&gt;
      &lt;/ul&gt;

    When inviting users, you can assign them a role: &lt;b&gt;Member&lt;/b&gt; or &lt;b&gt;Admin&lt;/b&gt;. 
    Sent invitations can be cancelled at any time.
    &lt;/p&gt;

    &lt;h3&gt;Managing Team Account Members&lt;/h3&gt;

    &lt;p&gt;
      The team account &lt;b&gt;Owner&lt;/b&gt; and &lt;b&gt;Admins&lt;/b&gt; can remove members and change roles within the team.
     
      &lt;p style="text-align: center; font-size: small; font-style: italic"&gt;
        &lt;img src="https://auphonic.com/media/blog/team-account-edit-role.png" width="875" /&gt;
        Editing roles
      &lt;/p&gt;
  
    &lt;/p&gt;

    &lt;h3&gt;Roles and Permissions&lt;/h3&gt;
    &lt;p&gt;
      Within the team, there are three roles: &lt;b&gt;Owner&lt;/b&gt;, &lt;b&gt;Admin&lt;/b&gt; and &lt;b&gt;Member&lt;/b&gt;. 
      Each role has specific permissions:  
  
      &lt;p style="text-align: center; font-size: small; font-style: italic"&gt;
        &lt;img src="https://auphonic.com/media/blog/team-account-permissions.png" width="875" /&gt;
        All roles and permissions.
      &lt;/p&gt;

      Note, that the &lt;b&gt;Owner role&lt;/b&gt; - held by the account creator - &lt;b&gt;cannot be changed manually&lt;/b&gt;. &lt;br&gt;
      Please &lt;a href="https://auphonic.com/contact" target="_blank"&gt;contact us&lt;/a&gt;
      if you want to change the owner of a team account!
    &lt;/p&gt;

    &lt;h3&gt;Billing&lt;/h3&gt;

    &lt;p&gt;
    The &lt;b&gt;Owner&lt;/b&gt; of the team account is responsible for purchasing credits. Productions made by 
    team members will &lt;b&gt;use the team account's credits&lt;/b&gt;.
      
    As a team account member, you will see the team account owner's credit balance instead of your own.
    &lt;br&gt;&lt;br&gt;
    If you wish to access your personal credits, you can leave the team at any time.
  &lt;/p&gt;

  &lt;h3&gt;Conclusion&lt;/h3&gt;
  &lt;p&gt;
    With the introduction of &lt;b&gt;team accounts&lt;/b&gt;, we provide a solution to &lt;b&gt;simplify the
    production process for teams&lt;/b&gt;.
    One account is responsible for &lt;b&gt;providing the credits&lt;/b&gt; and all team members
    can &lt;b&gt;use them collectively&lt;/b&gt;!
  &lt;/p&gt;
  &lt;p&gt;
    &lt;a href="https://auphonic.com/contact" target="_blank"&gt;Contact us&lt;/a&gt; if you are a business user
    and interested in &lt;b&gt;using our new feature&lt;/b&gt;.
  &lt;/p&gt;

  &lt;h3&gt;Feedback&lt;/h3&gt;
  &lt;p&gt;
    We are always happy to receive feedback on our features!&lt;br&gt;
    If you have &lt;b&gt;thoughts, ideas or recommendations&lt;/b&gt;, drop us a line using our
    &lt;a href="https://auphonic.com/contact" target="_blank"&gt;contact form&lt;/a&gt; or email us directly.
  &lt;/p&gt;

  &lt;p&gt;
    We're looking forward to hearing from you!
  &lt;/p&gt;

  &lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
</description><author>manuelw@auphonic.com (Manuel)</author><pubDate>Wed, 14 Aug 2024 09:11:04 +0000</pubDate><guid>https://auphonic.com/blog/2024/08/14/introducing-auphonic-team-accounts/</guid><enclosure length="100000" type="image/webp" url="http://auphonic.com/media/blog/team-account-title-image.webp"/><category>News</category></item><item><title>Speaker Identification in Single Track Productions
</title><link>https://auphonic.com/blog/2024/08/05/speaker-identification-in-single-track-productions/</link><description>
&lt;p&gt;
    We're excited to announce the release of our &lt;b&gt;new speaker diarization feature&lt;/b&gt;!
    With our latest update, we can now &lt;b&gt;detect individual speakers within a single audio recording&lt;/b&gt;,
    allowing users to see precisely who said what and when.
    This information is then reflected in the transcript. &lt;br&gt;
    Previously, this feature was only available in &lt;a href="https://auphonic.com/help/web/multitrack.html"
    target="_blank"&gt;Multitrack Productions&lt;/a&gt;.
  &lt;/p&gt;

  &lt;img src="https://auphonic.com/media/blog/speaker-diarization-title-image-small.jpg" width="800" /&gt;

  &lt;h3&gt;What is Speaker Diarization?&lt;/h2&gt;
  
  &lt;p&gt;
    Speaker diarization is the process of &lt;b&gt;identifying different speakers&lt;/b&gt;
    and segmenting an audio file accordingly, making it easier to accurately determine
    who said what. This is particularly useful in scenarios like &lt;b&gt;meeting recordings&lt;/b&gt;,
    &lt;b&gt;interviews&lt;/b&gt;, and &lt;b&gt;podcasts involving multiple speakers&lt;/b&gt;.
  &lt;/p&gt;

  &lt;h3&gt;What's New&lt;/h2&gt;
  &lt;p&gt;
    Until now, Auphonic users had to use our 
    &lt;a href="https://auphonic.com/help/algorithms/multitrack_tips.html"
    target="_blank"&gt;Multitrack Production Workflow&lt;/a&gt; to gain access to speaker identification. 
    With our recent update, this feature is now also accessible for single track productions, 
    thereby further simplifying our workflow.
  &lt;/p&gt;

  &lt;h3&gt;How It Works&lt;/h2&gt;

  &lt;p&gt;
    When selecting 
    &lt;a href="https://auphonic.com/help/algorithms/speech_recognition.html#auphonic-whisper-asr"
    target="_blank"&gt;Auphonic Whisper ASR&lt;/a&gt; as your speech recognition engine
    on our production page, the option to use &lt;b&gt;“Speaker Detection”&lt;/b&gt; appears. 
    You can &lt;b&gt;select the number of speakers&lt;/b&gt; in the recording yourself, 
    or &lt;b&gt;have the AI identify and label them&lt;/b&gt; automatically.
  &lt;/p&gt;

  &lt;p style="text-align: center; font-size: small; font-style: italic"&gt;
    &lt;img src="https://auphonic.com/media/blog/speaker_diarization_production_page.png" width="875" /&gt;
    Select "speaker detection" in the speech recognition menu
  &lt;/p&gt;

  &lt;p&gt;
    The &lt;b&gt;identified speakers will then be shown&lt;/b&gt; next to what they said &lt;b&gt;in the captions of our
    audio player and within the generated transcript&lt;/b&gt;. 
    We know exactly who is saying what at any given time.
  &lt;/p&gt;

  &lt;p&gt;
    If you need to change speakers' names, you can edit them in our 
    &lt;a href="https://auphonic.com/blog/2024/03/21/new-auphonic-transcript-editor/" target="_blank"&gt;
    Transcript Editor&lt;/a&gt;. 
    By changing the name of the speaker, the changes will be applied automatically within
    the whole transcript.
  &lt;/p&gt;
  
  &lt;p style="text-align: center; font-weight: bold; padding-bottom: 1em;"&gt;
    &lt;a href="https://auphonic.com/media/audio-examples/speechrec/03_05_2024_TVEyeOnMarvelS1E1/TVEyeOnMarvel.html#/"
    target="_blank"&gt;Click here for an example transcript to play around with!&lt;/a&gt;
  &lt;/p&gt; 

  &lt;p&gt;
    The transcript editor also lets you &lt;b&gt;edit the generated transcript's content&lt;/b&gt; 
    and correct any mistakes. This gives our users the final say in quality control.
  &lt;/p&gt;

  &lt;p&gt;
    For more information on how to use our transcript editor, 
    &lt;a href="https://auphonic.com/blog/2024/03/21/new-auphonic-transcript-editor/" target="_blank"&gt;click here!&lt;/a&gt;
  &lt;/p&gt;

  &lt;h3&gt;Conclusion&lt;/h2&gt;

  &lt;p&gt;
    With our newly released &lt;b&gt;speaker detection feature for single track productions&lt;/b&gt;,
    we simplified the automatic transcription process even further.
    You can &lt;b&gt;drop a single audio file into our algorithms&lt;/b&gt;, the &lt;b&gt;AI automatically detects and
    transcribes&lt;/b&gt; its contents and attributes speakers correctly. 
    And if the model should unexpectedly be wrong at any time, you can correct it in our
    &lt;a href="https://auphonic.com/blog/2024/03/21/new-auphonic-transcript-editor/" target="_blank"&gt;
    Transcript Editor&lt;/a&gt;. 
  &lt;/p&gt;

  &lt;h3&gt;Feedback&lt;/h2&gt;
  &lt;p&gt;
    We're looking forward to having you utilize our new speaker diarization feature! &lt;br&gt;
    Please, feel free to send us feedback through our
    &lt;a href="https://auphonic.com/contact" target="_blank"&gt;Contact Form&lt;/a&gt; or
    submit it directly in the status page of your production. &lt;br&gt; Happy detecting!
  &lt;/p&gt;

  &lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
</description><author>lukast@auphonic.com (Lukas)</author><pubDate>Mon, 05 Aug 2024 09:34:04 +0000</pubDate><guid>https://auphonic.com/blog/2024/08/05/speaker-identification-in-single-track-productions/</guid><enclosure length="100000" type="image/jpeg" url="http://auphonic.com/media/blog/speaker-diarization-title-image-small.jpg"/><category>Audio</category><category>News</category></item><item><title>Support for Intro and Outro Videos
</title><link>https://auphonic.com/blog/2024/07/03/support-for-intro-and-outro-videos/</link><description>
&lt;p&gt;
    A new foray into the &lt;b&gt;world of video&lt;/b&gt;: Auphonic is proud to announce &lt;b&gt;support for intro and outro videos&lt;/b&gt;!
    With our most recent update you can now &lt;b&gt;seamlessly integrate video intros and outros&lt;/b&gt; into your productions, providing a richer and more engaging experience for your audience.
  &lt;/p&gt;
  
  &lt;p style="text-align: center; font-size: small;"&gt;
    &lt;img src="https://auphonic.com/media/blog/intro-outro-videos-title-image.jpg" width="700"/&gt;
    &lt;!-- &lt;img src="https://auphonic.com/media/blog/intro-outro-videos-title-image-1.jpg" width="700" /&gt; --&gt;
    Photo by &lt;a target="_blank" href="https://unsplash.com/@jakobowens1?utm_content=creditCopyText&amp;utm_medium=referral&amp;utm_source=unsplash"&gt;Jakob Owens&lt;/a&gt; on &lt;a target="_blank" href="https://unsplash.com/photos/clap-board-roadside-jakob-and-ryan-CiUR8zISX60?utm_content=creditCopyText&amp;utm_medium=referral&amp;utm_source=unsplash"&gt;Unsplash&lt;/a&gt;
  &lt;/p&gt;

  &lt;h2&gt;What's new?&lt;/h2&gt;

  &lt;p&gt;
    For a long time Auphonic has supported &lt;a target="_blank" href="https://auphonic.com/blog/2012/09/04/automatic-content-deployment-video-youtube-soundcloud/#video"&gt;video files&lt;/a&gt; as the &lt;b&gt;main files&lt;/b&gt; of &lt;a target="_blank" href="https://auphonic.com/help/web/production.html"&gt;productions&lt;/a&gt;.   
    Until recently, &lt;a target="_blank" href="https://auphonic.com/help/web/production.html#intro-and-outro"&gt;intros and outros&lt;/a&gt; were limited to &lt;b&gt;audio-only&lt;/b&gt; though. 
  &lt;/p&gt;
  &lt;p&gt;
    Our new feature now allows you to &lt;b&gt;add video intros and outros&lt;/b&gt; to your productions. 
    This means your content can now &lt;b&gt;begin and end with video clips&lt;/b&gt;, adding a professional touch and increasing viewer engagement. 
    Whether you're working on podcasts, audiobooks, or any other type of multimedia content: providing your content &lt;b&gt;both in audio form and in video form&lt;/b&gt; is now way easier!
  &lt;/p&gt;

  &lt;h3&gt;Mixing Audio and Video&lt;/h2&gt;

  &lt;p&gt;
    A key aspect of this feature is the ability to &lt;b&gt;mix audio and video files&lt;/b&gt; effortlessly. 
    If your main production file is a video but your intro is an audio file, Auphonic will automatically generate a video for the intro using a &lt;b&gt;standing image from the main video&lt;/b&gt;. 
    This ensures a &lt;b&gt;seamless and visually coherent transition&lt;/b&gt; between different media types, maintaining the overall quality and flow of your production.
  &lt;/p&gt;

  &lt;p&gt;
    It works the &lt;b&gt;same way for outros&lt;/b&gt; as well. When your main production file is a video file but your outro is audio-only we will &lt;b&gt;generate an outro video&lt;/b&gt; from a standing image of the main video.
  &lt;/p&gt;

  &lt;h3&gt;Overlap&lt;/h3&gt;

  &lt;p&gt;
    We also &lt;b&gt;support &lt;a target="_blank" href="https://auphonic.com/blog/2016/06/30/automatic-intros-and-outros/"&gt;overlap&lt;/a&gt;&lt;/b&gt; for video intros and outros. 
    This means you can have your intros and outros &lt;b&gt;start or end slightly before&lt;/b&gt; the main content, 
    creating a &lt;b&gt;smoother transition&lt;/b&gt;. However, you should know that overlapping intro and outro videos requires 
    us to &lt;b&gt;place a cut&lt;/b&gt; in your video intro and outro. Only this way the the audio will &lt;b&gt;stay in
    sync&lt;/b&gt; with the video. 
  &lt;/p&gt;

  &lt;h2&gt;How to add Intro and Outro Videos&lt;/h2&gt;

  &lt;p&gt;
    Using our new feature is incredibly &lt;b&gt;simple&lt;/b&gt;.
    You can add video intros and outros &lt;b&gt;the same way&lt;/b&gt; you would add audio intros and outros in the &lt;a target="_blank" href="https://auphonic.com/help/web/production.html"&gt;production form&lt;/a&gt;.
  &lt;/p&gt;

  &lt;p style="text-align: center; font-size: small; font-style: italic"&gt;
    &lt;img src="https://auphonic.com/media/blog/production-form-with-video-intro-outro.jpg" width="838"/&gt;
    &lt;!-- &lt;img src="https://auphonic.com/media/blog/production-form-with-video-intro-outro.jpg" width="700" /&gt; --&gt;
    A screenshot of the production form where a video intro and a video outro where selected.
  &lt;/p&gt;

  Adding video intros and outros is &lt;b&gt;also available through our &lt;a target="_blank" href="https://auphonic.com/help/api/index.html"&gt;API&lt;/a&gt;&lt;/b&gt;, allowing for a smooth integration into your existing workflows and automation processes. 
  Again, &lt;a target="_blank" href="https://auphonic.com/help/api/index.html"&gt;adding&lt;/a&gt; video intros and outros in the API works &lt;b&gt;the same way&lt;/b&gt; it works for audio intros and outros. 

  &lt;h2&gt;Use Cases&lt;/h2&gt;

  &lt;p&gt;
    There are &lt;b&gt;many different use cases&lt;/b&gt; for our new feature! If you, as an example, regularly release episodes of your podcast &lt;b&gt;both as audio and as video&lt;/b&gt;, you can now automatically add a &lt;b&gt;recurring video intro and outro&lt;/b&gt; without needing to manually edit your videos.
  &lt;/p&gt;

  &lt;p&gt;
    Or, if you're an audio engineer, you may have a large number of recordings of, let's say, a conference. Instead of having to edit each individual conference recording &lt;b&gt;by hand&lt;/b&gt; you now can add a &lt;b&gt;common intro and outro&lt;/b&gt; to each conference recording automatically using a &lt;b&gt;&lt;a target="_blank" href="https://auphonic.com/help/web/batch.html"&gt;batch production&lt;/a&gt;&lt;/b&gt;.  
  &lt;/p&gt;

  &lt;h2&gt;Supported Video Formats&lt;/h2&gt;

    &lt;p&gt;
      The world of video is a limitless one, with a sheer endless amount of video codecs, resolutions or frame 
      rates to offer. Naturally, this means we are not able to support &lt;b&gt;every arbitrary video format&lt;/b&gt; 
      there is. However, we made sure to support the &lt;b&gt;most commonly used&lt;/b&gt; video containers and codecs to 
      make sure that at least 99.5% of all video productions will be possible. 
    &lt;/p&gt;

    &lt;p&gt;
      Currently we support the 3 most common video containers: &lt;b&gt;MP4&lt;/b&gt;, &lt;b&gt;MKV&lt;/b&gt; and &lt;b&gt;MOV&lt;/b&gt;. 
      &lt;!-- TODO add links--&gt; 

      For these containers the following codecs are supported:

      &lt;ul&gt;
        &lt;li&gt;&lt;b&gt;h264&lt;/b&gt;: MP4, MKV, MOV&lt;/li&gt;
        &lt;li&gt;&lt;b&gt;mpeg4&lt;/b&gt;: MP4, MKV, MOV&lt;/li&gt;
        &lt;li&gt;&lt;b&gt;mpeg2video&lt;/b&gt;: MP4, MKV, MOV&lt;/li&gt;
        &lt;li&gt;&lt;b&gt;prores&lt;/b&gt;: Only MKV and MOV&lt;/li&gt;
        &lt;li&gt;&lt;b&gt;msmpeg4v3&lt;/b&gt;: Only MKV and MOV&lt;/li&gt;
        &lt;/li&gt;
      &lt;/ul&gt;

    &lt;/p&gt;

    &lt;p&gt;
      Any video intro or outro &lt;b&gt;which uses these containers and codecs&lt;/b&gt; can be processed by us. 
      Additionally, we make sure that your output video uses a &lt;b&gt;common format&lt;/b&gt;.
      Therefore, if your video intro or outro uses a different codec or container than your main video we will
      &lt;b&gt;encode&lt;/b&gt; the video intro or outro to the setting of the main video.
    &lt;/p&gt;

    &lt;p&gt;
      Given that video demands significantly more computational ressources than audio the video intros and 
      outros may be &lt;b&gt;1 minute long at max&lt;/b&gt; in order to be processed.
    &lt;/p&gt;

  &lt;h2&gt;Conclusion&lt;/h2&gt;

    &lt;p&gt;
      The new intro and outro videos feature on Auphonic is designed to give you more &lt;b&gt;creative control&lt;/b&gt; and to help you produce &lt;b&gt;professional, engaging content&lt;/b&gt; effortlessly. 
      By supporting a variety of codecs and allowing for the mixing of audio and video we aim to &lt;b&gt;support every possible workflow&lt;/b&gt;. We invite you to &lt;b&gt;explore this new feature&lt;/b&gt; and see how it can enhance your multimedia productions!
    &lt;/p&gt;

  &lt;h2&gt;Feedback&lt;/h2&gt;
    &lt;p&gt;
      Would you like us to support another video format? Did you stumble across an issue with your video file(s)? 
      Let us know! Simply drop us a message in our 
      &lt;a target="_blank" href="https://auphonic.com/contact" target="blank"&gt;contact form&lt;/a&gt; or leave a comment in the 
      feedback section on the status page of your specific production. &lt;br&gt;
      We're looking forward to hearing from you!
    &lt;/p&gt;

  &lt;br /&gt;
  &lt;br /&gt;
  &lt;br /&gt;
</description><author>lukasm@auphonic.com (Lukas)</author><pubDate>Wed, 03 Jul 2024 12:03:17 +0000</pubDate><guid>https://auphonic.com/blog/2024/07/03/support-for-intro-and-outro-videos/</guid><enclosure length="100000" type="image/jpeg" url="http://auphonic.com/media/blog/intro-outro-videos-title-image.jpg"/><category>News</category></item></channel></rss>