Martin Guy

Results 5 comments of Martin Guy

Is using libwavpack an acceptable solution to this? I see in configure.ac: ``` One or more of the external libraries (ie libflac, libogg and libvorbis) is either missing Unfortunately, for...

It turns out that Ogg can occur in files without Vorbis (e.g. Ogg-Opus), and Vorbis without Ogg (in Matroska or WebM) but that's totally irrelevant to compiling libsndfile unless people...

Greetings To make it even faster, you can use use Algorithm 199 from "Collected Algorithms from ACM" Volume 1, which uses mathematical properties of the sequence of month lengths to...

@sebres You're welcome! :) I see in generic/tclClock.c's GetMonthDay() ` for (month = 0; month < 12 && day > h[month]; ++month) { day -= h[month]; } ` but maybe...

but you can add issues here and we'll import them if confirmed.