Provides old school Japanese cell phone sounds library as javax.sound
SPI
includes many ADPCM codecs and the SSRC sampling rate converter.
SPI | Codec | Description | IN Status | OUT Status | SPI Status | Comment |
---|---|---|---|---|---|---|
midi | MFi | Japanese ring tone format | π§ | β | β | DoCoMo |
midi | SMAF | YAMAHA ring tone format | π§ | β | β | au, Softbank |
sampled | MFi | Japanese ring tone format | β | β | β | DoCoMo |
sampled | SMAF | YAMAHA ring tone format | β | β | β | au, Softbank |
sampled | CCITT ADPCM | G711, G721, G723 | β | β | β | G721 cellphone w/ Fuetrek chip |
sampled | DVI ADPCM | DVI ADPCM | β | β | β | |
sampled | IMA ADPCM | IMA ADPCM | β | β | β [1] | |
sampled | MA ADPCM | YAMAHA ADPCM | β | β | β | cellphone w/ YAMAHA MA chip |
sampled | MS ADPCM | Microsoft ADPCM | β | β | β [1] | |
sampled | OKI ADPCM | OKI ADPCM | β | β | β [1] | |
sampled | ROHM ADPCM | ROHM ADPCM | β | β | β | cellphone w/ Rohm chip |
sampled | VOX ADPCM | VOX ADPCM | β | β | β [1] | |
sampled | YAMAHA ADPCM | YAMAHA ADPCM | β | β | β [1] | |
sampled | YM2068 ADPCM | YAMAHA ADPCM | β | β | - | same as YAMAHA ADPCM |
sampled | ssrc | resampling | β | - | β | need to wait for phase 1 |
[1] wav file readable
A. yes you can, follow those steps
- create a separated jar (ssrc.jar) file including ssrc classes. (never include those .class files into your application jar file)
vavi/sound/pcm/resampling/ssrc/SSRC.class
vavi/util/SplitRadixFft.class
vavi/util/I0Bessel.class
- β caution:
- your application complies with the LGPL. customers have a right to reverse engineering your application.
- if you include ssrc.jar with a distribution, you must offer a way to get ssrc source code.
- see also
- github actions workflow on ubuntu java8 cannot deal line
PCM_SIGNED 8000.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian
- use
Receiver
instead ofMetaEventListener
- ssrc: use nio pipe for 1st pass
- on macos m2 ultra 1st pass is in a blink of an eye
ima
,ms
adpcm: wav readertritonus:tritonus-remaining:org.tritonus.sampled.file.WaveAudioFileReader
- use service provider for mfi, smaf sequencer
- service loader instead of vavi.properties