densilcabrera / aarae-source-old---please-use-aarae-for-current-repository-

Automatically exported from code.google.com/p/aarae-source
5 stars 2 forks source link

Bit depth bug on monitor playback #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when the audio hardware is not compatible with 'nbits' field value, then 
monitor play does not work. "Device not supported for playback!" message 
appears instead.

Solution: instead of error message, try 16 bits playback.
For Daniel when he finds time...

Original issue reported on code.google.com by densil.c...@gmail.com on 12 Feb 2014 at 2:04

GoogleCodeExporter commented 9 years ago
actually, the simple solution is to always use 16 bit playback when monitoring.

Other bit depths would be allowed in the play/record interface (which uses 
different code to monitoring)

Original comment by densil.c...@gmail.com on 12 Feb 2014 at 3:15

GoogleCodeExporter commented 9 years ago
For preview playback purposes the default bit depth will be 16 bits, this does 
not modify the .nbits field for saving as *.wav purposes

Original comment by danielj...@gmail.com on 13 Feb 2014 at 1:14