23 Commits

Author SHA1 Message Date
9bd6dc956f WIP Edits 2025-07-18 12:25:25 -05:00
f588dac424 Fricked up the branch by forgetting commits, solving errors. 2025-07-15 22:58:27 -05:00
09ee0360dc Merge remote-tracking branch 'origin/main'
# Conflicts:
#	main.cpp
2025-07-15 13:37:09 -05:00
9720989d34 Note taking, 2025-07-15 13:36:45 -05:00
e96c709856 Wow, multithreaded audio?? 2025-07-14 14:33:20 -05:00
085657c524 Messing around with streams. 2025-07-13 18:44:10 -05:00
Kayleigh
c0c1371823 Add WAV support
Adds WAV support building off of PCMBuffer function

also robodeath 😺
2025-04-20 20:55:16 +02:00
fe97710b7c Implement Sound::FromNoise() 2024-09-08 23:03:34 -04:00
b83d6b333f Minor cleanup 2024-09-06 14:22:42 -04:00
c0c3fbb1e5 Generated Wave Playback tests. 2024-09-06 13:52:11 -04:00
994bfc97d2 Implemented Sine, Sawtooth, Triangle, and Square wave generators for Sound class 2024-09-06 13:45:58 -04:00
dfaf7150ea More minor things. 2024-09-06 12:00:52 -04:00
78ee29288b Putting the puzzle together (Sound::PlaybackLength) 2024-09-05 16:04:22 -04:00
966d5ee6fd First stab at sound threading 2024-09-05 11:02:36 -04:00
d6433afe46 Capture error when requested file does not exist. An error message indicating missing file is now thrown to the API user. 2024-08-30 12:52:45 -05:00
84fde1aff4 Pull in jlog 2024-08-29 21:21:48 -05:00
3758e9bc03 More scoping!!! 2024-08-29 21:47:03 -04:00
bdbb5aff13 Functioning High-level ReMixer API (First sound played!!) 2024-08-28 14:55:53 -04:00
b0da5f4297 More tests and scoping out the ReMixer API 2024-08-26 14:41:14 -04:00
5355c8f5ea vorbis_decode and pacat tools packaged with ReMixer. Proper integration coming next 2024-08-14 17:19:39 -04:00
45e3ea1a5e PulseAudio Cat 2024-08-14 15:19:50 -04:00
b52e5ba021 Acutally Plays back a sound!!! 2024-08-14 14:20:26 -04:00
57937e322b Initial Commit 2024-08-06 22:36:34 -04:00