Skip to content

Commit

Permalink
fix: README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vincehi committed Jun 29, 2024
1 parent 93cc549 commit 0a2f871
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ to being an audio sample management tool, Pulp is also an audio file explorer.

## Features

- Cross-plateform : Windows, MacOS (intel / Silicon), Linux
- Scan a folder and retrieve audio files
- Automatic detection of BPM, key, etc (soon).
- Easily organize and search your audio files
- Modern and user-friendly interface
- Automatic detection of BPM, key, etc (soon)

## Technology

Expand Down Expand Up @@ -75,9 +76,9 @@ repository for more information on contribution processes.

## Acknowledgements

This project utilizes Essentia, an open source audio analysis and processing library. We would like to express our
~~This project utilizes Essentia, an open source audio analysis and processing library. We would like to express our
gratitude to the Essentia development team for their contributions to the field of audio processing. For more
information about Essentia, please visit their [official website](https://essentia.upf.edu/).
information about Essentia, please visit their [official website](https://essentia.upf.edu/).~~

We would like to thank all contributors for their support and help in developing Pulp. We couldn't have done it without
you.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"prisma-studio": "(cd src-tauri && npx prisma studio)",
"prisma-generate-rust": "npm run cargo -- prisma generate",
"cargo": "cd src-tauri && cargo",
"prisma-prepare-schema-js": "node -r dotenv/config tools/prisma-prepare-schema.js src-tauri/prisma/schema.prisma dotenv_config_path=src-tauri/.env",
"prisma-prepare-schema-js": "node -r dotenv/config scripts/prisma-prepare-schema.js src-tauri/prisma/schema.prisma dotenv_config_path=src-tauri/.env",
"prisma-js": "npm run prisma-prepare-schema-js && npx prisma --",
"prisma-generate-all": "npm run cargo -- prisma generate && npm run prisma-js -- generate",
"dev": "vite --config vite.config.js",
"build": "vite build --config vite.config.js",
"preview": "vite preview",
"tauri": "tauri",
"semantic-release": "semantic-release",
"bump-tauri-version": "node tools/bump-tauri-version.js"
"bump-tauri-version": "node scripts/bump-tauri-version.js"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export default {
"@semantic-release/release-notes-generator",
"@semantic-release/github",
["@semantic-release/npm", { npmPublish: false }],
"./tools/semantic-release-export-data.js",
"./scripts/semantic-release-export-data.js",
],
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0a2f871

Please sign in to comment.