tanhakabir
|
2d88b69aa7
|
Fix update loops killing on end of audio
|
2021-08-12 16:58:38 -07:00 |
|
tanhakabir
|
f67b939ac4
|
Merge branch 'master' into issue-loop
|
2021-08-12 16:27:34 -07:00 |
|
tanhakabir
|
a0e9b973e0
|
checkpoint, working but bug in seek
|
2021-08-12 16:27:20 -07:00 |
|
Lvv.me
|
706ab5961c
|
Fix some "required condition is false" cases.
case 1:
```
"required condition is false: nil == owningEngine || GetEngine() == owningEngine"
```
case 2:
```
"required condition is false: _engine->IsRunning()"
```
|
2021-08-10 17:38:08 +08:00 |
|
tanhakabir
|
bfbb979897
|
Add stopping engine and playerNode on invalidate() and deinit
Co-Authored-By: cntrump <me@lvv.me>
|
2021-08-07 19:06:59 -07:00 |
|
tanhakabir
|
e6d54b0c33
|
remove test logs
|
2021-04-17 09:44:17 -07:00 |
|
tanhakabir
|
1996812c90
|
checkpoint
|
2021-04-17 09:17:19 -07:00 |
|
tanhakabir
|
b60e567a83
|
fix recursive polling logic (#91)
|
2021-04-16 10:05:21 -07:00 |
|
tanhakabir
|
efbaa465b2
|
remove unused functions
|
2021-03-18 00:44:30 -07:00 |
|
tanhakabir
|
6c3b1efe97
|
fully implement queuing audio
|
2021-03-18 00:44:30 -07:00 |
|
tanhakabir
|
a98f090b6a
|
checkpoint, timer has strong reference to engine
|
2021-03-18 00:44:30 -07:00 |
|
tanhakabir
|
542f65f044
|
add initial queuing functionality from Joe but this will crash
Co-Authored-By: Joe Williams <14778951+jw1540@users.noreply.github.com>
|
2021-03-18 00:44:30 -07:00 |
|
tanhakabir
|
10aea39cae
|
expose ID for current player
|
2021-03-10 14:25:43 -08:00 |
|
Tanha
|
58bbc97a1b
|
Minor fix on end of audio notification
|
2020-01-04 13:35:03 -08:00 |
|
tanhakabir
|
03392c21e0
|
fix bug in notification of end of audio in PlayingStatus (#25)
|
2020-01-04 13:23:50 -08:00 |
|
tanhakabir
|
b355eb4e09
|
add api for buffer progress in SAAvailabilityRange (#24)
|
2020-01-04 02:02:56 -08:00 |
|
tanhakabir
|
07230cce1a
|
add another status to PlayingStatus for end of audio (#19)
|
2019-12-03 01:42:56 -08:00 |
|
tanhakabir
|
a33aee80d1
|
Expose engine outside of SAPlayer (#18)
* expose engine outside of player
* add player clearing functionality
|
2019-12-03 01:25:58 -08:00 |
|
Tanha
|
6a2bb94037
|
fix freezing bug
|
2019-11-25 22:17:07 -08:00 |
|
Tanha
|
7d81953b83
|
removed usage of rate/speed within the engine
|
2019-11-25 22:10:57 -08:00 |
|
Tanha
|
feb69174ae
|
refactor to have external to library control nodes
|
2019-11-25 21:57:55 -08:00 |
|
Tanha
|
3a585c1f43
|
fix playing status bug in disk engine
|
2019-11-25 10:30:06 -08:00 |
|
Tanha
|
5ac5b93ac4
|
separate enum to another file
|
2019-11-24 23:27:51 -08:00 |
|
Tanha
|
0aeb8b0f88
|
change boolean playing status to enum
|
2019-11-21 01:46:42 -08:00 |
|
Tanha
|
af739b0efb
|
add interface for external subscribing to updates
|
2019-02-18 19:35:26 -08:00 |
|
Tanha
|
0e021f27fe
|
refractor director pattern for attaches with keys in payload
|
2019-02-18 00:56:55 -08:00 |
|
Tanha
|
765383157d
|
hook up pod to example project
|
2019-01-29 15:29:37 -08:00 |
|