Top |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseTransform ╰── GstAudioFilter ╰── GstAccurip
The accurip element calculates a CRC for an audio stream which can be used to match the audio stream to a database hosted on
AccurateRip. This databaseis used to check for a CD rip accuracy.
1 |
gst-launch-1.0 -m uridecodebin uri=file:///path/to/song.flac ! audioconvert ! accurip ! fakesink |
“first-track”
property“first-track” gboolean
Indicate to the CRC calculation algorithm that this is the first track of a set.
Flags: Read / Write
Default value: FALSE
“last-track”
property“last-track” gboolean
Indicate to the CRC calculation algorithm that this is the last track of a set.
Flags: Read / Write
Default value: FALSE