openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
ReZound
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Nov 28, 2022 — Nov 28, 2023
Showing page 121 of 131
Search / Filter on:
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
ddurham
More...
almost 23 years ago
Added some TODOs about saving efficiency in CrezSound and others
ddurham
More...
almost 23 years ago
Added some TODOs about saving efficiency in CrezSound and others
ddurham
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
ddurham
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
ddurham
More...
almost 23 years ago
Added some cosmetic updates and convience-values to CNewSoundDialog and CRecordDialog
ddurham
More...
almost 23 years ago
Added some cosmetic updates and convience-values to CNewSoundDialog and CRecordDialog
ddurham
More...
almost 23 years ago
Moved onData() member from protected to public, to make my compiler happy.
lergnom
More...
almost 23 years ago
Moved onData() member from protected to public, to make my compiler happy.
lergnom
More...
almost 23 years ago
Updated
lergnom
More...
almost 23 years ago
Updated
lergnom
More...
almost 23 years ago
Changed some minor things about the format #defines in COSSSoundRecorder
ddurham
More...
almost 23 years ago
Changed some minor things about the format #defines in COSSSoundRecorder
ddurham
More...
almost 23 years ago
minor change in COSSSoundPlayer.cpp about the format #defines
ddurham
More...
almost 23 years ago
minor change in COSSSoundPlayer.cpp about the format #defines
ddurham
More...
almost 23 years ago
Changed the comments around in the ASoundPlayer and CSoundPlayerChannel to clarify some parameters
ddurham
More...
almost 23 years ago
Changed the comments around in the ASoundPlayer and CSoundPlayerChannel to clarify some parameters
ddurham
More...
almost 23 years ago
Made ClibaudiofileSound throw an exception instead of just returning false when its determining if it can handle the format.
ddurham
More...
almost 23 years ago
Made ClibaudiofileSound throw an exception instead of just returning false when its determining if it can handle the format.
ddurham
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
ddurham
More...
almost 23 years ago
Added updating status information to the recording dialog
ddurham
More...
almost 23 years ago
Furthered the implementation of recording.
ddurham
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
ddurham
More...
almost 23 years ago
Updated some TODO stuff
lergnom
More...
almost 23 years ago
Updated some TODO stuff
lergnom
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
ddurham
More...
almost 23 years ago
Created the layout for the frontend record dialog
ddurham
More...
almost 23 years ago
Updates Autotools guide, removed all references to dependencies in Makefile.am(s)
lergnom
More...
almost 23 years ago
Updates Autotools guide, removed all references to dependencies in Makefile.am(s)
lergnom
More...
almost 23 years ago
Added some TODOs with good ideas
ddurham
More...
almost 23 years ago
←
1
2
…
117
118
119
120
121
122
123
124
125
…
130
131
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree