J
Jim Crossley
I have a Java application that I wish to port to Ruby. One of its
features is to convert a string of digits to a raw audio stream of
DTMF tones.
So the Java jar file includes raw audio files for each digit. These
are loaded as resources from the classpath.
What's the *right* way to do that in Ruby? Where do people typically
package resources for their applications?
Thanks,
Jim
features is to convert a string of digits to a raw audio stream of
DTMF tones.
So the Java jar file includes raw audio files for each digit. These
are loaded as resources from the classpath.
What's the *right* way to do that in Ruby? Where do people typically
package resources for their applications?
Thanks,
Jim