Tarsos icon indicating copy to clipboard operation
Tarsos copied to clipboard

Culture independent processing of MIR data

Results 4 Tarsos issues
Sort by recently updated
recently updated
newest added

I am asking as here Tarsos is starting, but audio playback is not possible, no matter which output device I am selecting, something seems to be wrong there or I...

I'm trying to understand the result of the function "soundPressureLevel". According to this page: https://en.wikipedia.org/wiki/Sound_pressure The dbSPL measure starts around 0 (a very quiet room) to >191 (maximum volume). But...

https://github.com/JorenSix/Tarsos/blob/4b3f172314766f9d2ff85946f7c82d32e5d4b5a1/src/be/tarsos/midi/MidiToWavRenderer.java#L149 In the class **MidiToWavRenderer** when using custom SoundBank to create the wav file their is an attempt to unload the default SoundBank: `this.synth.unloadAllInstruments(soundbank);` `soundbank` is the custom SoundBank and...

https://github.com/JorenSix/Tarsos/blob/4b3f172314766f9d2ff85946f7c82d32e5d4b5a1/src/be/tarsos/midi/MidiToWavRenderer.java#L148 In the class MidiToWavRenderer the method createWavFile() that allows the user include a custom SoundBank calls the AudioSynthesizer's open() method. It is then calls its' overloaded method which attempts...