Changeset 5210:8eb738dee9d4 in roaraudio for libroardsp


Ignore:
Timestamp:
11/01/11 12:23:05 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Updated ports to minimal, win32 and avr (pr2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/alaw.c

    r4758 r5210  
    839839   bits = 1; 
    840840 
    841   op = _roardsp_alaw2pcm16[(int)alaw] << 16; 
     841  op = (uint32_t)_roardsp_alaw2pcm16[(int)alaw] << 16; 
    842842//  out[i] |= extra << (11 + bits); 
    843843  out[i]  = op; 
Note: See TracChangeset for help on using the changeset viewer.