не последняя версия
Последняя версия 1.2

uk.co.bithatch:jimpulse 1.1

A Java port of the impulse library https://launchpad.net/impulse.bzr. For Linux only, requires libpulse and libfftw-3. Captures output from PulseAudio system and delivers transformed snapshots optionally using Fast Fourier Transforms. The data collected may then be used to create visual effects based on sound levels of various frequencies.

Группа

Группа

uk.co.bithatch
Идентификатор

Идентификатор

jimpulse
Версия

Версия

1.1
Тип

Тип

jar

Скачать jimpulse 1.1


<!-- https://jarcasting.com/artifacts/uk.co.bithatch/jimpulse/ -->
<dependency>
    <groupId>uk.co.bithatch</groupId>
    <artifactId>jimpulse</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.bithatch/jimpulse/
implementation 'uk.co.bithatch:jimpulse:1.1'
// https://jarcasting.com/artifacts/uk.co.bithatch/jimpulse/
implementation ("uk.co.bithatch:jimpulse:1.1")
'uk.co.bithatch:jimpulse:jar:1.1'
<dependency org="uk.co.bithatch" name="jimpulse" rev="1.1">
  <artifact name="jimpulse" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.bithatch', module='jimpulse', version='1.1')
)
libraryDependencies += "uk.co.bithatch" % "jimpulse" % "1.1"
[uk.co.bithatch/jimpulse "1.1"]