https://github.com/brittonhayes/pod
Productivity application for audio professionals 🌱
https://github.com/brittonhayes/pod
audio go golang linux osx productivity wails
Last synced: about 1 month ago
JSON representation
Productivity application for audio professionals 🌱
- Host: GitHub
- URL: https://github.com/brittonhayes/pod
- Owner: brittonhayes
- License: mit
- Created: 2021-09-10T23:53:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T03:30:36.000Z (about 2 years ago)
- Last Synced: 2025-02-25T11:51:39.618Z (about 2 months ago)
- Topics: audio, go, golang, linux, osx, productivity, wails
- Language: Vue
- Homepage:
- Size: 47.6 MB
- Stars: 27
- Watchers: 3
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pod 🌱
[](https://pkg.go.dev/github.com/brittonhayes/pod)
[](https://github.com/brittonhayes/pod/actions/workflows/test.yml)> Productivity application for audio professionals
## Features ✨
- Simple database of all clients, projects, and sound bytes
- Speedy search for all your client documents
- Hub to track the status of your recording sessions
- Batch audio processing (normalize, rename, and more)
- Keep your computer's projects/clients folders clean and organized## Installation 📥
Available for Mac and Linux.
Check out the [releases](https://github.com/brittonhayes/pod/releases) for the latest installer.
## Preview
## Development 🛠️
### Requirements
- [Taskfile](https://taskfile.dev/#/)
- [Go](https://golang.org/doc/install)
- [NodeJS](https://nodejs.org/en/download/)
- [Wails](https://wails.app/gettingstarted/)### Download
```shell
# Clone the repositoru
gh repo clone brittonhayes/pod# Navigate to the repository
cd pod# Download the dependencies
go mod download && cd frontend && npm install && cd ..
```### Compile pod from source
```shell
wails build
```