1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed crash when using TmemoryStream with Windows (Thanks to Phoenix). Fixed define compiler directive. More... almost 8 years ago
Thanks to Phoenix, added AddFromMemoryStream(...). More... almost 8 years ago
Fixed memory leak when using TMemoryStream. More... almost 8 years ago
Added AddFromMemoryStream(...) of mp3 too. Fixed AddFromFile(...) (was not working for mp3, opus and aac files). More... almost 8 years ago
Thanks to Phoenix, added AddFromMemoryStream(...). Warning: It works only for ogg, flac, wav audio files. Mp3, opus and custom audio format will come asap. More... almost 8 years ago
Updated SimpleDrums demo. More... almost 8 years ago
Added File2File(). This to convert any type of audio file into wav, pcm or custom file. More... almost 8 years ago
Added ConsolePlayMemory.pas to show how to use memory buffer as input. More... almost 8 years ago
Added AddFromMemory() to play from memory buffer. More... almost 8 years ago
Added AddFromFileIntoMemory(). It decodes file into memory buffer and uses that memory buffer for playing. Added Simple_Drums demo to show how to use it. More... almost 8 years ago
Winter cleanup of code. More... almost 8 years ago
Renamed AddDSPin() > InputAddDSPin(), SetDSPin() > InputSetDSP, idem for Output... Fixed Waveform and SimpleRecorder demos. (2) More... almost 8 years ago
Renamed AddDSPin() > InputAddDSPin(), SetDSPin() > InputSetDSP, idem for Output... Fixed Waveform and SimpleRecorder demos. More... almost 8 years ago
Update MultiInput demo: added Enabled-checkboxes. More... almost 8 years ago
Fixed uos_SeekTime(). There was a problem of integer format ( ==> cint32). (3) More... almost 8 years ago
Fixed uos_SeekTime(). There was a problem of integer format ( ==> cint32). (2) More... almost 8 years ago
Fixed uos_SeekTime(). There was a problem of integer format ( ==> cint32). More... almost 8 years ago
Updated MultiInput demo. It demonstrate how to use PlayNofree() and a endless input. More... almost 8 years ago
Added InputSetEnable(). Usefull for multi-input. More... almost 8 years ago
Fixed memory leak inside application. This caused increasing of memory used at each creation of player. More... almost 8 years ago
Fixed uos_OpusFile.pas for Windows. More... almost 8 years ago
Added FreePlayer() procedure to use after PlayNoFree(). It frees completely the thread and the memory streams. More... almost 8 years ago
First steps with IceCast live-audio web server. More... almost 8 years ago
Fixed close url streams. More... almost 8 years ago
Fixed mpg123_replace_reader_handle() => replaced @mpg_close_stream with nil (uos take care of closing the pipe). More... almost 8 years ago
Added uos_shout.pas. It is the header of IceCast-Shout library to connect audio streams to IceCast audio stream web server. (3) More... almost 8 years ago
Added uos_shout.pas. It is the header of IceCast-Shout library to connect audio streams to IceCast audio stream web server. (2) More... almost 8 years ago
Added uos_shout.pas. It is the header of IceCast-Shout library to connect audio streams to IceCast audio stream web server, More... almost 8 years ago
Fixed in uos_opus.pas: opus_decoder_ctl, opus_encoder_ctl, opus_multistream_encoder_ctl, opus_multistream_decoder_ctl. (2) More... almost 8 years ago
Fixed in uos_opus.pas: opus_decoder_ctl, opus_decoder_ctl, opus_multistream_encoder_ctl, opus_multistream_decoder_ctl. More... almost 8 years ago