//
//  PI_iLiveBase_GlobalAU.h
//  PI_iLiveBase
//
//  Created by powersmart on 16/8/8.
//  Copyright © 2016年 PowerInfo. All rights reserved.
//

#ifndef PI_iLiveBase_GlobalAU_h
#define PI_iLiveBase_GlobalAU_h

@interface PI_iLiveBase_GlobalAU : NSObject

+(PI_iLiveBase_GlobalAU*)sharedInstance;

-(void) addAudioUnitCount;
-(void) decreaseAudioUnitCount;

-(void) addAudioUnittoList:(AudioUnit)unit;
-(void) cleanAudioUnitList;

@end

#endif /* PI_iLiveBase_GlobalAU_h */
