チケット #19772

Libsent compilation on Mac OS 10.6.2

登録: 2009-12-01 16:05 最終更新: 2009-12-01 16:05

報告者:
担当者:
(未割り当て)
チケットの種類:
状況:
オープン
コンポーネント:
(未割り当て)
マイルストーン:
(未割り当て)
優先度:
5 - 中
重要度:
5 - 中
解決法:
なし
ファイル:
なし

詳細

In order to compile libsent on Mac OS 10.6.2 (latest updates) must do these changes:

Component -> AudioComponent FindNextComponent -> AudioComponentFindNext ComponentDescription -> AudioComponentDescription

in file libsent/src/adin/adin_mic_darwin_coreaudio.c

- AudioComponent halout; - AudioComponentDescription haloutDesc;

haloutDesc.componentType = kAudioUnitType_Output; haloutDesc.componentSubType = kAudioUnitSubType_HALOutput; haloutDesc.componentManufacturer = kAudioUnitManufacturer_Apple; haloutDesc.componentFlags = 0; haloutDesc.componentFlagsMask = 0;

- halout = AudioComponentFindNext(NULL, &haloutDesc);

チケットの履歴 (1 件中 1 件表示)

2009-12-01 16:05 更新者: denis_babani
  • 新しいチケット "Libsent compilation on Mac OS 10.6.2" が作成されました

添付ファイルリスト

添付ファイルはありません

編集

ログインしていません。ログインしていない状態では、コメントに記載者の記録が残りません。 » ログインする