vavi-sound-nda
vavi-sound-nda
Provides old school Japanese cell phone sounds library as javax.sound.sampled
SPI. Includes YAMAHA MA, ROHM ADPCM codecs.
ADPCM
SPI | Codec | Description | IN Status | OUT Status | SPI Status | Comment |
---|---|---|---|---|---|---|
sampled | MA ADPCM | YAMAHA ADPCM | ||||
sampled | ROHM ADPCM | ROHM ADPCM |
ring tone library for MFi
- fujitsu
- panasonic
- sony
install
- maven ... add below into
pom.xml
<repository>
<id>gitlab-maven</id>
<url>https://gitlab.com/api/v4/projects/30804899/packages/maven</url>
</repository>
<dependency>
<groupId>vavi</groupId>
<artifactId>vavi-sound-nda</artifactId>
<version>1.0.11</version>
</dependency>