This is an old revision of the document!
This section will take you through a few examples to set up and run audio, including using the shell terminal program to interface with the application.
Follow the instructions below to set up your specific hardware variant.
TODO
TODO
Follow the instructions below to set up the software.
This tutorial uses TeraTerm as the serial interface to your hardware.
Follow the instructions below to set up a connection to your hardware:
This setup will allow audio to pass from input to output through your hardware by using both an analog input source and an analog output source. This setup allows us to play audio via an Audio Jack from a phone and output to a mini portable speaker.
1. In the shell terminal, type help route. The shell will display the usage for the route command. | TODO |
2. In the shell terminal, type route. The shell will display the current audio routing table. | TODO |
3. In the shell terminal, type route 0 codec 0 codec 0 2 to add to route table index 0 the audio routing of codec input to codec output with 2 channels. Type route again to ensure that table was updated properly. | TODO |
6. Finally, on your analog input device, enable audio. You should now be able to hear the audio from the input device coming out of the speaker connected to LINE OUT. | TODO |