Messaggio di errore

Access denied. You may need to login below or register to access this page.

Access Denied / User log in

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!

Login rapido

Usa il tuo social account esistente ed accedi senza bisogno di registrazione: nessuna conferma, nessuna nuova password da ricordare, veloce, facile e sicuro.

...oppure usa un account CoolSoft

Inserisci il tuo nome utente CoolSoft.
Inserisci la password associata al tuo nome utente.
Add reply | CoolSoft

Add reply

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!
(If you're a human, don't change the following field)
Your first name.
(If you're a human, don't change the following field)
Your first name.

Warning!

You're posting your message as anonymous user.

By registering you'll be allowed to receive notifications of post replies and new threads.
Registration is really quick and only requires you to choose an username and provide a valid email address.

Click here to to register.

A confirmation mail will be sent to this address.
Your email address won't be published.

Altre informazioni sui formati del testo

Filtered HTML

  • Elementi HTML permessi: <a> <blockquote> <br> <cite> <code> <dd> <del> <dl> <dt> <em> <img> <li> <ol> <p> <pre> <s> <span> <strike> <strong> <ul>
    Allowed Style properties: background-color, color, font-size, font-style, height, text-align, text-decoration, text-transform, width
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <pre>, <c>, <cpp>, <csharp>, <drupal5>, <drupal6>, <javascript>, <php>. The supported tag styles are: <foo>, [foo].
  • Indirizzi web o e-mail vengono trasformati in link automaticamente
  • Linee e paragrafi vanno a capo automaticamente.

Plain text

  • Nessun tag HTML consentito.
  • Indirizzi web o e-mail vengono trasformati in link automaticamente
  • Linee e paragrafi vanno a capo automaticamente.
CAPTCHA
Questa domanda serve a prevenire lo spam e gli accessi non autorizzati.
Annulla
Posts: 7
Joined: 10 Ott 2014 - 21:16
Re: Output audio file volume normalization.
coolsoft wrote:
I suggest you to play the same MIDI file with VMS and use its MIDI Mixer to find the best volume, then convert it with MIDI Converter (it uses the same mixer values as VMS device #1).
That's what I'm doing now, but it's impractical and it wastes time all the same, indeed it wastes more.
Coolsoft Virtual Midi Synth is a great program and if you are an experienced programmer, this little addition would make your program even better by no means.
Isn't there a library that your program can use to do this automatically?
Posts: 1972
Joined: 25 Mar 2012 - 01:19
Re: Output audio file volume normalization.

To implement such a feature it needs to convert the file at least twice:

  • first conversion to get the highest volume level of the synthesized "analog" audio
  • if some sample got "clipped", repeat the first step with a lower volume
  • finally render the MIDI with a volume that renders the highest peak at 0db

As you can see it's not an easy task, BASS (the synth library) does not support it out-of-the-box and it also doubles (at least) the rendering time...

I suggest you to play the same MIDI file with VMS and use its MIDI Mixer to find the best volume, then convert it with MIDI Converter (it uses the same mixer values as VMS device #1).

Posts: 7
Joined: 10 Ott 2014 - 21:16
Output audio file volume normalization.

Hello.

Is it possible to add a flag to normalize the volume of the audio file output from the MIDI conversion to 0dB?