1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 1 year ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a bug in TMemoryPipe::getSize() where it was always reporting one element too small More... about 23 years ago
Fixed a bug in TMemoryPipe::getSize() where it was always reporting one element too small More... about 23 years ago
Since Ogg/Vorbis seems to have trouble supporting constant bitrates sometimes (it says unimplemented feature a lot) I change the quality setting to be the default on the frontend More... about 23 years ago
Since Ogg/Vorbis seems to have trouble supporting constant bitrates sometimes (it says unimplemented feature a lot) I change the quality setting to be the default on the frontend More... about 23 years ago
Enhanced ClibvorbisSoundTranslator a little bit to give some more information on errors More... about 23 years ago
Enhanced ClibvorbisSoundTranslator a little bit to give some more information on errors More... about 23 years ago
Made ReZound ask to quit if the users presses 'exit' and there is more than 1 file opened... I know that might seem annoying but I've accidently closed ReZound accidently after I had spent a while just opening the sounds I wanted More... about 23 years ago
Made ReZound ask to quit if the users presses 'exit' and there is more than 1 file opened... I know that might seem annoying but I've accidently closed ReZound accidently after I had spent a while just opening the sounds I wanted More... about 23 years ago
Fixed a slight bug with the save-as dialog being pointed to the last opened directory More... about 23 years ago
Fixed a slight bug with the save-as dialog being pointed to the last opened directory More... about 23 years ago
Added a TODO More... about 23 years ago
Added a TODO More... about 23 years ago
added a TODO More... about 23 years ago
added a TODO More... about 23 years ago
updated the backend TODO More... about 23 years ago
updated the backend TODO More... about 23 years ago
Reworked the output routing system to be more flexible to allow a channel in the audio to be able to map to more than one device channel Made some comments in the CrezSoundTranslator saying to implement saving/loading of this information later I may want to do that in ClibaudiofileSoundTranslator when I'm more sure about the routing info I still need to develop a frontend to manipulate the routing info More... about 23 years ago
Reworked the output routing system to be more flexible to allow a channel in the audio to be able to map to more than one device channel More... about 23 years ago
Fixed a little bug on the frontend where if you opened a sound, then closed it, then opened the open dialog again, the filename would be blank, so hitting okay would try to load "" More... about 23 years ago
Fixed a little bug on the frontend where if you opened a sound, then closed it, then opened the open dialog again, the filename would be blank, so hitting okay would try to load "" More... about 23 years ago
Changed CSoundPlayerChannel to use a TMemoryPipe for handling prebuffering of data itself rather than just pushing as much data as possible to the sound card driver. This makes the play position more accuratly knowable in the presence of prebuffering data. Removed the concept of evelopes from CSoundPlayerChannel (it wasn't used and over complicated the code) Remove the gain and pan settings of CSoundPlayerChannel (they were not being used) Removed the idea of stop() and kill() in CSoundPlayerChannel since the envelope is gone. stop() stops the playing immediately More... about 23 years ago
Changed CSoundPlayerChannel to use a TMemoryPipe for handling prebuffering of data itself rather than just pushing as much data as possible to the sound card driver. More... about 23 years ago
Made many enhancements to TSoundStretcher.h including a method to get the current source position. And supporting fractional buffer sizes (actually the src should probably contain at least the ceil() of the srcLength) More... about 23 years ago
Made many enhancements to TSoundStretcher.h including a method to get the current source position. And supporting fractional buffer sizes (actually the src should probably contain at least the ceil() of the srcLength) More... about 23 years ago
Removed the idea of CEnvelope from CSoundPlayerChannel. It wasn't being used and it complicated the code a lot. More... about 23 years ago
Removed the idea of CEnvelope from CSoundPlayerChannel. It wasn't being used and it complicated the code a lot. More... about 23 years ago
Updated the AudioIO document about more or less how the new prebuffering stuff works More... about 23 years ago
Updated the AudioIO document about more or less how the new prebuffering stuff works More... about 23 years ago
Updated Makefile.am to reference TMemoryPipe and CConditionVariable More... about 23 years ago
Updated Makefile.am to reference TMemoryPipe and CConditionVariable More... about 23 years ago