tanhakabir
8f9979e267
Update Podfile.lock
2021-09-28 09:14:23 -07:00
tanhakabir
0256b73100
Merge pull request #145 from cntrump/pr/support_carthage
...
Support Carthage
2021-09-28 09:11:50 -07:00
tanhakabir
efc470be1f
Ignore pod files
2021-09-28 09:09:18 -07:00
tanhakabir
911f47e1e2
Push up error messages from download layer
2021-09-27 17:03:16 -07:00
Lvv.me
33173d06a8
Fix Pod install warning: "no platform was specified".
2021-08-18 07:47:45 +08:00
Lvv.me
39c705ab27
Remove unnecessary Pod files.
2021-08-18 07:47:45 +08:00
tanhakabir
ddf26e206e
Release 7.3.0 (adds Changelog)
2021-08-17 10:16:26 -07:00
tanhakabir
1752572770
clean up example app
2021-08-17 02:59:42 -07:00
tanhakabir
fd9b451f45
remove unnecessary key from queue director
2021-08-17 02:22:29 -07:00
tanhakabir
fd3e78f13c
refractor director broadcasting
2021-08-17 02:09:57 -07:00
tanhakabir
487b071490
Make audio queue an easy to edit list
2021-08-16 19:33:29 -07:00
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
a0e9b973e0
checkpoint, working but bug in seek
2021-08-12 16:27:20 -07:00
tanhakabir
4cbfb4b16b
Improve end of audio detection
2021-08-08 11:22:22 -07:00
tanhakabir
1cf8fb99ba
Remove unnecessary project files
2021-08-08 11:02:37 -07:00
tanhakabir
5f63b52592
support custom HTTPHeaderFields
...
Fixes #85
Co-Authored-By: cntrump <me@lvv.me >
2021-08-08 10:31:56 -07:00
tanhakabir
6c446f27e0
fix maintaining rate changes while skip silences is enabled ( #110 )
2021-05-09 17:15:44 -07:00
tanhakabir
a83c2f702f
pass lockscreen info to player in example app ( #107 )
...
related to #106
2021-05-07 13:16:24 -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
17e0ee5dd8
Update example app to include a radio stream link ( #89 )
...
* update links
* update example app to show podcast, soundbite, and radio
2021-04-06 21:16:13 -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
a034c7dc6f
reset project settings
2021-03-18 00:44:30 -07:00
tanhakabir
d9c6d18921
Fix initial state of feature switches to off
2021-03-10 17:41:53 -08:00
tanhakabir
ee80976e92
add sleep timer feature
...
Co-Authored-By: Joe Williams <14778951+jw1540@users.noreply.github.com >
2021-03-10 14:25:43 -08:00
tanhakabir
431fdc6428
add rate as a core property of SAPlayer ( #78 )
2021-03-10 14:05:58 -08:00
tanhakabir
eda60a3c3d
remove random audio modifiers to see skip silences in work
2021-03-10 12:59:02 -08:00
tanhakabir
08b30307aa
Add PR from Joe for skipping silences
...
Co-Authored-By: Joe Williams <14778951+jw1540@users.noreply.github.com >
2021-03-10 12:59:02 -08:00
tanhakabir
d6c1d13d7d
create API for setting preference for downloading on cellular data ( #61 )
...
* set cellular downloads to true to allow for simulator downloads
* add documentation
2021-02-22 22:13:36 -08:00
tanhakabir
96092a208c
Add files per Xcode 9.3
2021-02-22 17:37:07 -08: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
ebc282d5c2
fix crash on cancel streaming pressed ( #30 )
2020-03-06 23:28:30 -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
tanhakabir
b355eb4e09
add api for buffer progress in SAAvailabilityRange ( #24 )
2020-01-04 02:02:56 -08:00
tanhakabir
196b04a703
Rename and deprecate initialize functions ( #23 )
2019-12-18 21:22:28 -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
fc9c43a23c
Update accessing bytes of Data for Swift 5 ( #17 )
2019-11-29 17:16:53 -08:00
tanhakabir
f1200252be
Update to Swift 5 ( #16 )
2019-11-28 21:36:30 -08:00
Tanha
70ba1c757e
add controls for realtime reverb change in example app
2019-11-26 01:02:06 -08:00
Tanha
cf028e0e36
nit rename
2019-11-26 00:52:08 -08:00
Tanha
90ac3a4336
clean up typing for rate
2019-11-25 22:23:05 -08:00
Tanha
395364b4eb
test run with more modifiers
2019-11-25 22:17:55 -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
00eee68aab
silenced warnings for example app
2019-11-25 21:01:53 -08:00
Tanha
09142ce2d4
update to Swift 4.2
2019-11-25 20:57:54 -08:00