Commit Graph

  • eacae68d37 Add deprecation notice master Anton Liaposhchenko 2024-06-07 19:05:10 +0300
  • 6d9489d3a6 Merge branch 'master' into github-mirror-master Anton 2024-02-16 17:57:14 +0200
  • f446e4ade7 Remove path and duration from the decoded song Anton 2024-02-16 17:09:20 +0200
  • 719f6baaa4 Remove unused stuff Anton 2024-02-11 09:20:48 +0200
  • 44f79153ea
    Merge pull request #71 from Polochon-street/bump-ffmpeg-rpi Polochon-street 2024-01-03 21:57:10 +0100
  • 6b747e224c Rollback testing changes Polochon_street 2024-01-03 21:50:15 +0100
  • 8d3a3c6433 Bump rust-ffmpeg to hopefully support rpis. Polochon_street 2024-01-03 21:39:22 +0100
  • 75d6db0ee8 Fix imports in the playlist example Anton 2023-12-31 00:49:39 +0200
  • 13eb658cb9 Recompile the package for lower GLIBC version v0.0.4 Anton 2023-12-29 11:46:14 +0200
  • 3d23d369d1 Update Dockerfile Anton 2023-12-29 11:15:31 +0200
  • 3fd91bbfae Exclude data/ folder when publishing crate Polochon_street 2023-12-28 19:24:10 +0100
  • ed2dd72c6b
    Merge pull request #70 from Polochon-street/cleanup-repo Polochon-street 2023-12-28 19:14:37 +0100
  • dc3592147c Cleanup deps Polochon_street 2023-12-28 19:01:26 +0100
  • f06461313e Return the version in little endian v0.0.3 Anton 2023-12-28 17:47:35 +0200
  • bf35f643fd
    Merge pull request #69 from Polochon-street/cleanup-repo Polochon-street 2023-12-28 14:08:33 +0100
  • 479fbc7b89 Cleanup repo from audio data Polochon_street 2023-12-28 13:58:26 +0100
  • 082e8b6596 Revert "Fix type definitions, bump version" Anton 2023-12-28 12:23:55 +0200
  • eb9ca5b405 Fix type definitions, bump version Anton 2023-12-28 11:28:57 +0200
  • faec9f521d Bump the version Anton 2023-12-28 01:03:29 +0200
  • 72b39e726d Fix: remove the export statement Anton 2023-12-28 01:03:16 +0200
  • ec7df7fd9e Change the version to 0.x.x Anton 2023-12-28 01:01:31 +0200
  • f4ddd42705 Update the README Anton 2023-12-28 01:00:36 +0200
  • 6f29371973 Use CommonJS modules which support addon loading Anton 2023-12-28 00:58:30 +0200
  • 7333754bb2 Abandon the automation idea, prepare the package for publishing with prebuilt binaries Anton 2023-12-28 00:46:05 +0200
  • 1445939bf8
    Merge pull request #68 from Polochon-street/add-ci-check Polochon-street 2023-12-27 23:37:02 +0100
  • daee149271 Add a local CI check script Polochon_street 2023-12-27 23:29:43 +0100
  • fa2e65d462 Add the bindgen feature for the musl target Anton 2023-12-27 22:44:52 +0200
  • c7df56da97 Place the cache action correctly Anton 2023-12-27 22:21:08 +0200
  • 66e1a77b1e Fix the toolchain / target confusion Anton 2023-12-27 22:15:37 +0200
  • 98c9a2bb27 Path fix attempt Anton 2023-12-27 22:00:54 +0200
  • 06a49f15e2 Path fix attempt Anton 2023-12-27 21:58:54 +0200
  • 5094ab083a Path fix attempt Anton 2023-12-27 21:54:26 +0200
  • 8b55887d4e Path fix attempt Anton 2023-12-27 21:50:19 +0200
  • 42a18fd603 Fix path, include all toolchains in the Docker image Anton 2023-12-27 21:41:40 +0200
  • 591ed70b5c Fix rustup not found Anton 2023-12-27 21:09:35 +0200
  • ac7c9463b4 Add caching, use a compatible base image Anton 2023-12-27 20:56:04 +0200
  • d10a1cf526
    Merge pull request #67 from Polochon-street/library-fix-utf8 Polochon-street 2023-12-27 19:31:30 +0100
  • 7e45aea6fa Use a Docker image with preinstalled packages Anton 2023-12-27 19:56:07 +0200
  • f82c98a12e Fix utf8 panic in the library module Polochon_street 2023-12-27 12:58:28 +0100
  • dd2aece59d Add libclang-dev Anton 2023-12-27 13:27:21 +0200
  • fec580dc52 Add -y flag to the APT command Anton 2023-12-27 13:05:25 +0200
  • dbf8c5daf7 Remove sudo (command not found) Anton 2023-12-27 13:03:29 +0200
  • 8b25914f47 Fix toolchain versions Anton 2023-12-27 13:00:11 +0200
  • 2a1c6d164f Empty commit to trigger actions Anton 2023-12-27 12:58:45 +0200
  • 2300c25a12 Set up a workflow to build binaries Anton 2023-12-27 12:57:08 +0200
  • b66d32c84e Update the README Anton 2023-12-26 23:51:58 +0200
  • 3e5a9f32a0 Add TypeScript definitions Anton 2023-12-26 23:05:24 +0200
  • 2a89ddb2ca Add an async version of the analyze function Anton 2023-12-26 23:04:13 +0200
  • 5fd2ef3902 Add the glue code to call Bliss functions and return JS values Anton 2023-12-26 22:32:17 +0200
  • b4d5019d83 Init Neon for generating N-API bindings Anton 2023-12-26 19:24:40 +0200
  • 6d93ed3a70 Init Neon for generating N-API bindings Anton 2023-12-26 19:24:40 +0200
  • 5a84e8831a Add utility methods to serialize / deserialize song analysis data Anton 2023-12-26 12:44:07 +0200
  • 23556103fb Add build files to .gitignore Anton 2023-12-26 11:11:13 +0200
  • efcdd1617e Add a "disable-ffmpeg" feature make-ffmpeg-optional Paul Arzelier 2023-12-23 23:50:22 +0100
  • cefd48021f Merge pull request #66 from Polochon-street/update-packages-fix-build Polochon-street 2023-12-24 17:15:10 +0100
  • 534554a18e Update cargo.lock Paul Arzelier 2023-12-24 15:49:18 +0100
  • 7fcaedd2ef Run cargo update Paul Arzelier 2023-12-03 20:44:17 +0100
  • b4ca23a0b6
    Merge pull request #64 from Polochon-street/make-analyze-public Polochon-street 2023-12-02 16:48:26 +0100
  • 708201e6a1 Make the Song::analyze public Paul Arzelier 2023-12-02 16:35:30 +0100
  • 87559b900b ...And do the same for Cargo.lock Paul Arzelier 2023-06-19 16:37:06 +0200
  • 452653afc4 Bump version to 0.6.9 Paul Arzelier 2023-06-19 16:36:11 +0200
  • 0829cbf494 Add a compilation option for raspberry pis add-rasperry-pi Paul Arzelier 2023-06-19 16:33:50 +0200
  • 9ddadb4a13
    Merge pull request #62 from Polochon-street/add-bindgen-feature Polochon-street 2023-04-01 17:40:45 +0200
  • 448b03b119 Add update-aubio-bindings feature Polochon-street 2023-04-01 16:58:07 +0200
  • fc800d2cb5 Add license Polochon-street 2023-03-23 22:06:17 +0100
  • e07fb5abe0 Put the right version in Cargo.toml Polochon-street 2023-03-23 21:24:21 +0100
  • 5c49b18670
    Merge pull request #58 from Polochon-street/unused-deps Polochon-street 2023-03-23 21:22:27 +0100
  • d2769d28d3 Remove unused deps, update the others Polochon-street 2023-03-08 23:33:42 +0100
  • 743f779529
    Merge pull request #61 from Polochon-street/ffmpeg6 Polochon-street 2023-03-16 20:50:54 +0100
  • 0fc9f8d966 Bump ffmpeg to 6.0 Polochon-street 2023-03-16 19:35:12 +0100
  • 97f563dd6e
    Merge pull request #56 from Polochon-street/update-should-delete bliss-python-support Polochon-street 2023-02-14 21:56:07 +0100
  • f2e8dfe5b8 Some version changes Polochon-street 2023-02-14 18:57:16 +0100
  • 266913ef13 Clippy lints Polochon-street 2023-02-14 17:52:23 +0100
  • 9cf425a8ba Update library should also delete songs Polochon-street 2022-11-27 13:36:02 +0100
  • 8fad7701af Add a "no tags" test for the library module fix-tag-bug Polochon-street 2022-10-24 10:07:19 +0200
  • 08aba11e39 Add library::update_* change to changelog Polochon-street 2022-10-16 23:01:42 +0200
  • 8391095198
    Merge pull request #52 from toofar/feat/faster_update_setup_again Polochon-street 2022-10-16 22:59:35 +0200
  • 4097fcce6b
    Merge pull request #53 from Polochon-street/prettify-json Polochon-street 2022-10-16 21:59:22 +0200
  • e51c242a48 library: pretty-print json config file Polochon-street 2022-10-16 21:49:41 +0200
  • eef648bda5 Use set for paths-to-update comparison toofar 2022-10-14 22:41:48 +1300
  • 10cddd64a3
    Merge pull request #50 from Polochon-street/fix-readme Polochon-street 2022-10-12 20:05:17 +0200
  • ad947643ee Describe the library module better in README. Polochon-street 2022-10-12 19:55:51 +0200
  • a3be133113
    Merge pull request #49 from Polochon-street/fix-number-cpu Polochon-street 2022-10-09 14:21:59 +0200
  • 1c40ac7673 Fix a bug in CPU number Polochon-street 2022-10-09 12:07:34 +0200
  • cd3fd54018
    Merge pull request #48 from Polochon-street/add-number-cpus Polochon-street 2022-10-03 18:23:54 +0200
  • 8d3e328cee Add number cores option to Library Polochon-street 2022-09-28 23:33:14 +0200
  • df976c3725 Fix Cargo.toml / changelog Polochon-street 2022-09-28 23:33:14 +0200
  • bf428a62af
    Merge pull request #41 from Polochon-street/add-actually-useful-library-struct Polochon-street 2022-09-28 23:15:39 +0200
  • 40f8e399c9 Final touches Polochon-street 2022-09-28 22:41:59 +0200
  • fa3d467536 Add CUE support to the library trait Polochon-street 2022-09-25 00:07:24 +0200
  • e6ad4c96a6 Add more generic sorting things Polochon-street 2022-09-15 19:03:56 +0200
  • 661d848331 Add a proper library / config example Polochon-street 2022-07-13 22:47:05 +0200
  • c3f288eb71
    Merge pull request #47 from Polochon-street/fix-wav-decoding Polochon-street 2022-09-27 17:37:35 +0200
  • 8f36dd3ee8 Fix a bug in WAV decoding Polochon-street 2022-09-26 22:55:10 +0200
  • 411cdb6ecf
    Merge pull request #46 from Polochon-street/analyze-path-return-paths Polochon-street 2022-09-22 22:24:38 +0200
  • 8d0d77da7d Add analyze_paths_with_core, return proper path Polochon-street 2022-09-22 19:13:27 +0200
  • 701feb414d
    Merge pull request #45 from Polochon-street/fix-decoding Polochon-street 2022-09-07 23:40:58 +0200
  • 7420da5041 fix decoding when a file is broken Polochon-street 2022-09-06 18:56:39 +0200
  • c5ffb619bb
    Merge pull request #43 from Polochon-street/minor-changes Polochon-street 2022-08-14 18:55:53 +0200
  • b3f9ef5fa3 Make distance functions coherent Polochon-street 2022-08-14 18:47:15 +0200