mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 01:25:47 +01:00
warning about replaygain instability (#289)
This commit is contained in:
parent
c987d68331
commit
0275836293
1 changed files with 9 additions and 0 deletions
|
|
@ -4,6 +4,15 @@ ReplayGain Plugin
|
|||
This plugin adds support for `ReplayGain`_, a technique for normalizing audio
|
||||
playback levels.
|
||||
|
||||
.. warning::
|
||||
|
||||
Some users have reported problems with the Gstreamer ReplayGain calculation
|
||||
plugin, so if you experience segmentation faults with this plugin enabled,
|
||||
consider disabling it. (Please `file a bug`_ if you can get a gdb
|
||||
traceback for such a segfault.)
|
||||
|
||||
.. _file a bug: http://code.google.com/p/beets/issues/entry
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue