is not current version
Last Version 1.2

uk.co.bithatch:jimpulse 1.0

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.

GroupId

GroupId

uk.co.bithatch
ArtifactId

ArtifactId

jimpulse
Version

Version

1.0
Type

Type

jar

Download jimpulse 1.0


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