mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 14:15:50 -06:00
[PR #24] [MERGED] fix bug: options -audioBitrate and -audioSamplerate for CocoaSplitCmd has been disabled. #88
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/CocoaSplit#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/zakk4223/CocoaSplit/pull/24
Author: @drumsoft
Created: 4/28/2014
Status: ✅ Merged
Merged: 5/25/2014
Merged by: @zakk4223
Base:
master← Head:master📝 Commits (1)
8177149fix bug: options -audioBitrate and -audioSamplerate has been disabled.📊 Changes
2 files changed (+2 additions, -4 deletions)
View changed files
📝
CocoaSplit/CaptureController.h(+0 -2)📝
CocoaSplit/CaptureController.m(+2 -2)📄 Description
CocoaSplitCmd has a bug that stops with error while launching it.
The cause is that options -audioBitrate and -audioSamplerate has no effect and audioBitrate and audioSamplerate are set to zero (default value).
This patch fixes it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.