bits_per_minute property

bits_per_minute property

Gets or sets the number of beats per minute in the main part of the audio. This value is represented by the TBPM frame.

Definition:

@property
def bits_per_minute(self):
    ...
@bits_per_minute.setter
def bits_per_minute(self, value):
    ...

See Also