Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brittonhayes/pod
Productivity application for audio professionals 🌱
https://github.com/brittonhayes/pod
audio go golang linux osx productivity wails
Last synced: 17 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T03:30:36.000Z (over 1 year ago)
- Last Synced: 2024-10-04T12:49:00.536Z (about 1 month 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 🌱
[![Go Reference](https://pkg.go.dev/badge/github.com/brittonhayes/pod.svg)](https://pkg.go.dev/github.com/brittonhayes/pod)
[![Test](https://github.com/brittonhayes/pod/actions/workflows/test.yml/badge.svg)](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
```