Exporting data

Is there any way of exporting the dynamic range data once you’ve scanned your library?

Hi @Dazza, Once you finish the analysis, the DR should be added to your track’s metadata. Can you check if that’s the case using MusicBrainz, for example?

Hi Antoine. The data is displaying fine. I was just wondering if there’s any way to export it from Audirvana to something like a Excel sheet

I see; not in Audirvāna, but you can get that information from the database of Audirvāna using a tool like https://sqlitebrowser.org/

If you are on Windows, it can be in two different locations :

C:\Users[your login]\AppData\Local\Packages\Audirvana.Audirvana-[… id number that can vary]\LocalCache\Local\Audirvana\Audirvana
C:\Users[your login]\AppData\Local\Audirvana\Audirvana

to show AppData folder:

If you are on MacOS. You can go to it using Finder:

  1. On your keyboard, press the ⇧ ⌘ L keys at the same time.
  2. In the Finder window that opens, navigate into Application Support, then Audirvana
  3. You’ll find there the file AudirvanaDatabase.sqlite

You will be able to copy the information faster than doing it in a metadata editor.

Thanks Antoine.