Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store copies of the device names in the individual backends | Chris Robinson | 2009-08-27 | 1 | -2/+2 |
| | |||||
* | Add a method to deinitialize backends | Chris Robinson | 2009-08-26 | 1 | -0/+4 |
| | |||||
* | Support 32-bit float output | Chris Robinson | 2009-08-15 | 1 | -0/+1 |
| | |||||
* | Remove unnecessary function parameters | Chris Robinson | 2009-08-13 | 1 | -4/+1 |
| | |||||
* | Don't clamp the wave writer's update size | Chris Robinson | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | Allow delaying playback start until context creation, and don't use ↵ | Chris Robinson | 2009-08-13 | 1 | -23/+62 |
| | | | | | | | UpdateSize to store the buffer size This will make it possible to support the context attributes (frequency, refresh, etc) for some backends | ||||
* | Fix ignored return value warning | Chris Robinson | 2009-01-26 | 1 | -1/+2 |
| | |||||
* | Use volatile for member variables that are changed in a different thread | Chris Robinson | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | Rename UpdateFreq device field to UpdateSize | Chris Robinson | 2008-02-12 | 1 | -3/+3 |
| | |||||
* | Remove duplication of setting the max source count | Chris Robinson | 2008-01-19 | 1 | -1/+0 |
| | |||||
* | Don't limit output wave filename size | Chris Robinson | 2008-01-11 | 1 | -3/+2 |
| | |||||
* | Fix the Wave Writer's reliance on ftell | Chris Robinson | 2008-01-11 | 1 | -2/+3 |
| | | | | So output can work on FIFOs | ||||
* | Add a wave file writing backend | Chris Robinson | 2008-01-11 | 1 | -0/+335 |