Commit ced3cec
committed
Fixing compilation broken on Windows:
- removing the "trivet" code after the ";" of the sample format of outputStreamParams that does not suppose to be here on line 101.
- adding the ";" in LoopbackStream::stop() member function of the line 273.
- Adjusting the suggestedLatency of input and output stream params to 0.02 on Windows (PortAudio).1 parent 6d9a460 commit ced3cec
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
270 | 271 | | |
271 | 272 | | |
272 | 273 | | |
273 | | - | |
| 274 | + | |
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
| |||
0 commit comments