Subscribe to library updates

corwin42

Expert
Licensed User
Longtime User
AHLocale Libaray updated to V1.16

  • AHDateTime - Methods for getting default date and time format strings
  • AHTranslation - Support for Countries
  • AHTranslation - Support for default language
  • AHTranslation - Support for different file extensions
For the default language and file extension just set AHTranslator.Extension or AHTranslator.DefaultLanguage prior to initialize the Translator object and it will be initialized with the given options.

I think support for Countries needs a bit more testing. Translation files can be named xxxx_en_us.lng for example
 

stevel05

Expert
Licensed User
Longtime User
SLMP3 Library Play Mp3's using audiotrack and convert MP3 to Wav on sdcard.

V1.1 runs the convert in an async stream so you no longer need to run that in a thread.
 

stevel05

Expert
Licensed User
Longtime User
ByteArrayBuffer This is a wrapper for the org.apache.http.util.ByteArrayBuffer class. It allows the resizing of the buffer which is useful for buffering very large amounts of data without the buffer continually growing (i.e. audio streaming).
 

stevel05

Expert
Licensed User
Longtime User
SLMP3 Library Play Mp3's using audiotrack and convert MP3 to Wav on sdcard.

V1.2 of the library introduces 3 new methods.

GetSampleFrequency
GetNoChannels
SeekTo (forwards seek only)

V1.3 of the demo implements seek forward and seek back.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Top