Commit graph

  • 6c2ed2581c
    Merge pull request #1194 from yubiuser/update_dependencies Roderick van Domburg 2023-11-14 20:40:51 +0100
  • 96e02fd117 Kingosticks change: Obtain spclient access token using login5 instead of keymaster (Fixes librespot-org#1179) gerrelt_m@hotmail.com 2023-11-13 21:33:42 +0100
  • 65be3c6380 Initial commit for repeat one Sarjan Narwan 2023-11-12 19:24:10 +0000
  • 9acb5424b1 fix: clippy lint complaints herrernst 2023-11-12 00:11:50 +0100
  • 357072a0d7
    Bump actions/checkout from 3.5.3 to 4.1.1 dependabot[bot] 2023-10-21 10:06:22 +0000
  • ceab10f015 Fix credential cache not being used Laiteux 2023-09-28 05:31:32 +0200
  • 925b12988a
    Bump actions/checkout from 3.5.3 to 4.1.0 dependabot[bot] 2023-09-23 10:09:45 +0000
  • c55bcb6e05
    Bump actions/checkout from 3.5.3 to 4.0.0 dependabot[bot] 2023-09-09 10:53:54 +0000
  • 6521c70db0
    Bump actions/cache from 3.3.1 to 3.3.2 dependabot[bot] 2023-09-09 10:53:51 +0000
  • 96f5a4d54d Fix clippy lint and add back ALSA padding. JasonLG1979 2023-09-04 10:40:22 -0500
  • b867ab2eab
    Merge branch 'dev' into resampling Jason Gray 2023-09-04 10:23:41 -0500
  • 8aaab0a210 More touch ups JasonLG1979 2023-09-03 17:32:55 -0500
  • cdd78f2726
    Bump actions/checkout from 3.5.3 to 3.6.0 dependabot[bot] 2023-08-26 10:50:37 +0000
  • dd28667178 Update MSRV to 1.70 Christian König 2023-08-06 12:44:49 +0200
  • 1c214f7f0e Update MSRV to 1.67 Christian König 2023-08-06 12:13:57 +0200
  • 84804b6bfc Update glib Christian König 2023-08-06 11:40:21 +0200
  • 0954de6d9e Update quick-xml Christian König 2023-08-06 11:34:59 +0200
  • 369c84cddb Update num-derive Christian König 2023-08-06 11:25:26 +0200
  • 6b0e12fe7b Update governor Christian König 2023-08-06 11:13:32 +0200
  • 054074c920
    Merge pull request #1197 from librespot-org/dependabot/cargo/rustls-webpki-0.100.2 Roderick van Domburg 2023-08-23 20:07:43 +0200
  • d96695e413
    Bump rustls-webpki from 0.100.1 to 0.100.2 dependabot[bot] 2023-08-22 18:08:27 +0000
  • d3a24a5df2
    finish hooking up config changes Joey Eamigh 2023-08-06 16:07:33 -0400
  • 5c63476337
    adding option and flag to limit sink write rates Joey Eamigh 2023-08-06 16:01:45 -0400
  • f037e46aee
    Merge pull request #1176 from jlehtoranta/single-player Roderick van Domburg 2023-07-19 21:19:49 +0200
  • b1c6641723
    Update changelog (#1176) Jarkko Lehtoranta 2023-07-19 14:57:44 +0300
  • c60c4f4c8c
    Start a new session on credentials change Jarkko Lehtoranta 2023-06-13 18:04:01 +0300
  • 02c9be368d
    Reset session after spirc crash Jarkko Lehtoranta 2023-06-13 18:00:28 +0300
  • e5abed7c92
    Exit with an error when the player instance is invalid Jarkko Lehtoranta 2023-06-13 17:57:32 +0300
  • e3db0994bc
    Use single player and mixer instances Jarkko Lehtoranta 2023-06-13 17:56:40 +0300
  • c6b62b82d4
    Allow player session changes Jarkko Lehtoranta 2023-06-13 17:52:17 +0300
  • ddadcc9ea0
    Add a health check method to player Jarkko Lehtoranta 2023-06-13 17:38:41 +0300
  • 46195f18d6
    Handle play_request_id as an event Jarkko Lehtoranta 2023-06-13 17:30:56 +0300
  • 8e43c3f097
    Merge pull request #1187 from jokester/fix/prevent-overwrite-to-unchanged-cred Roderick van Domburg 2023-07-13 21:23:42 +0200
  • d6257c41ca make clippy happy: clippy::default-constructed-unit-structs Wang Guan 2023-07-14 00:21:37 +0900
  • ebf600d96e do not overwrite unchanged cached Credentials (#1168) Wang Guan 2023-07-14 00:00:03 +0900
  • a331729f0e small clean up JasonLG1979 2023-07-06 17:58:42 -0500
  • 1bc16855c9
    Merge branch 'librespot-org:dev' into resampling Jason Gray 2023-07-06 00:45:30 -0500
  • 3928d0775f New filter coeff's and only have one quality setting. JasonLG1979 2023-07-04 18:34:57 -0500
  • e31293cc10 Better Filters JasonLG1979 2023-07-04 04:02:39 -0500
  • c491f90e09
    Parse expiry timestamp from spotifycdn.com CDN URLs (Fixes #1182) (#1183) Nick Steel 2023-07-04 09:37:22 +0100
  • ac68d2431e DRAY things up a bit JasonLG1979 2023-07-03 15:20:23 -0500
  • 33e2ce65d3 Anti-alias Linear Interpolation also. JasonLG1979 2023-07-03 14:10:21 -0500
  • 099aafdce2 Use duration and remove empty strings Nick Steel 2023-07-03 13:56:43 +0100
  • cb8f6c954d Duh, just use resample_factor_reciprocal JasonLG1979 2023-07-02 22:13:20 -0500
  • 87bbd539b7 Add anti-alias filtering just in case JasonLG1979 2023-07-02 17:59:11 -0500
  • 74e3f938da Make sure that decoder picks up where it left of going from paused to play JasonLG1979 2023-07-02 03:52:40 -0500
  • 3dafb5904e Fix up for #1178 JasonLG1979 2023-07-01 22:25:48 -0500
  • be8a7a936b Ignore expiry timestamps we can't parse Nick Steel 2023-07-01 01:10:19 +0100
  • c4dc7347c7 Change Interpolation Quality to default to High JasonLG1979 2023-06-30 13:55:34 -0500
  • 25425dab5c Put CommonSampleRates to some use and clean up backend imports JasonLG1979 2023-06-30 12:36:12 -0500
  • 242e68a98c Revert remaining spirc changes JasonLG1979 2023-06-30 10:56:44 -0500
  • b15b48b626 Merge branch 'dev' into resampling Jason Gray 2023-06-30 10:25:41 -0500
  • 4d6de15a97
    Discovery retry (#1178) Jason Gray 2023-06-30 02:30:14 -0500
  • b1de70769d Address review comment JasonLG1979 2023-06-29 21:44:07 -0500
  • 00ee65b006
    Merge branch 'librespot-org:dev' into resampling Jason Gray 2023-06-29 20:31:46 -0500
  • 483e19be87
    Merge branch 'librespot-org:dev' into discovery-retry Jason Gray 2023-06-29 20:30:12 -0500
  • 2625db3d7c Parse expiry timestamp from spotifycdn.com CDN URLs (Fixes #1182) Nick Steel 2023-06-30 00:28:55 +0100
  • 15e2b441aa Fully implement CommonSampleRates JasonLG1979 2023-06-29 16:35:54 -0500
  • 1ab5bac786 Address review comments JasonLG1979 2023-06-28 22:00:33 -0500
  • e5d364b07a
    Merge pull request #1181 from yubiuser/xml Roderick van Domburg 2023-06-28 22:18:26 +0200
  • 2242a24d7e
    Merge pull request #1175 from librespot-org/dependabot/github_actions/dev/actions/checkout-3.5.3 Roderick van Domburg 2023-06-28 22:03:29 +0200
  • cea92a9c3a Avoid unnecessary Vec -> Slice -> Vec JasonLG1979 2023-06-27 19:21:02 -0500
  • 20414e44b8 More warnings JasonLG1979 2023-06-27 17:05:52 -0500
  • 841f923549 Remove unnecessary step JasonLG1979 2023-06-27 16:13:31 -0500
  • d1e4b4464a Break message recursion. JasonLG1979 2023-06-26 21:31:03 -0500
  • 4b081b1365 Warn that trying to resample 44.1kHz to 44.1kHz is a stupid thing to do. JasonLG1979 2023-06-26 18:00:39 -0500
  • c29ec3f473 Add warning about Normalisation Attack or Release being to small JasonLG1979 2023-06-26 17:45:28 -0500
  • 2fa2bf86cb Don't handle messages that are not intended for us in spirc. JasonLG1979 2023-06-26 15:43:21 -0500
  • 98f1fe84dd Reduce allocations JasonLG1979 2023-06-26 05:11:30 -0500
  • 8e6d452765 Don't use Instant elapsed JasonLG1979 2023-06-26 02:32:39 -0500
  • d3ae1cdc55 Update all deps JasonLG1979 2023-06-25 21:09:43 -0500
  • 9c30532fd4
    Update quick-xml to 0.29 Christian König 2023-06-25 23:32:09 +0200
  • 528a8a431e Don't pad the alsa buffer anymore on stop. JasonLG1979 2023-06-24 22:36:33 -0500
  • ac2c05a0f8 Reset the resampler's latency when stopped JasonLG1979 2023-06-24 20:16:21 -0500
  • f7c56dff44 Remove AudioPacketPosition JasonLG1979 2023-06-24 18:59:01 -0500
  • 5e02b6643d Simplify time calculations in SymphoniaDecoder JasonLG1979 2023-06-24 17:43:10 -0500
  • 0bdfa726ca Remove round from pulse get_latency_pcm, floor math is fine JasonLG1979 2023-06-24 15:26:29 -0500
  • 74b52e83fa Improve resampler performance JasonLG1979 2023-06-24 15:06:28 -0500
  • ad4763005d Add release-dist-optimized profile JasonLG1979 2023-06-23 18:51:17 -0500
  • 340bac5eb0 Warn the user if the try to set interpolation-quality with 44.1kHz JasonLG1979 2023-06-23 12:40:13 -0500
  • 46b8f84d6a Make sure there is only ever one allocation when converting JasonLG1979 2023-06-23 12:00:42 -0500
  • 5da8ddf5e2 Rename set_factor to update_normalisation_data to better indicate what it does JasonLG1979 2023-06-23 11:24:10 -0500
  • bfb0366c90 Make sure the ResampleWorker task_receiver is also drained on drop JasonLG1979 2023-06-23 10:10:14 -0500
  • 0e3ffe5394 Harmonize thread names and debug messages JasonLG1979 2023-06-23 02:26:57 -0500
  • 8d35b4b860 Update notify_about_position logic JasonLG1979 2023-06-22 14:29:04 -0500
  • 09bd1bd324 Fix up notify JasonLG1979 2023-06-22 04:43:56 -0500
  • b5e0ea2bd3 Fix examples and update change log JasonLG1979 2023-06-22 02:06:24 -0500
  • 586e9f1929 Fix clippy lint round 1000 + a small bug fix JasonLG1979 2023-06-22 01:39:54 -0500
  • 2a8da828c4 Fix clippy lint JasonLG1979 2023-06-22 00:45:32 -0500
  • efec96b9cc Put it all together JasonLG1979 2023-06-21 23:32:03 -0500
  • e1ea400220 Change the backends so that they support the diffrent sample rates JasonLG1979 2023-06-21 22:17:41 -0500
  • 3bcf5498d2 Convert get_latency_pcm to get_latency_ms in sample_pipeline JasonLG1979 2023-06-21 21:11:37 -0500
  • 9861a582a6 Add sample_pipeline JasonLG1979 2023-06-21 20:53:01 -0500
  • 375f83797a Add normaliser JasonLG1979 2023-06-21 20:48:02 -0500
  • 3b64f25286 Add resampler JasonLG1979 2023-06-21 20:29:22 -0500
  • 71660a2351 Add InterpolationQuality and SampleRate enums JasonLG1979 2023-06-21 19:51:14 -0500
  • 7dae33c4f0 Use default macro JasonLG1979 2023-06-21 19:24:40 -0500
  • 35b94bdc94 Add the ability to get backend latency JasonLG1979 2023-06-21 19:17:23 -0500
  • 0cefd0ea66 Better thread handling in player JasonLG1979 2023-06-21 19:09:21 -0500
  • aaed7d37f9 Discovery retry JasonLG1979 2023-06-16 03:08:40 -0500