Skip to content

Don't raise on Vorbis error#7

Open
vindarel wants to merge 1 commit into
ahefner:masterfrom
vindarel:master
Open

Don't raise on Vorbis error#7
vindarel wants to merge 1 commit into
ahefner:masterfrom
vindarel:master

Conversation

@vindarel
Copy link
Copy Markdown

@vindarel vindarel commented Sep 1, 2018

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant