Up max sample rate to support 192kHz audio files
Changed occurrences of 50000 max sample rate constant to 200000 (and made the same change in the tests). Functionality works as expected on 192kHz sample rate audio files at very low pixel/sample ratios.
@chrisn thank you for taking the time to review this. Are you sure secondsToPixels is the var of concern here? If so I'm not sure I follow. I looked at the code and I think secondsToSamples is the var of concern, here:
https://github.com/bbc/audiowaveform/blob/master/src/GdImageRenderer.h#L82
Is that what you meant? If so I can add a test for that to this PR.
ping @chrisn can we move this forward?
Sorry for taking so long to reply. I ended up removing the sample rate limit entirely. You should find that the latest version works OK.