| bio | website | woldrich.com |
|---|---|---|
| location | Portland, OR | |
| age | ||
| visits | member for | 6 months |
| seen | Dec 3 '12 at 21:30 | |
| stats | profile views | 1 |
|
Dec 3 |
comment |
Are there any mixing DAC chip software simulators? Hm, I don't like that sound of that, (ack, terrible pun!) I will play with your suggestions and see what I can come up with. |
|
Dec 3 |
awarded | Scholar |
|
Dec 3 |
awarded | Supporter |
|
Dec 3 |
accepted | Are there any mixing DAC chip software simulators? |
|
Dec 3 |
comment |
Are there any mixing DAC chip software simulators? YES! Thank you so much for educating me on this. Compression is the answer! I did not have any luck finding any great open source examples, but I did find a trivial one that did seem to increase the volume level of the audio without the distortion, here's the code I have now, where rawOutput is the summation of all my channels, totChan is the total channel count, and gain is 0.5: var rawOutput = output[i]; rawOutput /= totChan; output[i] = (1 + gain) * rawOutput - gain * rawOutput * rawOutput * rawOutput; |
|
Dec 3 |
comment |
Are there any mixing DAC chip software simulators? Thank you, I will ask this question there as well. |
|
Nov 30 |
awarded | Editor |
|
Nov 30 |
revised |
Are there any mixing DAC chip software simulators? added 2 characters in body |
|
Nov 30 |
awarded | Student |
|
Nov 30 |
asked | Are there any mixing DAC chip software simulators? |