Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topfunky/learning-sync-and-transcode-music-files
A Go project to convert music files so they play on my car's sound system
https://github.com/topfunky/learning-sync-and-transcode-music-files
Last synced: 11 days ago
JSON representation
A Go project to convert music files so they play on my car's sound system
- Host: GitHub
- URL: https://github.com/topfunky/learning-sync-and-transcode-music-files
- Owner: topfunky
- Created: 2024-04-25T05:42:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T03:38:35.000Z (6 months ago)
- Last Synced: 2024-05-15T19:45:36.291Z (6 months ago)
- Language: Go
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning: Sync and transcode music files
My car's built-in computer only plays mp3 files. This project looks at source and destination files, then transcodes missing music files to mp3 so they can be played on the car's USB stick.
## Development process
I'm using GitHub Copilot as much as possible to develop this project so that I can learn about its capabilities and limitations.
## Usage
Coming soon.
## Tests
![Go Tests](https://github.com/topfunky/learning-sync-and-transcode-music-files/actions/workflows/go.yml/badge.svg)
```
go test
```