Skip to content

src_simple with sndfile #181

@puronas

Description

@puronas

FYI - I've been having some trouble trying to figure out why my code would compile but produce silent WAV files. Turns out it was completely basic user error dividing two integer values:
sf_data.src_ratio = new_samplerate/old_samplerate;
Which essentially produced an integer value and messed up my src ratio. (float)new_samplerate/old_samplerate was the solution.
This can be deleted or left in case somebody else bumps into this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions