tanhakabir
930509d6be
fix maintaining rate changes while skip silences is enabled
2021-05-09 17:15:18 -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
tanhakabir
cd35f38db1
Merge pull request #13 from tanhakabir/fix_ui_seeking_bug
...
Fix ui when seeking to show "Loading" when not enough buffers ready
2019-11-25 10:44:28 -08:00
cendolinside123
3c752d581d
Fix miniplayer on background ( #12 )
...
* 1. fix AVAudioSession configuration
* 1. fix seek bar didn't update on miniplayer on lockscreen when playing a song
2. setup miniplayer lockscreen seek bar speed (when slide rate slider)
* setup project example to playing on the background
2019-11-25 10:44:00 -08:00
Tanha
1f20a48a20
fix example app bug
2019-11-25 10:37:11 -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
936de8c996
minor fix
2019-11-20 23:10:03 -08:00
Tanha
e986be9db5
clean up example app
2019-11-20 22:27:31 -08:00
cendolinside123
873e537301
fix seek bar on example app's player ( #9 )
2019-11-20 22:09:11 -08:00
tanhakabir
d0296ab012
Fix issue on streaming where it gets stuck in paused state and error of no more data to parse ( #8 )
...
* switch out audio clip for soundbite
* Fix being stuck in state of needing more data from the throttler
2019-11-20 16:35:31 -08:00
tanhakabir
2fd944d88e
Fix play/pausing issue for saved audio ( #7 )
...
* update callback guards for updates for saved audio
* Fix play/pausing bug for saved audio
2019-11-20 13:38:52 -08:00
tanhakabir
fc98c4c1c4
add separation of disk engine in SAPlayer, first iteration ( #6 )
2019-11-19 16:25:29 -08:00
Tanha
0c7bcdcf90
Fix issue on example app that prevented downloaded audio being playable
2019-11-18 11:42:02 -08:00
Tanha
0121d05dff
refractor deletion of downloaded files
2019-04-27 21:54:42 -07:00
Tanha
103838d1b8
add UI to see where file is saved on device
2019-04-27 19:43:43 -07:00
Tanha
aea6f5efaa
add completion handler for individual entities to receive when download complete upon calling start
2019-04-22 15:30:11 -07:00
Tanha
e6460513ea
start piping for passing completion handlers for downloads
2019-02-28 14:45:50 -08:00
Tanha
23f445ce4d
seperate downloader from rest of SAPlayer implementation
2019-02-25 01:33:18 -08:00