milesdrake
New member
Hi Everyone,
I recently got a new car that does not have a CD player (which is a problem for me). I tried to buy a "USB CD Player for cars" from Amazon but it didn't work. The problem was that this CD player presents to the car as a USB Storage device holding wav files for all of the songs on the CD. Normally this would be fine, but my car doesn't have the ability to play wav files over ~10 megabytes for some reason.
I was looking into getting a Portable CD player that has USB Digital Audio Output, but I only found 1 and it was almost 400 dollars. Then I started wondering if I could build my own CD player with USB Digital Audio Output using a teensy microcontroller. Basically, the teensy would be plugged into the car's USB port for power and audio streaming and the USB disc drive would be wired up to the USB host pins on the Teensy.
I have used a teensy once or twice before, but I am not too familiar with it, so I have a few questions:
- Is this feasible?
- Does anyone know of a teensy library for controlling a USB disc drive?
- When streaming audio, does the teensy have the ability to receive pause/play/skip commands from the car?
- Can the teensy send metadata for the car to display like song name or artist?
- Should I use a raspberry pi instead?
Thanks,
Miles
I recently got a new car that does not have a CD player (which is a problem for me). I tried to buy a "USB CD Player for cars" from Amazon but it didn't work. The problem was that this CD player presents to the car as a USB Storage device holding wav files for all of the songs on the CD. Normally this would be fine, but my car doesn't have the ability to play wav files over ~10 megabytes for some reason.
I was looking into getting a Portable CD player that has USB Digital Audio Output, but I only found 1 and it was almost 400 dollars. Then I started wondering if I could build my own CD player with USB Digital Audio Output using a teensy microcontroller. Basically, the teensy would be plugged into the car's USB port for power and audio streaming and the USB disc drive would be wired up to the USB host pins on the Teensy.
I have used a teensy once or twice before, but I am not too familiar with it, so I have a few questions:
- Is this feasible?
- Does anyone know of a teensy library for controlling a USB disc drive?
- When streaming audio, does the teensy have the ability to receive pause/play/skip commands from the car?
- Can the teensy send metadata for the car to display like song name or artist?
- Should I use a raspberry pi instead?
Thanks,
Miles