Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```