Commit graph

19 commits

Author SHA1 Message Date
fdd57ba572 Mark audio stream as not playing when it ends 2021-02-20 21:55:24 +03:00
5e7aa7601d Pimpl declaration macros now define a make_pimpl(...) static helper function 2021-01-23 10:42:14 +03:00
2adb8db3a6 Add missing header 2021-01-18 18:19:31 +03:00
f0611657ac Generate empty source file for libraries with no sources 2021-01-18 18:10:35 +03:00
e7cac4a618 Clang compilation fixes 2021-01-18 18:01:03 +03:00
08c62d6e3f Add macro-based pimpl & use it everywhere 2020-10-23 17:14:54 +03:00
325f90d7c8 Fix audio::track::size 2020-09-29 12:32:04 +03:00
342519003c Add audio::sample typedef to int16_t 2020-09-22 20:24:37 +03:00
ac8684faa3 Audio: query actual frequency & channels, initialize effects based on that 2020-09-22 20:20:48 +03:00
6bd3d63bdd Add engine::load(string_view) 2020-09-21 20:47:15 +03:00
58a793af9d Rename audio::sample -> audio::track 2020-09-21 20:26:55 +03:00
fb4922c6e9 Explicitly request mp3 support in audio 2020-09-21 20:21:50 +03:00
ea170fdd70 Fix missing header 2020-09-21 20:21:36 +03:00
97518a0a4a Add simple echo effect 2020-09-21 12:25:24 +03:00
87681a036a Minor fixes 2020-09-21 12:25:09 +03:00
ec4db5c6cb Support auto-starting streams 2020-09-21 12:10:22 +03:00
313f8bbf80 Add sound::engine::frequency and sound::engine::channels 2020-09-21 12:10:02 +03:00
8ff441c6ff Support audio effects 2020-09-21 11:41:13 +03:00
6549c2f907 Audio subsystem (wip) 2020-09-21 11:22:34 +03:00