-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# usb-spdif | ||
USB audio S/PDIF output | ||
|
||
This project uses the microcontroller PIC32MX270 to read audio data from an USB host and to output a corresponding SPDIF audio stream over an SPI port. The SPDIF bitstream is generated in software. As a consequence, no special encoder chip is needed. An optical SPDIF transmitter can directly connected to the SPI/I2S port of the microcontroller. | ||
|
||
The binary image for the microcontroller can be compiled with the [`ChipKIT toolchain`]. Simply change to the `src` directory and type `make`. It should also be possible to use the XC32 toolcain (requires chaging the first few lines of the Makefile); but this has not been tested. | ||
|
||
[`ChipKIT toolchain`]: https://github.com/chipKIT32/chipKIT-compiler-builds/releases |