Hi, i’m currently working on an audio application for some company, and they want to go cross platform. the application mostly deals with mp3 files, and needs to store them in memory for rapid access.
I know Juce and would like to use it for this, but the ‘cto’ wants to use shorts instead of floats to keep them in memory and process them faster.
Considering Juce’s audio sample are hard-coded as floats all the way, we would have to modify a lot of sources, or find another solution.
but I’m conviced that we could use float audio samples and forget about this old short type … does this matter any more ?
I mean, Jules used juce for tracktion, and it works great.
I don’t have so much experience with audio programming, Do you have any pros / cons for this ?
convincing this guy to use juce for audio would save me so much headaches …