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
tanhakabir
ef54080a68
Merge pull request #133 from cntrump/pr_fix_some_required_condition_is_false_cases
...
Fix some "required condition is false" cases.
2021-08-12 16:26:39 -07:00
tanhakabir
2d35bbad59
Merge pull request #135 from cntrump/pr_improve_tvos_support
...
Improve tvOS support
2021-08-12 15:55:04 -07:00
Lvv.me
2e8f44c553
Improve tvOS support
2021-08-12 21:00:21 +08:00
Lvv.me
58ac9b5ae5
Improve LockScreen Info
...
- Add albumTitle for SALockScreenInfo
- Support disable skip forward/backward command
2021-08-10 21:22:31 +08: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
50139ca8c5
Merge pull request #130 from cntrump/pr_improve_dataTask_config_order
...
set taskDescription before resume() called.
2021-08-09 00:30:29 -07:00
Lvv.me
6d955687a3
Add missing return in doneCallback() for AudioStreamWorker.
2021-08-09 14:11:13 +08:00
Lvv.me
38d5740f4d
set taskDescription before resume() called.
2021-08-09 11:12:55 +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
8ce28db471
Add documentation for important order
2021-07-20 10:32:16 -07:00
Dylan Companjen
a84f834f45
fix: prevent mediainfo not being available yet in callbacks
2021-07-19 18:40:01 +02:00
tanhakabir
c912d5f381
update formatting and control functions
2021-07-18 22:57:58 -07:00
Dylan
c444ae4c9f
feat: pause player on interruption, resume when necessary
2021-07-16 15:08:44 +02:00
tanhakabir
6c446f27e0
fix maintaining rate changes while skip silences is enabled ( #110 )
2021-05-09 17:15:44 -07:00
tanhakabir
b34a264aec
Fix bug introduced by queuing for lockscreen info ( #108 )
...
* add extra data for queuing and change order of clearing mediaInfo
* make SAPlayer the only source for mediaInfo
Co-authored-by: @dylancom
Co-authored-by: @dezinezync
2021-05-08 18:55:08 -07:00
Maciej Sienkiewicz
e44f16258f
Fix for audio session setup on iOS 11 and up
2021-04-26 14:43:13 +02: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
64d2959a27
fix volume changes taking effect on engine
...
Co-Authored-By: fayinsky <38639193+fayinsky@users.noreply.github.com >
2021-04-20 23:37:36 -07:00
tanhakabir
eb1675d4fd
Merge pull request #97 from niczyja/issue-95
...
Fix for https://github.com/tanhakabir/SwiftAudioPlayer/issues/95
2021-04-20 23:35:33 -07:00
tanhakabir
653f2817bc
remove need to pass in current rate
2021-04-20 23:32:53 -07:00
Maciej Sienkiewicz
edff806647
Fix for https://github.com/tanhakabir/SwiftAudioPlayer/issues/95
2021-04-20 14:56:27 +02:00
Maciej Sienkiewicz
c47d623118
Fix for https://github.com/tanhakabir/SwiftAudioPlayer/issues/76
2021-04-20 14:36:51 +02: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
20f1d72058
implement basic autoplay
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
f4a1141f65
clean up project
2021-03-18 00:44:30 -07:00
tanhakabir
7eb3d601fa
Add minor documentation to skip silences feature
...
Co-Authored-By: Joe Williams <14778951+jw1540@users.noreply.github.com >
2021-03-10 14:43:19 -08:00