tanhakabir
f3c91ccc34
Fix buffering causing full pause
2021-08-12 19:44:12 -07:00
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
4cbfb4b16b
Improve end of audio detection
2021-08-08 11:22:22 -07:00
tanhakabir
2d3fe83a56
Merge pull request #125 from cntrump/pr_spm_and_tvos_support
...
Add SPM and tvOS support
2021-08-08 10:46:57 -07:00
tanhakabir
5f63b52592
support custom HTTPHeaderFields
...
Fixes #85
Co-Authored-By: cntrump <me@lvv.me >
2021-08-08 10:31:56 -07:00
Lvv.me
9111ac6257
Add SPM and tvOS support
2021-08-08 17:08:54 +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
4bfb3f1774
fix packet parsing crash by putting audiopacket actions on a lock
...
close #94
Co-Authored-By: fayinsky <38639193+fayinsky@users.noreply.github.com >
2021-04-21 10:05:39 -07:00
tanhakabir
e6d54b0c33
remove test logs
2021-04-17 09:44:17 -07:00
tanhakabir
7a1e5bca74
put all playernode actions on a queue
2021-04-17 09:35:42 -07:00
tanhakabir
1996812c90
checkpoint
2021-04-17 09:17:19 -07:00
tanhakabir
6e1f8f12d4
fix crash
2021-04-16 18:03:34 -07:00
tanhakabir
625e1ab169
remove unused code
2021-04-16 17:30:09 -07:00
tanhakabir
52c33518ad
add option to change bitrate for radio
2021-04-16 17:20:48 -07:00
tanhakabir
3f6fc327ff
remove network data wrapper, seeking broken
2021-04-16 16:17:36 -07:00
tanhakabir
b60e567a83
fix recursive polling logic ( #91 )
2021-04-16 10:05:21 -07:00
tanhakabir
5bde849bf0
fix PCM memory leak
2021-03-22 23:00:35 -07:00
tanhakabir
b3b519ab4c
Revert "audio skips, but reusing same pcm buffers"
...
This reverts commit f3b62cc756 .
2021-03-22 22:49:31 -07:00
tanhakabir
f3b62cc756
audio skips, but reusing same pcm buffers
2021-03-22 11:52:29 -07:00
tanhakabir
f75d743cd9
small refractor
2021-03-20 11:59:06 -07:00
tanhakabir
f8876d821e
remove unnecessary recursion helper
2021-03-20 11:54:56 -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
tanhakabir
68ea5a9468
fix crash on uncompressed audio ( #69 )
2021-03-06 19:50:18 -08:00
tanhakabir
e962008b4c
Fix freezing on seek ( #62 )
2021-02-22 22:32:54 -08:00
tanhakabir
922a794d09
remove noisey logs
2021-02-22 21:48:34 -08:00
Moises Inzunza
acbdf05d4f
Fixed bug in swift 5.3 ( #46 )
2020-09-19 12:19:50 -07:00
tanhakabir
dd54d81573
implement streaming cancellation ( #32 )
...
* cancels streaming initally, but player enters weird state trying to stream again
* calling superclass invalidate from engines for good measure
* Fix UI to fix seemingly weird state
* Fix error warning
2020-03-06 23:52:22 -08:00
tanhakabir
fe2395066f
Add equalizer example ( #28 )
...
* project configure for me
* to see log
* set project
* new UI
* fix ui
* re-fix UI
* add example of equalizer
* Revert "re-fix UI"
This reverts commit 05ed993a52 .
* Revert "fix ui"
This reverts commit 0da9f6adea .
* Revert "new UI"
This reverts commit ffd6a95a2d .
* Add verbose debug mode to player
Co-authored-by: cendolinside123 <jnsbstn391@gmail.com >
2020-01-21 00:27:51 -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
5197a16023
Fix live streams/servers with unpredictable size at beginning of stream being playable ( #21 )
...
* Handle case when header for stream does not contain expected content
* update documentation
* fix elapsed time updating on seek in example app
2019-12-18 00:22:31 -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
be1b7aa05f
fix bug on bad network and streaming being stuck in missing data state
...
close #4
2019-12-01 01:16:03 -08:00
tanhakabir
fc9c43a23c
Update accessing bytes of Data for Swift 5 ( #17 )
2019-11-29 17:16:53 -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
9594449215
nit
2019-11-25 15:05:49 -08:00
Tanha
6187c9f438
fix playing on seek
2019-11-25 14:30:30 -08:00
Tanha
17be73bbe8
fix fatal bug seeking
2019-11-25 13:44:54 -08:00
Tanha
3a585c1f43
fix playing status bug in disk engine
2019-11-25 10:30:06 -08:00