libgroove 4.3.0-1 source package in Ubuntu

Changelog

libgroove (4.3.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version

 -- Felipe Sateler <email address hidden>  Thu, 29 Oct 2015 21:16:23 -0300

Upload details

Uploaded by:
Debian Multimedia Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgroove_4.3.0-1.dsc 2.6 KiB fae068cc677c4bac227254719fd0f9bd80a4973e88f0de9d7769aa0f5d33d3d7
libgroove_4.3.0.orig.tar.gz 47.7 KiB 76f68896f078a9613d420339ef887ca8293884ad2cd0fbc031d89a6af2993636
libgroove_4.3.0-1.debian.tar.xz 5.7 KiB 775147c50ebb2c6ad137c0054863d6f24bcaa7310ab77163157ad6bb73eeefe7

No changes file available.

Binary packages built by this source

libgroove-dbg: debugging symbols for libgroove

 This package contains the debugging symbols for libgroove4, libgrooveplayer4,
 libgrooveloudness4, and libgroovefingerprinter4.

libgroove-dev: audio dispatching library (development files)

 This C library provides an sink-based API for decoding and encoding audio.
 It is intended to be used as a backend for music player applications, however
 it may also be used as a backend for any audio processing utility.
 .
 Features:
  * Uses libav for decoding and encoding.
  * Add and remove entries on a playlist for gapless playback.
  * Supports idempotent pause, play, and seek.
  * Per-playlist-item gain adjustment so you can implement loudness compensation
    without audio glitches.
  * Read and write metadata tags.
  * Extensible sink-based interface. A sink provides resampling and keeps its
    buffer full. This package contains the raw sink which provides
    reference-counted raw audio buffers. Other sinks are built on top of this
    one.
  * Thread-safe.
 .
 This package contains the development files.

libgroove-dev-dbgsym: debug symbols for package libgroove-dev

 This C library provides an sink-based API for decoding and encoding audio.
 It is intended to be used as a backend for music player applications, however
 it may also be used as a backend for any audio processing utility.
 .
 Features:
  * Uses libav for decoding and encoding.
  * Add and remove entries on a playlist for gapless playback.
  * Supports idempotent pause, play, and seek.
  * Per-playlist-item gain adjustment so you can implement loudness compensation
    without audio glitches.
  * Read and write metadata tags.
  * Extensible sink-based interface. A sink provides resampling and keeps its
    buffer full. This package contains the raw sink which provides
    reference-counted raw audio buffers. Other sinks are built on top of this
    one.
  * Thread-safe.
 .
 This package contains the development files.

libgroove4: music player backend

 This library provides decoding and encoding of audio on a playlist.
 It is intended to be used as a backend for music player applications, however
 it is generic enough to be used as a backend for any audio processing utility.
 .
 Features:
  * Uses libav for decoding and encoding.
  * Add and remove entries on a playlist for gapless playback.
  * Supports idempotent pause, play, and seek.
  * Per-playlist-item gain adjustment so you can implement loudness compensation
    without audio glitches.
  * Read and write metadata tags.
  * Extensible sink-based interface. A sink provides resampling and keeps its
    buffer full. This package contains the raw sink which provides
    reference-counted raw audio buffers. Other sinks are built on top of this
    one.
  * Thread-safe.
 .
 This package contains the shared library.

libgroove4-dbgsym: debug symbols for package libgroove4

 This library provides decoding and encoding of audio on a playlist.
 It is intended to be used as a backend for music player applications, however
 it is generic enough to be used as a backend for any audio processing utility.
 .
 Features:
  * Uses libav for decoding and encoding.
  * Add and remove entries on a playlist for gapless playback.
  * Supports idempotent pause, play, and seek.
  * Per-playlist-item gain adjustment so you can implement loudness compensation
    without audio glitches.
  * Read and write metadata tags.
  * Extensible sink-based interface. A sink provides resampling and keeps its
    buffer full. This package contains the raw sink which provides
    reference-counted raw audio buffers. Other sinks are built on top of this
    one.
  * Thread-safe.
 .
 This package contains the shared library.

libgroovefingerprinter-dev: acoustid fingerprinter sink for libgroove (development files)

 This C library provides a GrooveFingerprinter object which attaches to a
 GroovePlaylist and chromaprint to generate a unique id for media. The id
 can be used with the acoustid.org service to find out metadata tags for
 the media.
 .
 This package contains the development files.

libgroovefingerprinter-dev-dbgsym: debug symbols for package libgroovefingerprinter-dev

 This C library provides a GrooveFingerprinter object which attaches to a
 GroovePlaylist and chromaprint to generate a unique id for media. The id
 can be used with the acoustid.org service to find out metadata tags for
 the media.
 .
 This package contains the development files.

libgroovefingerprinter4: acoustid fingerprinter for libgroove

 This libgroove plugin generates audio fingerprints which can be used with the
 acoustid.org service to find out metadata tags for the media.
 .
 This package contains the shared library.

libgroovefingerprinter4-dbgsym: debug symbols for package libgroovefingerprinter4

 This libgroove plugin generates audio fingerprints which can be used with the
 acoustid.org service to find out metadata tags for the media.
 .
 This package contains the shared library.

libgrooveloudness-dev: loudness scanner sink for libgroove (development files)

 This C library provides a GrooveLoudness object which attaches to a
 GroovePlaylist and uses the EBU R128 standard to detect loudness. The values
 it produces are compatible with ReplayGain.
 .
 This package contains the development files.

libgrooveloudness-dev-dbgsym: debug symbols for package libgrooveloudness-dev

 This C library provides a GrooveLoudness object which attaches to a
 GroovePlaylist and uses the EBU R128 standard to detect loudness. The values
 it produces are compatible with ReplayGain.
 .
 This package contains the development files.

libgrooveloudness4: loudness scanner for libgroove

 This libgroove plugin uses the EBU R128 standard to detect loudness.
 The values it produces are compatible with ReplayGain.
 .
 This package contains the shared library.

libgrooveloudness4-dbgsym: debug symbols for package libgrooveloudness4

 This libgroove plugin uses the EBU R128 standard to detect loudness.
 The values it produces are compatible with ReplayGain.
 .
 This package contains the shared library.

libgrooveplayer-dev: audio device playback sink for libgroove (development files)

 This C library provides a GroovePlayer struct which attaches to a
 GroovePlaylist and sends audio frames to a sound device. It also includes
 dummy player which can simulate playback without actually having access
 to a sound device.
 .
 This package contains the development files.

libgrooveplayer-dev-dbgsym: debug symbols for package libgrooveplayer-dev

 This C library provides a GroovePlayer struct which attaches to a
 GroovePlaylist and sends audio frames to a sound device. It also includes
 dummy player which can simulate playback without actually having access
 to a sound device.
 .
 This package contains the development files.

libgrooveplayer4: hardware audio playback for libgroove

 This libgroove plugin plays audio via a sound device. It includes a dummy
 player which can simulate playback without actually having access to a sound
 device.
 .
 This package contains the shared library.

libgrooveplayer4-dbgsym: debug symbols for package libgrooveplayer4

 This libgroove plugin plays audio via a sound device. It includes a dummy
 player which can simulate playback without actually having access to a sound
 device.
 .
 This package contains the shared library.