Menu

Code Commit Log


Commit Date  
[r1965] by nerius

Changing some control flow to avoid nesting in ModernAudioClip.

2024-09-15 13:09:32 Tree
[r1964] by nerius

Renaming m_startedOffMillis to m_startedMillis because the data type is being
changed from int to long. This simplifies the code, but limits easy access to
this data member from multiple threads (which wasn't being employed anyways).
m_constrTimeMillis is being removed as well because it is no longer needed.

2024-09-15 12:09:51 Tree
[r1963] by nerius

Using more advanced thread communication in setting of m_startedOffMillis.

2024-09-15 11:37:47 Tree
[r1962] by nerius

Adding a few additional small comments to AudioDispatchQueue.

2024-09-15 10:26:13 Tree
[r1961] by nerius

Adding major comments/Javadoc to AudioClip. Defining exact behavior.

2024-09-15 09:58:26 Tree
[r1960] by nerius

Adding some comments to ModernAudioClip.

2024-09-14 20:03:53 Tree
[r1959] by nerius

Adding empty pause and resume calls.

2024-09-14 19:39:04 Tree
[r1958] by nerius

Adding m_internalStopped and consolidating both stop functions.

2024-09-14 19:30:26 Tree
[r1957] by nerius

Oops, had forgotten a _stop() call. The new audio works, minus pause/resume.

2024-09-14 17:26:23 Tree
[r1956] by nerius

Doing a little class swap-a-root, with ModernAudioClip moved to
ModernAudioClipOld, and ModernAudioClip2 moved to ModernAudioClip. In other
words pause() and resume() are now unimplemented, and the audio may not be
working at all, because we are just now about to test.

2024-09-14 17:22:45 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.