This is DSP-snddriver_stream_setup in view mode; [Up]
Date: Sun 06-Sep-1991 23:30:20 From: bill@chaos.phys.ualberta.ca (Bill Burris) Subject: DSP snddriver_stream_setup In the function call: k_err = snddriver_stream_setup(dev_port, owner_port, SNDDRIVER_STREAM_FROM_DSP, read_buf_size, read_width, low_water, high_water, &protocol, &read_port); when I specify a read_width of 4, should the 24 bits from the DSP be in the the low 3 bytes or the high 3? When I send 0x123456 from the DSP I recieve 0x12345656 in my C program. Is something unusual happening here or should I just right shift my data to get what I want? Thanks Bill
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Marcel Waldvogel and Netfuture.ch.