Jared Boone
|
67eb62ec12
|
Provide AudioOutput::set_stream().
Assign when wanting to capture audio stream.
|
2016-04-23 14:55:59 -07:00 |
|
Jared Boone
|
0d8971cd7d
|
Use size of provided buffer for stream write.
|
2016-04-11 10:20:19 -07:00 |
|
Jared Boone
|
59f1a32566
|
Semi-naive audio recording to SD card.
|
2016-04-11 10:20:19 -07:00 |
|
Jared Boone
|
ef86848139
|
Change baseband floats to normalize at +/-1.0.
|
2016-02-14 12:38:50 -08:00 |
|
Jared Boone
|
9430c94dec
|
Move I2S management to application side.
|
2016-02-05 15:25:08 -08:00 |
|
Jared Boone
|
a558565886
|
Further template BlockDecimator by element type, use for audio buffer.
Appropriating for use as a buffer accumulator that will save up enough audio samples to put into an audio DMA buffer.
|
2016-01-29 19:25:08 -08:00 |
|
Jared Boone
|
58e6d26910
|
Move AudioOutput back to inside audio processor classes.
Was wasting precious RAM making it static. I lose 400 bytes of .text, not sure why, but I think the trade is worth it.
|
2016-01-16 13:56:23 -08:00 |
|
Jared Boone
|
55e3a70fde
|
Change baseband audio processing pipeline to all floats.
|
2016-01-11 16:15:42 -08:00 |
|
Jared Boone
|
e169a46367
|
Un-static squelch history.
|
2016-01-11 11:38:33 -08:00 |
|
Jared Boone
|
877a66ca78
|
Create AudioOutput singleton, from extracted BasebandProcessor code.
|
2016-01-10 20:25:24 -08:00 |
|