91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

iOS AVAudioRecorder參數設置

發布時間:2020-06-24 19:18:06 來源:網絡 閱讀:2662 作者:leeyulong 欄目:移動開發

 //------------------ 設置錄音格式及參數 --------------------------
       NSDictionary *settings = [[NSDictionary alloc] initWithObjectsAndKeys:
                                 [NSNumber numberWithInt:AVAudioQualityMin], AVEncoderAudioQualityKey,
                                 [NSNumber numberWithInt:kAudioFormatLinearPCM], AVFormatIDKey,
                                 [NSNumber numberWithFloat:8000.0], AVSampleRateKey,
                                 [NSNumber numberWithInt:16],  AVLinearPCMBitDepthKey,
                                 [NSNumber numberWithInt:1],   AVNumberOfChannelsKey,
                                 [NSNumber numberWithBool:NO], AVLinearPCMIsBigEndianKey,
                                 [NSNumber numberWithBool:NO], AVLinearPCMIsFloatKey, nil];

//        NSDictionary *settings = [[NSDictionary alloc] initWithObjectsAndKeys:
//                                   [NSNumber numberWithInt:kAudioFormatLinearPCM],AVFormatIDKey,//格式
//                                   [NSNumber numberWithFloat:8000.0],AVSampleRateKey, //采樣率8000次
//                                   [NSNumber numberWithInt:1], AVNumberOfChannelsKey, //通道的數目
//                                   [NSNumber numberWithInt:16],AVLinearPCMBitDepthKey, //采樣位數 默認 16
//                                   [NSNumber numberWithBool:NO],AVLinearPCMIsBigEndianKey, //大端還是小端 是內存的組織方式
//                                   [NSNumber numberWithBool:NO],AVLinearPCMIsFloatKey, //采樣信號是整數還是浮點數
//                                   //Encoder
//                                   [NSNumber numberWithInt:12800],AVEncoderBitRateKey, //解碼率
//                                   [NSNumber numberWithInt:8],AVEncoderBitDepthHintKey, //位深度
//                                   [NSNumber numberWithInt:8],AVEncoderBitRatePerChannelKey, //聲道采樣率
//                                   [NSNumber numberWithInt:AVAudioQualityLow],AVEncoderAudioQualityKey, //音頻編碼質量
//                                   nil];

[[AVAudioRecorder alloc] initWithURL:[NSURL fileURLWithPath:cafFilePath] settings:settings error:&error];

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

荆州市| 通渭县| 宣城市| 黄大仙区| 政和县| 全州县| 中超| 莫力| 宜川县| 荥阳市| 新郑市| 义乌市| 白水县| 中山市| 岫岩| 五指山市| 安庆市| 弥渡县| 延津县| 大港区| 上饶县| 筠连县| 翁牛特旗| 景德镇市| 蓬溪县| 麻栗坡县| 玉树县| 石楼县| 芦溪县| 萍乡市| 德化县| 拜泉县| 绍兴县| 金秀| 安康市| 中江县| 宜昌市| 淮北市| 灯塔市| 黑河市| 东莞市|