中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

肥乡县| 中山市| 淮安市| 罗江县| 洛南县| 江达县| 齐齐哈尔市| 汤原县| 呈贡县| 九江市| 罗江县| 聂拉木县| 阿拉善左旗| 明星| 蚌埠市| 策勒县| 乐亭县| 公主岭市| 永顺县| 武隆县| 广灵县| 临海市| 秭归县| 登封市| 白山市| 辽阳县| 印江| 泾川县| 临湘市| 砀山县| 新源县| 什邡市| 松滋市| 通州区| 乡城县| 东兴市| 天津市| 沂南县| 安塞县| 阜宁县| 四子王旗|