Skip to content

Commit

Permalink
Merge pull request #135 from detrin/main
Browse files Browse the repository at this point in the history
Added Troubleshooting section to README
  • Loading branch information
sampsyo committed Aug 17, 2023
2 parents ff9535d + a12e015 commit d113d3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ Example
The included ``decode.py`` script demonstrates using this package to
convert compressed audio files to WAV files.

Troubleshooting
---------------

A ``NoBackendError`` exception means that the library could not find one of
the libraries or tools it needs to decode audio. This could mean, for example,
that you have a broken installation of `FFmpeg`_. To check, try typing
``ffmpeg -version`` in your shell. If that gives you an error, try installing
FFmpeg with your OS's package manager (e.g., apt or yum) or `using Conda
<https://anaconda.org/conda-forge/ffmpeg>`_.

Version History
---------------

Expand Down

0 comments on commit d113d3c

Please sign in to comment.