1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made ASoundFileManager not try to do anything in the revert method if the filename does not exist More... almost 23 years ago
Added some TODOs about saving efficiency in CrezSound and others More... almost 23 years ago
Added some TODOs about saving efficiency in CrezSound and others More... almost 23 years ago
Added some more mutex locking in ASoundRecorder to hopefully squash the bug of hanging when pressing 'okay' on the record dialog while it's recording Changed the prealloc of 5 seconds to a define More... almost 23 years ago
Added some more mutex locking in ASoundRecorder to hopefully squash the bug of hanging when pressing 'okay' on the record dialog while it's recording More... almost 23 years ago
Added some cosmetic updates and convience-values to CNewSoundDialog and CRecordDialog More... almost 23 years ago
Added some cosmetic updates and convience-values to CNewSoundDialog and CRecordDialog More... almost 23 years ago
Moved onData() member from protected to public, to make my compiler happy. More... almost 23 years ago
Moved onData() member from protected to public, to make my compiler happy. More... almost 23 years ago
Updated More... almost 23 years ago
Updated More... almost 23 years ago
Changed some minor things about the format #defines in COSSSoundRecorder More... almost 23 years ago
Changed some minor things about the format #defines in COSSSoundRecorder More... almost 23 years ago
minor change in COSSSoundPlayer.cpp about the format #defines More... almost 23 years ago
minor change in COSSSoundPlayer.cpp about the format #defines More... almost 23 years ago
Changed the comments around in the ASoundPlayer and CSoundPlayerChannel to clarify some parameters More... almost 23 years ago
Changed the comments around in the ASoundPlayer and CSoundPlayerChannel to clarify some parameters More... almost 23 years ago
Made ClibaudiofileSound throw an exception instead of just returning false when its determining if it can handle the format. More... almost 23 years ago
Made ClibaudiofileSound throw an exception instead of just returning false when its determining if it can handle the format. More... almost 23 years ago
Added updating status information to the recording dialog Changed ASound not to flush() in saveMetaData() because it's not really necessary and it was taking too long. Changed the way ASoundRecorder::start/stop work, now stop doesn't reset the record position, so start can be called again to resume where it left off. redo() is for resetting the record position. Still may have some work to do on the actual OSS recording. I'd like it to buffer more data, but OSS doesn't use more than 64k of buffer space total. ASound::addSpace when preallocing is taking a while, I think most of the time is spent in TPoolFile::insertSpace now, but I need to make sure of that and speed it up if possible. Added some TODOs More... almost 23 years ago
Added updating status information to the recording dialog More... almost 23 years ago
Furthered the implementation of recording. More... almost 23 years ago
Furthered the implementation of recording. Changed the backend code to be able to start and stop recording multiple times. The recording frontend actually makes calls to the backend now. Found out that FOX crashed because I was updating widgets in a different thread other than the main thread. Now I use a FOX timer to update the status. Still have to update other status info like: length recorded, size recorded, etc I also need to have the sound recorder be able to take a duration to record and have the frontend use that code. Also, added some items to the TODO lists More... almost 23 years ago
Updated some TODO stuff More... almost 23 years ago
Updated some TODO stuff More... almost 23 years ago
Created the layout for the frontend record dialog Tweaked the design of ASoundRecorder and thus changed COSSSoundRecorder Now, the derived class from ASoundRecorder just implements initialize and deinitialize and sends its data to onData. ASoundPlayer now takes care of what to do with that data, either to throw it away until start is called and handles itself what to do on redo. The derived class may need to override and extend the redo method if it needs to flush recorded buffers or something to keep that out of the coming data stream Either FOX or X11 seems to have a with me using progress bars as level meters. If I update them as fast as I want to, I get an X error. For now, I just commented out the code that updates the level meters. Added some TODOs More... almost 23 years ago
Created the layout for the frontend record dialog More... almost 23 years ago
Updates Autotools guide, removed all references to dependencies in Makefile.am(s) More... almost 23 years ago
Updates Autotools guide, removed all references to dependencies in Makefile.am(s) More... almost 23 years ago
Added some TODOs with good ideas More... almost 23 years ago