Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How to get best audio quality #56

Open
joman-git opened this issue Feb 18, 2021 · 0 comments
Open

How to get best audio quality #56

joman-git opened this issue Feb 18, 2021 · 0 comments

Comments

@joman-git
Copy link

Okay, I have built a ripper program hoping to get the best audio quality for the Plex media server I am setting up. Before I rip hundreds of CD's, I want to check if I am using the best options to obtain the best quality this library is capable of giving. So, here is what I am using:

` ID3TagData tag = new ID3TagData
{
Title = strTrackName,
Artist = strArtist,
Album = strAlbum,
Year = strYear,
Genre = strFinalGenre
};

        LameConfig config = new LameConfig
        {
            VBR = VBRMode.ABR,
            VBRQuality = 0,
            ABRRateKbps = 320,
            VBRMinimumRateKbps = 256,
            VBREnforceMinimum = true,
            OutputSampleRate = 48000,
            ID3 = tag
        };

`
The few tests that I have made sound okay to me. But, I wear hearing aids. They are supposed to correct things to near normal for every day use, but maybe not for my purposes here. I would like someone with more experience using the library to give me a hand setting up the options before I rip all these CD's. The audience will thank you!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant