mixalot icon indicating copy to clipboard operation
mixalot copied to clipboard

Don't raise on Vorbis error

Open vindarel opened this issue 6 years ago • 0 comments

warn was used in voribis-stream.lisp:

            (unless (= output-rate rate)
              #+NIL
              (raise-vorbis-error "Open Ogg Vorbis file"
                                  "Sample rate doesn't match requested rate.")
              (warn "Sample rate doesn't match requested rate: ~:D vs expected ~:D"
                    rate output-rate))

I can scan my library, but I won't find the problematic file(s) and I don't see the warning messages…

I added a readme ;)

edit: a readme also helps for Quickdocs and such: http://quickdocs.org/mixalot/

vindarel avatar Sep 01 '18 19:09 vindarel