project.pbxproj 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 42;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 37CA8DEB0DD73333005C8CB6 /* modes_wb.c in Sources */ = {isa = PBXBuildFile; fileRef = 37CA8DEA0DD73333005C8CB6 /* modes_wb.c */; };
  10. 37CA8DEC0DD73333005C8CB6 /* modes_wb.c in Sources */ = {isa = PBXBuildFile; fileRef = 37CA8DEA0DD73333005C8CB6 /* modes_wb.c */; };
  11. 37CA8E000DD7352A005C8CB6 /* os_support.h in Headers */ = {isa = PBXBuildFile; fileRef = 37CA8DFF0DD7352A005C8CB6 /* os_support.h */; };
  12. 73814B000907FB8200C478FC /* speex_header.h in Headers */ = {isa = PBXBuildFile; fileRef = 73814AF40907FB8200C478FC /* speex_header.h */; settings = {ATTRIBUTES = (Public, ); }; };
  13. 73814B030907FB8200C478FC /* speex_stereo.h in Headers */ = {isa = PBXBuildFile; fileRef = 73814AF70907FB8200C478FC /* speex_stereo.h */; settings = {ATTRIBUTES = (Public, ); }; };
  14. 73814B040907FB8200C478FC /* speex_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 73814AF80907FB8200C478FC /* speex_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
  15. 73814B060907FBAB00C478FC /* speex_callbacks.h in Headers */ = {isa = PBXBuildFile; fileRef = 73814AF10907FB8200C478FC /* speex_callbacks.h */; settings = {ATTRIBUTES = (Public, ); }; };
  16. 73814B070907FBAD00C478FC /* speex_bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 73814AF00907FB8200C478FC /* speex_bits.h */; settings = {ATTRIBUTES = (Public, ); }; };
  17. 73814B080907FBAE00C478FC /* speex.h in Headers */ = {isa = PBXBuildFile; fileRef = 73814AEF0907FB8200C478FC /* speex.h */; settings = {ATTRIBUTES = (Public, ); }; };
  18. 73814B5A0907FC9900C478FC /* bits.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B0D0907FC9900C478FC /* bits.c */; };
  19. 73814B5E0907FC9900C478FC /* cb_search.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B110907FC9900C478FC /* cb_search.c */; };
  20. 73814B600907FC9900C478FC /* exc_5_64_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B130907FC9900C478FC /* exc_5_64_table.c */; };
  21. 73814B610907FC9900C478FC /* exc_5_256_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B140907FC9900C478FC /* exc_5_256_table.c */; };
  22. 73814B620907FC9900C478FC /* exc_8_128_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B150907FC9900C478FC /* exc_8_128_table.c */; };
  23. 73814B630907FC9900C478FC /* exc_10_16_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B160907FC9900C478FC /* exc_10_16_table.c */; };
  24. 73814B640907FC9900C478FC /* exc_10_32_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B170907FC9900C478FC /* exc_10_32_table.c */; };
  25. 73814B650907FC9900C478FC /* exc_20_32_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B180907FC9900C478FC /* exc_20_32_table.c */; };
  26. 73814B690907FC9900C478FC /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B1C0907FC9900C478FC /* filters.c */; };
  27. 73814B700907FC9900C478FC /* gain_table_lbr.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B230907FC9900C478FC /* gain_table_lbr.c */; };
  28. 73814B710907FC9900C478FC /* gain_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B240907FC9900C478FC /* gain_table.c */; };
  29. 73814B720907FC9900C478FC /* hexc_10_32_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B250907FC9900C478FC /* hexc_10_32_table.c */; };
  30. 73814B730907FC9900C478FC /* hexc_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B260907FC9900C478FC /* hexc_table.c */; };
  31. 73814B740907FC9900C478FC /* high_lsp_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B270907FC9900C478FC /* high_lsp_tables.c */; };
  32. 73814B780907FC9900C478FC /* lpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B2B0907FC9900C478FC /* lpc.c */; };
  33. 73814B7A0907FC9900C478FC /* lsp_tables_nb.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B2D0907FC9900C478FC /* lsp_tables_nb.c */; };
  34. 73814B7B0907FC9900C478FC /* lsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B2E0907FC9900C478FC /* lsp.c */; };
  35. 73814B800907FC9900C478FC /* ltp.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B330907FC9900C478FC /* ltp.c */; };
  36. 73814B8A0907FC9900C478FC /* modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B3D0907FC9900C478FC /* modes.c */; };
  37. 73814B8C0907FC9900C478FC /* nb_celp.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B3F0907FC9900C478FC /* nb_celp.c */; };
  38. 73814B8F0907FC9900C478FC /* quant_lsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B420907FC9900C478FC /* quant_lsp.c */; };
  39. 73814B910907FC9900C478FC /* sb_celp.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B440907FC9900C478FC /* sb_celp.c */; };
  40. 73814B930907FC9900C478FC /* smallft.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B460907FC9900C478FC /* smallft.c */; };
  41. 73814B950907FC9900C478FC /* speex_callbacks.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B480907FC9900C478FC /* speex_callbacks.c */; };
  42. 73814B960907FC9900C478FC /* speex_header.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B490907FC9900C478FC /* speex_header.c */; };
  43. 73814B970907FC9900C478FC /* speex.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B4A0907FC9900C478FC /* speex.c */; };
  44. 73814B990907FC9900C478FC /* stereo.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B4C0907FC9900C478FC /* stereo.c */; };
  45. 73814B9F0907FC9900C478FC /* vbr.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B520907FC9900C478FC /* vbr.c */; };
  46. 73814BA40907FC9900C478FC /* vq.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B570907FC9900C478FC /* vq.c */; };
  47. 738837540B193581005C7A69 /* _kiss_fft_guts.h in Headers */ = {isa = PBXBuildFile; fileRef = 738837460B193581005C7A69 /* _kiss_fft_guts.h */; };
  48. 738837550B193581005C7A69 /* fftwrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 738837470B193581005C7A69 /* fftwrap.c */; };
  49. 738837560B193581005C7A69 /* fftwrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 738837480B193581005C7A69 /* fftwrap.h */; };
  50. 738837590B193581005C7A69 /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = 7388374B0B193581005C7A69 /* kiss_fft.c */; };
  51. 7388375A0B193581005C7A69 /* kiss_fft.h in Headers */ = {isa = PBXBuildFile; fileRef = 7388374C0B193581005C7A69 /* kiss_fft.h */; };
  52. 7388375B0B193581005C7A69 /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = 7388374D0B193581005C7A69 /* kiss_fftr.c */; };
  53. 7388375C0B193581005C7A69 /* kiss_fftr.h in Headers */ = {isa = PBXBuildFile; fileRef = 7388374E0B193581005C7A69 /* kiss_fftr.h */; };
  54. 7388375D0B193581005C7A69 /* lsp_bfin.h in Headers */ = {isa = PBXBuildFile; fileRef = 7388374F0B193581005C7A69 /* lsp_bfin.h */; };
  55. 7388375E0B193581005C7A69 /* pseudofloat.h in Headers */ = {isa = PBXBuildFile; fileRef = 738837500B193581005C7A69 /* pseudofloat.h */; };
  56. 7388375F0B193581005C7A69 /* quant_lsp_bfin.h in Headers */ = {isa = PBXBuildFile; fileRef = 738837510B193581005C7A69 /* quant_lsp_bfin.h */; };
  57. 738837600B193581005C7A69 /* vorbis_psy.c in Sources */ = {isa = PBXBuildFile; fileRef = 738837520B193581005C7A69 /* vorbis_psy.c */; };
  58. 738837610B193581005C7A69 /* vorbis_psy.h in Headers */ = {isa = PBXBuildFile; fileRef = 738837530B193581005C7A69 /* vorbis_psy.h */; };
  59. 7388377B0B193784005C7A69 /* bits.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B0D0907FC9900C478FC /* bits.c */; };
  60. 7388377C0B193785005C7A69 /* cb_search.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B110907FC9900C478FC /* cb_search.c */; };
  61. 7388377D0B193788005C7A69 /* exc_10_16_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B160907FC9900C478FC /* exc_10_16_table.c */; };
  62. 7388377E0B193789005C7A69 /* exc_10_32_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B170907FC9900C478FC /* exc_10_32_table.c */; };
  63. 7388377F0B19378A005C7A69 /* exc_20_32_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B180907FC9900C478FC /* exc_20_32_table.c */; };
  64. 738837800B19378A005C7A69 /* exc_5_256_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B140907FC9900C478FC /* exc_5_256_table.c */; };
  65. 738837810B19378C005C7A69 /* exc_5_64_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B130907FC9900C478FC /* exc_5_64_table.c */; };
  66. 738837820B19378E005C7A69 /* exc_8_128_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B150907FC9900C478FC /* exc_8_128_table.c */; };
  67. 738837830B193791005C7A69 /* fftwrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 738837470B193581005C7A69 /* fftwrap.c */; };
  68. 738837850B193793005C7A69 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B1C0907FC9900C478FC /* filters.c */; };
  69. 738837860B193795005C7A69 /* gain_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B240907FC9900C478FC /* gain_table.c */; };
  70. 738837870B193796005C7A69 /* gain_table_lbr.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B230907FC9900C478FC /* gain_table_lbr.c */; };
  71. 738837880B193799005C7A69 /* hexc_10_32_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B250907FC9900C478FC /* hexc_10_32_table.c */; };
  72. 738837890B19379B005C7A69 /* hexc_table.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B260907FC9900C478FC /* hexc_table.c */; };
  73. 7388378A0B19379E005C7A69 /* high_lsp_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B270907FC9900C478FC /* high_lsp_tables.c */; };
  74. 7388378C0B1937A4005C7A69 /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = 7388374B0B193581005C7A69 /* kiss_fft.c */; };
  75. 7388378D0B1937A9005C7A69 /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = 7388374D0B193581005C7A69 /* kiss_fftr.c */; };
  76. 7388378F0B1937B0005C7A69 /* lpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B2B0907FC9900C478FC /* lpc.c */; };
  77. 738837900B1937B0005C7A69 /* lsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B2E0907FC9900C478FC /* lsp.c */; };
  78. 738837910B1937B5005C7A69 /* lsp_tables_nb.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B2D0907FC9900C478FC /* lsp_tables_nb.c */; };
  79. 738837920B1937B7005C7A69 /* ltp.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B330907FC9900C478FC /* ltp.c */; };
  80. 738837960B1937BE005C7A69 /* modes.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B3D0907FC9900C478FC /* modes.c */; };
  81. 738837970B1937C0005C7A69 /* nb_celp.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B3F0907FC9900C478FC /* nb_celp.c */; };
  82. 738837990B1937C4005C7A69 /* quant_lsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B420907FC9900C478FC /* quant_lsp.c */; };
  83. 7388379A0B1937C6005C7A69 /* sb_celp.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B440907FC9900C478FC /* sb_celp.c */; };
  84. 7388379B0B1937C9005C7A69 /* smallft.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B460907FC9900C478FC /* smallft.c */; };
  85. 7388379C0B1937CB005C7A69 /* speex.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B4A0907FC9900C478FC /* speex.c */; };
  86. 7388379D0B1937CE005C7A69 /* speex_callbacks.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B480907FC9900C478FC /* speex_callbacks.c */; };
  87. 7388379E0B1937D0005C7A69 /* speex_header.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B490907FC9900C478FC /* speex_header.c */; };
  88. 7388379F0B1937D1005C7A69 /* stereo.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B4C0907FC9900C478FC /* stereo.c */; };
  89. 738837A00B1937DA005C7A69 /* vbr.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B520907FC9900C478FC /* vbr.c */; };
  90. 738837A10B1937DD005C7A69 /* vorbis_psy.c in Sources */ = {isa = PBXBuildFile; fileRef = 738837520B193581005C7A69 /* vorbis_psy.c */; };
  91. 738837A20B1937DF005C7A69 /* vq.c in Sources */ = {isa = PBXBuildFile; fileRef = 73814B570907FC9900C478FC /* vq.c */; };
  92. 738837A30B1937E1005C7A69 /* window.c in Sources */ = {isa = PBXBuildFile; fileRef = BFF73DCF0A78AA170078A4A8 /* window.c */; };
  93. 8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
  94. BFF73DD00A78AA170078A4A8 /* window.c in Sources */ = {isa = PBXBuildFile; fileRef = BFF73DCF0A78AA170078A4A8 /* window.c */; };
  95. /* End PBXBuildFile section */
  96. /* Begin PBXFileReference section */
  97. 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  98. 32BAE0B70371A74B00C91783 /* Speex_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Speex_Prefix.pch; sourceTree = "<group>"; };
  99. 37CA8DEA0DD73333005C8CB6 /* modes_wb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = modes_wb.c; path = ../libspeex/modes_wb.c; sourceTree = SOURCE_ROOT; };
  100. 37CA8DFF0DD7352A005C8CB6 /* os_support.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = os_support.h; path = ../libspeex/os_support.h; sourceTree = SOURCE_ROOT; };
  101. 73814AEF0907FB8200C478FC /* speex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = speex.h; sourceTree = "<group>"; };
  102. 73814AF00907FB8200C478FC /* speex_bits.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = speex_bits.h; sourceTree = "<group>"; };
  103. 73814AF10907FB8200C478FC /* speex_callbacks.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = speex_callbacks.h; sourceTree = "<group>"; };
  104. 73814AF40907FB8200C478FC /* speex_header.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = speex_header.h; sourceTree = "<group>"; };
  105. 73814AF70907FB8200C478FC /* speex_stereo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = speex_stereo.h; sourceTree = "<group>"; };
  106. 73814AF80907FB8200C478FC /* speex_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = speex_types.h; sourceTree = "<group>"; };
  107. 73814B0C0907FC9900C478FC /* arch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = arch.h; path = ../libspeex/arch.h; sourceTree = SOURCE_ROOT; };
  108. 73814B0D0907FC9900C478FC /* bits.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = bits.c; path = ../libspeex/bits.c; sourceTree = SOURCE_ROOT; };
  109. 73814B0E0907FC9900C478FC /* cb_search_arm4.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = cb_search_arm4.h; path = ../libspeex/cb_search_arm4.h; sourceTree = SOURCE_ROOT; };
  110. 73814B0F0907FC9900C478FC /* cb_search_bfin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = cb_search_bfin.h; path = ../libspeex/cb_search_bfin.h; sourceTree = SOURCE_ROOT; };
  111. 73814B100907FC9900C478FC /* cb_search_sse.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = cb_search_sse.h; path = ../libspeex/cb_search_sse.h; sourceTree = SOURCE_ROOT; };
  112. 73814B110907FC9900C478FC /* cb_search.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = cb_search.c; path = ../libspeex/cb_search.c; sourceTree = SOURCE_ROOT; };
  113. 73814B120907FC9900C478FC /* cb_search.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = cb_search.h; path = ../libspeex/cb_search.h; sourceTree = SOURCE_ROOT; };
  114. 73814B130907FC9900C478FC /* exc_5_64_table.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = exc_5_64_table.c; path = ../libspeex/exc_5_64_table.c; sourceTree = SOURCE_ROOT; };
  115. 73814B140907FC9900C478FC /* exc_5_256_table.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = exc_5_256_table.c; path = ../libspeex/exc_5_256_table.c; sourceTree = SOURCE_ROOT; };
  116. 73814B150907FC9900C478FC /* exc_8_128_table.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = exc_8_128_table.c; path = ../libspeex/exc_8_128_table.c; sourceTree = SOURCE_ROOT; };
  117. 73814B160907FC9900C478FC /* exc_10_16_table.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = exc_10_16_table.c; path = ../libspeex/exc_10_16_table.c; sourceTree = SOURCE_ROOT; };
  118. 73814B170907FC9900C478FC /* exc_10_32_table.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = exc_10_32_table.c; path = ../libspeex/exc_10_32_table.c; sourceTree = SOURCE_ROOT; };
  119. 73814B180907FC9900C478FC /* exc_20_32_table.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = exc_20_32_table.c; path = ../libspeex/exc_20_32_table.c; sourceTree = SOURCE_ROOT; };
  120. 73814B190907FC9900C478FC /* filters_arm4.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = filters_arm4.h; path = ../libspeex/filters_arm4.h; sourceTree = SOURCE_ROOT; };
  121. 73814B1A0907FC9900C478FC /* filters_bfin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = filters_bfin.h; path = ../libspeex/filters_bfin.h; sourceTree = SOURCE_ROOT; };
  122. 73814B1B0907FC9900C478FC /* filters_sse.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = filters_sse.h; path = ../libspeex/filters_sse.h; sourceTree = SOURCE_ROOT; };
  123. 73814B1C0907FC9900C478FC /* filters.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = filters.c; path = ../libspeex/filters.c; sourceTree = SOURCE_ROOT; };
  124. 73814B1D0907FC9900C478FC /* filters.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = filters.h; path = ../libspeex/filters.h; sourceTree = SOURCE_ROOT; };
  125. 73814B1E0907FC9900C478FC /* fixed_arm4.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fixed_arm4.h; path = ../libspeex/fixed_arm4.h; sourceTree = SOURCE_ROOT; };
  126. 73814B1F0907FC9900C478FC /* fixed_arm5e.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fixed_arm5e.h; path = ../libspeex/fixed_arm5e.h; sourceTree = SOURCE_ROOT; };
  127. 73814B200907FC9900C478FC /* fixed_bfin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fixed_bfin.h; path = ../libspeex/fixed_bfin.h; sourceTree = SOURCE_ROOT; };
  128. 73814B210907FC9900C478FC /* fixed_debug.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fixed_debug.h; path = ../libspeex/fixed_debug.h; sourceTree = SOURCE_ROOT; };
  129. 73814B220907FC9900C478FC /* fixed_generic.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fixed_generic.h; path = ../libspeex/fixed_generic.h; sourceTree = SOURCE_ROOT; };
  130. 73814B230907FC9900C478FC /* gain_table_lbr.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = gain_table_lbr.c; path = ../libspeex/gain_table_lbr.c; sourceTree = SOURCE_ROOT; };
  131. 73814B240907FC9900C478FC /* gain_table.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = gain_table.c; path = ../libspeex/gain_table.c; sourceTree = SOURCE_ROOT; };
  132. 73814B250907FC9900C478FC /* hexc_10_32_table.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = hexc_10_32_table.c; path = ../libspeex/hexc_10_32_table.c; sourceTree = SOURCE_ROOT; };
  133. 73814B260907FC9900C478FC /* hexc_table.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = hexc_table.c; path = ../libspeex/hexc_table.c; sourceTree = SOURCE_ROOT; };
  134. 73814B270907FC9900C478FC /* high_lsp_tables.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = high_lsp_tables.c; path = ../libspeex/high_lsp_tables.c; sourceTree = SOURCE_ROOT; };
  135. 73814B2A0907FC9900C478FC /* lpc_bfin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = lpc_bfin.h; path = ../libspeex/lpc_bfin.h; sourceTree = SOURCE_ROOT; };
  136. 73814B2B0907FC9900C478FC /* lpc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = lpc.c; path = ../libspeex/lpc.c; sourceTree = SOURCE_ROOT; };
  137. 73814B2C0907FC9900C478FC /* lpc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = lpc.h; path = ../libspeex/lpc.h; sourceTree = SOURCE_ROOT; };
  138. 73814B2D0907FC9900C478FC /* lsp_tables_nb.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = lsp_tables_nb.c; path = ../libspeex/lsp_tables_nb.c; sourceTree = SOURCE_ROOT; };
  139. 73814B2E0907FC9900C478FC /* lsp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = lsp.c; path = ../libspeex/lsp.c; sourceTree = SOURCE_ROOT; };
  140. 73814B2F0907FC9900C478FC /* lsp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = lsp.h; path = ../libspeex/lsp.h; sourceTree = SOURCE_ROOT; };
  141. 73814B300907FC9900C478FC /* ltp_arm4.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ltp_arm4.h; path = ../libspeex/ltp_arm4.h; sourceTree = SOURCE_ROOT; };
  142. 73814B310907FC9900C478FC /* ltp_bfin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ltp_bfin.h; path = ../libspeex/ltp_bfin.h; sourceTree = SOURCE_ROOT; };
  143. 73814B320907FC9900C478FC /* ltp_sse.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ltp_sse.h; path = ../libspeex/ltp_sse.h; sourceTree = SOURCE_ROOT; };
  144. 73814B330907FC9900C478FC /* ltp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ltp.c; path = ../libspeex/ltp.c; sourceTree = SOURCE_ROOT; };
  145. 73814B340907FC9900C478FC /* ltp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ltp.h; path = ../libspeex/ltp.h; sourceTree = SOURCE_ROOT; };
  146. 73814B380907FC9900C478FC /* math_approx.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = math_approx.h; path = ../libspeex/math_approx.h; sourceTree = SOURCE_ROOT; };
  147. 73814B3A0907FC9900C478FC /* misc_bfin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = misc_bfin.h; path = ../libspeex/misc_bfin.h; sourceTree = SOURCE_ROOT; };
  148. 73814B3D0907FC9900C478FC /* modes.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = modes.c; path = ../libspeex/modes.c; sourceTree = SOURCE_ROOT; };
  149. 73814B3E0907FC9900C478FC /* modes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = modes.h; path = ../libspeex/modes.h; sourceTree = SOURCE_ROOT; };
  150. 73814B3F0907FC9900C478FC /* nb_celp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = nb_celp.c; path = ../libspeex/nb_celp.c; sourceTree = SOURCE_ROOT; };
  151. 73814B400907FC9900C478FC /* nb_celp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = nb_celp.h; path = ../libspeex/nb_celp.h; sourceTree = SOURCE_ROOT; };
  152. 73814B420907FC9900C478FC /* quant_lsp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = quant_lsp.c; path = ../libspeex/quant_lsp.c; sourceTree = SOURCE_ROOT; };
  153. 73814B430907FC9900C478FC /* quant_lsp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = quant_lsp.h; path = ../libspeex/quant_lsp.h; sourceTree = SOURCE_ROOT; };
  154. 73814B440907FC9900C478FC /* sb_celp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = sb_celp.c; path = ../libspeex/sb_celp.c; sourceTree = SOURCE_ROOT; };
  155. 73814B450907FC9900C478FC /* sb_celp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sb_celp.h; path = ../libspeex/sb_celp.h; sourceTree = SOURCE_ROOT; };
  156. 73814B460907FC9900C478FC /* smallft.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = smallft.c; path = ../libspeex/smallft.c; sourceTree = SOURCE_ROOT; };
  157. 73814B470907FC9900C478FC /* smallft.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = smallft.h; path = ../libspeex/smallft.h; sourceTree = SOURCE_ROOT; };
  158. 73814B480907FC9900C478FC /* speex_callbacks.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = speex_callbacks.c; path = ../libspeex/speex_callbacks.c; sourceTree = SOURCE_ROOT; };
  159. 73814B490907FC9900C478FC /* speex_header.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = speex_header.c; path = ../libspeex/speex_header.c; sourceTree = SOURCE_ROOT; };
  160. 73814B4A0907FC9900C478FC /* speex.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = speex.c; path = ../libspeex/speex.c; sourceTree = SOURCE_ROOT; };
  161. 73814B4B0907FC9900C478FC /* stack_alloc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = stack_alloc.h; path = ../libspeex/stack_alloc.h; sourceTree = SOURCE_ROOT; };
  162. 73814B4C0907FC9900C478FC /* stereo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = stereo.c; path = ../libspeex/stereo.c; sourceTree = SOURCE_ROOT; };
  163. 73814B4F0907FC9900C478FC /* testenc_uwb.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = testenc_uwb.c; path = ../libspeex/testenc_uwb.c; sourceTree = SOURCE_ROOT; };
  164. 73814B500907FC9900C478FC /* testenc_wb.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = testenc_wb.c; path = ../libspeex/testenc_wb.c; sourceTree = SOURCE_ROOT; };
  165. 73814B510907FC9900C478FC /* testenc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = testenc.c; path = ../libspeex/testenc.c; sourceTree = SOURCE_ROOT; };
  166. 73814B520907FC9900C478FC /* vbr.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vbr.c; path = ../libspeex/vbr.c; sourceTree = SOURCE_ROOT; };
  167. 73814B530907FC9900C478FC /* vbr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vbr.h; path = ../libspeex/vbr.h; sourceTree = SOURCE_ROOT; };
  168. 73814B540907FC9900C478FC /* vq_arm4.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vq_arm4.h; path = ../libspeex/vq_arm4.h; sourceTree = SOURCE_ROOT; };
  169. 73814B550907FC9900C478FC /* vq_bfin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vq_bfin.h; path = ../libspeex/vq_bfin.h; sourceTree = SOURCE_ROOT; };
  170. 73814B560907FC9900C478FC /* vq_sse.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vq_sse.h; path = ../libspeex/vq_sse.h; sourceTree = SOURCE_ROOT; };
  171. 73814B570907FC9900C478FC /* vq.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vq.c; path = ../libspeex/vq.c; sourceTree = SOURCE_ROOT; };
  172. 73814B580907FC9900C478FC /* vq.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vq.h; path = ../libspeex/vq.h; sourceTree = SOURCE_ROOT; };
  173. 738837460B193581005C7A69 /* _kiss_fft_guts.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = _kiss_fft_guts.h; path = ../libspeex/_kiss_fft_guts.h; sourceTree = SOURCE_ROOT; };
  174. 738837470B193581005C7A69 /* fftwrap.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fftwrap.c; path = ../libspeex/fftwrap.c; sourceTree = SOURCE_ROOT; };
  175. 738837480B193581005C7A69 /* fftwrap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fftwrap.h; path = ../libspeex/fftwrap.h; sourceTree = SOURCE_ROOT; };
  176. 7388374B0B193581005C7A69 /* kiss_fft.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = kiss_fft.c; path = ../libspeex/kiss_fft.c; sourceTree = SOURCE_ROOT; };
  177. 7388374C0B193581005C7A69 /* kiss_fft.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = kiss_fft.h; path = ../libspeex/kiss_fft.h; sourceTree = SOURCE_ROOT; };
  178. 7388374D0B193581005C7A69 /* kiss_fftr.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = kiss_fftr.c; path = ../libspeex/kiss_fftr.c; sourceTree = SOURCE_ROOT; };
  179. 7388374E0B193581005C7A69 /* kiss_fftr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = kiss_fftr.h; path = ../libspeex/kiss_fftr.h; sourceTree = SOURCE_ROOT; };
  180. 7388374F0B193581005C7A69 /* lsp_bfin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = lsp_bfin.h; path = ../libspeex/lsp_bfin.h; sourceTree = SOURCE_ROOT; };
  181. 738837500B193581005C7A69 /* pseudofloat.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = pseudofloat.h; path = ../libspeex/pseudofloat.h; sourceTree = SOURCE_ROOT; };
  182. 738837510B193581005C7A69 /* quant_lsp_bfin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = quant_lsp_bfin.h; path = ../libspeex/quant_lsp_bfin.h; sourceTree = SOURCE_ROOT; };
  183. 738837520B193581005C7A69 /* vorbis_psy.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vorbis_psy.c; path = ../libspeex/vorbis_psy.c; sourceTree = SOURCE_ROOT; };
  184. 738837530B193581005C7A69 /* vorbis_psy.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vorbis_psy.h; path = ../libspeex/vorbis_psy.h; sourceTree = SOURCE_ROOT; };
  185. 738837770B193667005C7A69 /* libspeex.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libspeex.a; sourceTree = BUILT_PRODUCTS_DIR; };
  186. 8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
  187. 8D07F2C80486CC7A007CD1D0 /* Speex.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Speex.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  188. BFF73DCF0A78AA170078A4A8 /* window.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = window.c; path = ../libspeex/window.c; sourceTree = SOURCE_ROOT; };
  189. /* End PBXFileReference section */
  190. /* Begin PBXFrameworksBuildPhase section */
  191. 738837750B193667005C7A69 /* Frameworks */ = {
  192. isa = PBXFrameworksBuildPhase;
  193. buildActionMask = 2147483647;
  194. files = (
  195. );
  196. runOnlyForDeploymentPostprocessing = 0;
  197. };
  198. 8D07F2C30486CC7A007CD1D0 /* Frameworks */ = {
  199. isa = PBXFrameworksBuildPhase;
  200. buildActionMask = 2147483647;
  201. files = (
  202. );
  203. runOnlyForDeploymentPostprocessing = 0;
  204. };
  205. /* End PBXFrameworksBuildPhase section */
  206. /* Begin PBXGroup section */
  207. 034768DDFF38A45A11DB9C8B /* Products */ = {
  208. isa = PBXGroup;
  209. children = (
  210. 8D07F2C80486CC7A007CD1D0 /* Speex.framework */,
  211. 738837770B193667005C7A69 /* libspeex.a */,
  212. );
  213. name = Products;
  214. sourceTree = "<group>";
  215. };
  216. 0867D691FE84028FC02AAC07 /* Speex */ = {
  217. isa = PBXGroup;
  218. children = (
  219. 08FB77ACFE841707C02AAC07 /* Source */,
  220. 73814AEB0907FB6400C478FC /* Headers */,
  221. 089C1665FE841158C02AAC07 /* Resources */,
  222. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
  223. 034768DDFF38A45A11DB9C8B /* Products */,
  224. );
  225. name = Speex;
  226. sourceTree = "<group>";
  227. };
  228. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
  229. isa = PBXGroup;
  230. children = (
  231. );
  232. name = "External Frameworks and Libraries";
  233. sourceTree = "<group>";
  234. };
  235. 089C1665FE841158C02AAC07 /* Resources */ = {
  236. isa = PBXGroup;
  237. children = (
  238. 8D07F2C70486CC7A007CD1D0 /* Info.plist */,
  239. 089C1666FE841158C02AAC07 /* InfoPlist.strings */,
  240. );
  241. name = Resources;
  242. sourceTree = "<group>";
  243. };
  244. 08FB77ACFE841707C02AAC07 /* Source */ = {
  245. isa = PBXGroup;
  246. children = (
  247. 37CA8DFF0DD7352A005C8CB6 /* os_support.h */,
  248. 37CA8DEA0DD73333005C8CB6 /* modes_wb.c */,
  249. 738837460B193581005C7A69 /* _kiss_fft_guts.h */,
  250. 738837470B193581005C7A69 /* fftwrap.c */,
  251. 738837480B193581005C7A69 /* fftwrap.h */,
  252. 7388374B0B193581005C7A69 /* kiss_fft.c */,
  253. 7388374C0B193581005C7A69 /* kiss_fft.h */,
  254. 7388374D0B193581005C7A69 /* kiss_fftr.c */,
  255. 7388374E0B193581005C7A69 /* kiss_fftr.h */,
  256. 7388374F0B193581005C7A69 /* lsp_bfin.h */,
  257. 738837500B193581005C7A69 /* pseudofloat.h */,
  258. 738837510B193581005C7A69 /* quant_lsp_bfin.h */,
  259. 738837520B193581005C7A69 /* vorbis_psy.c */,
  260. 738837530B193581005C7A69 /* vorbis_psy.h */,
  261. 73814B0C0907FC9900C478FC /* arch.h */,
  262. 73814B0D0907FC9900C478FC /* bits.c */,
  263. 73814B0E0907FC9900C478FC /* cb_search_arm4.h */,
  264. 73814B0F0907FC9900C478FC /* cb_search_bfin.h */,
  265. 73814B100907FC9900C478FC /* cb_search_sse.h */,
  266. BFF73DCF0A78AA170078A4A8 /* window.c */,
  267. 73814B110907FC9900C478FC /* cb_search.c */,
  268. 73814B120907FC9900C478FC /* cb_search.h */,
  269. 73814B130907FC9900C478FC /* exc_5_64_table.c */,
  270. 73814B140907FC9900C478FC /* exc_5_256_table.c */,
  271. 73814B150907FC9900C478FC /* exc_8_128_table.c */,
  272. 73814B160907FC9900C478FC /* exc_10_16_table.c */,
  273. 73814B170907FC9900C478FC /* exc_10_32_table.c */,
  274. 73814B180907FC9900C478FC /* exc_20_32_table.c */,
  275. 73814B190907FC9900C478FC /* filters_arm4.h */,
  276. 73814B1A0907FC9900C478FC /* filters_bfin.h */,
  277. 73814B1B0907FC9900C478FC /* filters_sse.h */,
  278. 73814B1C0907FC9900C478FC /* filters.c */,
  279. 73814B1D0907FC9900C478FC /* filters.h */,
  280. 73814B1E0907FC9900C478FC /* fixed_arm4.h */,
  281. 73814B1F0907FC9900C478FC /* fixed_arm5e.h */,
  282. 73814B200907FC9900C478FC /* fixed_bfin.h */,
  283. 73814B210907FC9900C478FC /* fixed_debug.h */,
  284. 73814B220907FC9900C478FC /* fixed_generic.h */,
  285. 73814B230907FC9900C478FC /* gain_table_lbr.c */,
  286. 73814B240907FC9900C478FC /* gain_table.c */,
  287. 73814B250907FC9900C478FC /* hexc_10_32_table.c */,
  288. 73814B260907FC9900C478FC /* hexc_table.c */,
  289. 73814B270907FC9900C478FC /* high_lsp_tables.c */,
  290. 73814B2A0907FC9900C478FC /* lpc_bfin.h */,
  291. 73814B2B0907FC9900C478FC /* lpc.c */,
  292. 73814B2C0907FC9900C478FC /* lpc.h */,
  293. 73814B2D0907FC9900C478FC /* lsp_tables_nb.c */,
  294. 73814B2E0907FC9900C478FC /* lsp.c */,
  295. 73814B2F0907FC9900C478FC /* lsp.h */,
  296. 73814B300907FC9900C478FC /* ltp_arm4.h */,
  297. 73814B310907FC9900C478FC /* ltp_bfin.h */,
  298. 73814B320907FC9900C478FC /* ltp_sse.h */,
  299. 73814B330907FC9900C478FC /* ltp.c */,
  300. 73814B340907FC9900C478FC /* ltp.h */,
  301. 73814B380907FC9900C478FC /* math_approx.h */,
  302. 73814B3A0907FC9900C478FC /* misc_bfin.h */,
  303. 73814B3D0907FC9900C478FC /* modes.c */,
  304. 73814B3E0907FC9900C478FC /* modes.h */,
  305. 73814B3F0907FC9900C478FC /* nb_celp.c */,
  306. 73814B400907FC9900C478FC /* nb_celp.h */,
  307. 73814B420907FC9900C478FC /* quant_lsp.c */,
  308. 73814B430907FC9900C478FC /* quant_lsp.h */,
  309. 73814B440907FC9900C478FC /* sb_celp.c */,
  310. 73814B450907FC9900C478FC /* sb_celp.h */,
  311. 73814B460907FC9900C478FC /* smallft.c */,
  312. 73814B470907FC9900C478FC /* smallft.h */,
  313. 73814B480907FC9900C478FC /* speex_callbacks.c */,
  314. 73814B490907FC9900C478FC /* speex_header.c */,
  315. 73814B4A0907FC9900C478FC /* speex.c */,
  316. 73814B4B0907FC9900C478FC /* stack_alloc.h */,
  317. 73814B4C0907FC9900C478FC /* stereo.c */,
  318. 73814B4F0907FC9900C478FC /* testenc_uwb.c */,
  319. 73814B500907FC9900C478FC /* testenc_wb.c */,
  320. 73814B510907FC9900C478FC /* testenc.c */,
  321. 73814B520907FC9900C478FC /* vbr.c */,
  322. 73814B530907FC9900C478FC /* vbr.h */,
  323. 73814B540907FC9900C478FC /* vq_arm4.h */,
  324. 73814B550907FC9900C478FC /* vq_bfin.h */,
  325. 73814B560907FC9900C478FC /* vq_sse.h */,
  326. 73814B570907FC9900C478FC /* vq.c */,
  327. 73814B580907FC9900C478FC /* vq.h */,
  328. 32BAE0B70371A74B00C91783 /* Speex_Prefix.pch */,
  329. );
  330. name = Source;
  331. sourceTree = "<group>";
  332. };
  333. 73814AEB0907FB6400C478FC /* Headers */ = {
  334. isa = PBXGroup;
  335. children = (
  336. 73814AEC0907FB8200C478FC /* speex */,
  337. );
  338. name = Headers;
  339. sourceTree = "<group>";
  340. };
  341. 73814AEC0907FB8200C478FC /* speex */ = {
  342. isa = PBXGroup;
  343. children = (
  344. 73814AEF0907FB8200C478FC /* speex.h */,
  345. 73814AF00907FB8200C478FC /* speex_bits.h */,
  346. 73814AF10907FB8200C478FC /* speex_callbacks.h */,
  347. 73814AF40907FB8200C478FC /* speex_header.h */,
  348. 73814AF70907FB8200C478FC /* speex_stereo.h */,
  349. 73814AF80907FB8200C478FC /* speex_types.h */,
  350. );
  351. name = speex;
  352. path = ../include/speex;
  353. sourceTree = SOURCE_ROOT;
  354. };
  355. /* End PBXGroup section */
  356. /* Begin PBXHeadersBuildPhase section */
  357. 738837730B193667005C7A69 /* Headers */ = {
  358. isa = PBXHeadersBuildPhase;
  359. buildActionMask = 2147483647;
  360. files = (
  361. );
  362. runOnlyForDeploymentPostprocessing = 0;
  363. };
  364. 8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
  365. isa = PBXHeadersBuildPhase;
  366. buildActionMask = 2147483647;
  367. files = (
  368. 73814B000907FB8200C478FC /* speex_header.h in Headers */,
  369. 73814B030907FB8200C478FC /* speex_stereo.h in Headers */,
  370. 73814B040907FB8200C478FC /* speex_types.h in Headers */,
  371. 73814B060907FBAB00C478FC /* speex_callbacks.h in Headers */,
  372. 73814B070907FBAD00C478FC /* speex_bits.h in Headers */,
  373. 73814B080907FBAE00C478FC /* speex.h in Headers */,
  374. 738837540B193581005C7A69 /* _kiss_fft_guts.h in Headers */,
  375. 738837560B193581005C7A69 /* fftwrap.h in Headers */,
  376. 7388375A0B193581005C7A69 /* kiss_fft.h in Headers */,
  377. 7388375C0B193581005C7A69 /* kiss_fftr.h in Headers */,
  378. 7388375D0B193581005C7A69 /* lsp_bfin.h in Headers */,
  379. 7388375E0B193581005C7A69 /* pseudofloat.h in Headers */,
  380. 7388375F0B193581005C7A69 /* quant_lsp_bfin.h in Headers */,
  381. 738837610B193581005C7A69 /* vorbis_psy.h in Headers */,
  382. 37CA8E000DD7352A005C8CB6 /* os_support.h in Headers */,
  383. );
  384. runOnlyForDeploymentPostprocessing = 0;
  385. };
  386. /* End PBXHeadersBuildPhase section */
  387. /* Begin PBXNativeTarget section */
  388. 738837760B193667005C7A69 /* libspeex (static) */ = {
  389. isa = PBXNativeTarget;
  390. buildConfigurationList = 738837780B193687005C7A69 /* Build configuration list for PBXNativeTarget "libspeex (static)" */;
  391. buildPhases = (
  392. 738837730B193667005C7A69 /* Headers */,
  393. 738837740B193667005C7A69 /* Sources */,
  394. 738837750B193667005C7A69 /* Frameworks */,
  395. );
  396. buildRules = (
  397. );
  398. dependencies = (
  399. );
  400. name = "libspeex (static)";
  401. productName = speex;
  402. productReference = 738837770B193667005C7A69 /* libspeex.a */;
  403. productType = "com.apple.product-type.library.static";
  404. };
  405. 8D07F2BC0486CC7A007CD1D0 /* Speex */ = {
  406. isa = PBXNativeTarget;
  407. buildConfigurationList = 73814ADF0907FB1E00C478FC /* Build configuration list for PBXNativeTarget "Speex" */;
  408. buildPhases = (
  409. 8D07F2BD0486CC7A007CD1D0 /* Headers */,
  410. 8D07F2BF0486CC7A007CD1D0 /* Resources */,
  411. 8D07F2C10486CC7A007CD1D0 /* Sources */,
  412. 8D07F2C30486CC7A007CD1D0 /* Frameworks */,
  413. 8D07F2C50486CC7A007CD1D0 /* Rez */,
  414. );
  415. buildRules = (
  416. );
  417. dependencies = (
  418. );
  419. name = Speex;
  420. productInstallPath = "$(HOME)/Library/Frameworks";
  421. productName = Speex;
  422. productReference = 8D07F2C80486CC7A007CD1D0 /* Speex.framework */;
  423. productType = "com.apple.product-type.framework";
  424. };
  425. /* End PBXNativeTarget section */
  426. /* Begin PBXProject section */
  427. 0867D690FE84028FC02AAC07 /* Project object */ = {
  428. isa = PBXProject;
  429. buildConfigurationList = 73814AE30907FB1E00C478FC /* Build configuration list for PBXProject "Speex" */;
  430. compatibilityVersion = "Xcode 2.4";
  431. hasScannedForEncodings = 1;
  432. mainGroup = 0867D691FE84028FC02AAC07 /* Speex */;
  433. productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
  434. projectDirPath = "";
  435. projectRoot = ..;
  436. targets = (
  437. 8D07F2BC0486CC7A007CD1D0 /* Speex */,
  438. 738837760B193667005C7A69 /* libspeex (static) */,
  439. );
  440. };
  441. /* End PBXProject section */
  442. /* Begin PBXResourcesBuildPhase section */
  443. 8D07F2BF0486CC7A007CD1D0 /* Resources */ = {
  444. isa = PBXResourcesBuildPhase;
  445. buildActionMask = 2147483647;
  446. files = (
  447. 8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */,
  448. );
  449. runOnlyForDeploymentPostprocessing = 0;
  450. };
  451. /* End PBXResourcesBuildPhase section */
  452. /* Begin PBXRezBuildPhase section */
  453. 8D07F2C50486CC7A007CD1D0 /* Rez */ = {
  454. isa = PBXRezBuildPhase;
  455. buildActionMask = 2147483647;
  456. files = (
  457. );
  458. runOnlyForDeploymentPostprocessing = 0;
  459. };
  460. /* End PBXRezBuildPhase section */
  461. /* Begin PBXSourcesBuildPhase section */
  462. 738837740B193667005C7A69 /* Sources */ = {
  463. isa = PBXSourcesBuildPhase;
  464. buildActionMask = 2147483647;
  465. files = (
  466. 7388377B0B193784005C7A69 /* bits.c in Sources */,
  467. 7388377C0B193785005C7A69 /* cb_search.c in Sources */,
  468. 7388377D0B193788005C7A69 /* exc_10_16_table.c in Sources */,
  469. 7388377E0B193789005C7A69 /* exc_10_32_table.c in Sources */,
  470. 7388377F0B19378A005C7A69 /* exc_20_32_table.c in Sources */,
  471. 738837800B19378A005C7A69 /* exc_5_256_table.c in Sources */,
  472. 738837810B19378C005C7A69 /* exc_5_64_table.c in Sources */,
  473. 738837820B19378E005C7A69 /* exc_8_128_table.c in Sources */,
  474. 738837830B193791005C7A69 /* fftwrap.c in Sources */,
  475. 738837850B193793005C7A69 /* filters.c in Sources */,
  476. 738837860B193795005C7A69 /* gain_table.c in Sources */,
  477. 738837870B193796005C7A69 /* gain_table_lbr.c in Sources */,
  478. 738837880B193799005C7A69 /* hexc_10_32_table.c in Sources */,
  479. 738837890B19379B005C7A69 /* hexc_table.c in Sources */,
  480. 7388378A0B19379E005C7A69 /* high_lsp_tables.c in Sources */,
  481. 7388378C0B1937A4005C7A69 /* kiss_fft.c in Sources */,
  482. 7388378D0B1937A9005C7A69 /* kiss_fftr.c in Sources */,
  483. 7388378F0B1937B0005C7A69 /* lpc.c in Sources */,
  484. 738837900B1937B0005C7A69 /* lsp.c in Sources */,
  485. 738837910B1937B5005C7A69 /* lsp_tables_nb.c in Sources */,
  486. 738837920B1937B7005C7A69 /* ltp.c in Sources */,
  487. 738837960B1937BE005C7A69 /* modes.c in Sources */,
  488. 738837970B1937C0005C7A69 /* nb_celp.c in Sources */,
  489. 738837990B1937C4005C7A69 /* quant_lsp.c in Sources */,
  490. 7388379A0B1937C6005C7A69 /* sb_celp.c in Sources */,
  491. 7388379B0B1937C9005C7A69 /* smallft.c in Sources */,
  492. 7388379C0B1937CB005C7A69 /* speex.c in Sources */,
  493. 7388379D0B1937CE005C7A69 /* speex_callbacks.c in Sources */,
  494. 7388379E0B1937D0005C7A69 /* speex_header.c in Sources */,
  495. 7388379F0B1937D1005C7A69 /* stereo.c in Sources */,
  496. 738837A00B1937DA005C7A69 /* vbr.c in Sources */,
  497. 738837A10B1937DD005C7A69 /* vorbis_psy.c in Sources */,
  498. 738837A20B1937DF005C7A69 /* vq.c in Sources */,
  499. 738837A30B1937E1005C7A69 /* window.c in Sources */,
  500. 37CA8DEC0DD73333005C8CB6 /* modes_wb.c in Sources */,
  501. );
  502. runOnlyForDeploymentPostprocessing = 0;
  503. };
  504. 8D07F2C10486CC7A007CD1D0 /* Sources */ = {
  505. isa = PBXSourcesBuildPhase;
  506. buildActionMask = 2147483647;
  507. files = (
  508. 73814B5A0907FC9900C478FC /* bits.c in Sources */,
  509. 73814B5E0907FC9900C478FC /* cb_search.c in Sources */,
  510. 73814B600907FC9900C478FC /* exc_5_64_table.c in Sources */,
  511. 73814B610907FC9900C478FC /* exc_5_256_table.c in Sources */,
  512. 73814B620907FC9900C478FC /* exc_8_128_table.c in Sources */,
  513. 73814B630907FC9900C478FC /* exc_10_16_table.c in Sources */,
  514. 73814B640907FC9900C478FC /* exc_10_32_table.c in Sources */,
  515. 73814B650907FC9900C478FC /* exc_20_32_table.c in Sources */,
  516. 73814B690907FC9900C478FC /* filters.c in Sources */,
  517. 73814B700907FC9900C478FC /* gain_table_lbr.c in Sources */,
  518. 73814B710907FC9900C478FC /* gain_table.c in Sources */,
  519. 73814B720907FC9900C478FC /* hexc_10_32_table.c in Sources */,
  520. 73814B730907FC9900C478FC /* hexc_table.c in Sources */,
  521. 73814B740907FC9900C478FC /* high_lsp_tables.c in Sources */,
  522. 73814B780907FC9900C478FC /* lpc.c in Sources */,
  523. 73814B7A0907FC9900C478FC /* lsp_tables_nb.c in Sources */,
  524. 73814B7B0907FC9900C478FC /* lsp.c in Sources */,
  525. 73814B800907FC9900C478FC /* ltp.c in Sources */,
  526. 73814B8A0907FC9900C478FC /* modes.c in Sources */,
  527. 73814B8C0907FC9900C478FC /* nb_celp.c in Sources */,
  528. 73814B8F0907FC9900C478FC /* quant_lsp.c in Sources */,
  529. 73814B910907FC9900C478FC /* sb_celp.c in Sources */,
  530. 73814B930907FC9900C478FC /* smallft.c in Sources */,
  531. 73814B950907FC9900C478FC /* speex_callbacks.c in Sources */,
  532. 73814B960907FC9900C478FC /* speex_header.c in Sources */,
  533. 73814B970907FC9900C478FC /* speex.c in Sources */,
  534. 73814B990907FC9900C478FC /* stereo.c in Sources */,
  535. 73814B9F0907FC9900C478FC /* vbr.c in Sources */,
  536. 73814BA40907FC9900C478FC /* vq.c in Sources */,
  537. BFF73DD00A78AA170078A4A8 /* window.c in Sources */,
  538. 738837550B193581005C7A69 /* fftwrap.c in Sources */,
  539. 738837590B193581005C7A69 /* kiss_fft.c in Sources */,
  540. 7388375B0B193581005C7A69 /* kiss_fftr.c in Sources */,
  541. 738837600B193581005C7A69 /* vorbis_psy.c in Sources */,
  542. 37CA8DEB0DD73333005C8CB6 /* modes_wb.c in Sources */,
  543. );
  544. runOnlyForDeploymentPostprocessing = 0;
  545. };
  546. /* End PBXSourcesBuildPhase section */
  547. /* Begin PBXVariantGroup section */
  548. 089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
  549. isa = PBXVariantGroup;
  550. children = (
  551. 089C1667FE841158C02AAC07 /* English */,
  552. );
  553. name = InfoPlist.strings;
  554. sourceTree = "<group>";
  555. };
  556. /* End PBXVariantGroup section */
  557. /* Begin XCBuildConfiguration section */
  558. 73814AE00907FB1E00C478FC /* Debug */ = {
  559. isa = XCBuildConfiguration;
  560. buildSettings = {
  561. COPY_PHASE_STRIP = NO;
  562. DYLIB_COMPATIBILITY_VERSION = 1;
  563. DYLIB_CURRENT_VERSION = 1;
  564. FRAMEWORK_VERSION = A;
  565. GCC_DYNAMIC_NO_PIC = NO;
  566. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  567. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  568. GCC_OPTIMIZATION_LEVEL = 0;
  569. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  570. GCC_PREFIX_HEADER = Speex_Prefix.pch;
  571. INFOPLIST_FILE = Info.plist;
  572. INSTALL_PATH = /Library/Frameworks;
  573. LIBRARY_STYLE = DYNAMIC;
  574. MACH_O_TYPE = mh_dylib;
  575. PRODUCT_NAME = Speex;
  576. WRAPPER_EXTENSION = framework;
  577. ZERO_LINK = YES;
  578. };
  579. name = Debug;
  580. };
  581. 73814AE10907FB1E00C478FC /* Release */ = {
  582. isa = XCBuildConfiguration;
  583. buildSettings = {
  584. COPY_PHASE_STRIP = YES;
  585. DYLIB_COMPATIBILITY_VERSION = 1;
  586. DYLIB_CURRENT_VERSION = 1;
  587. FRAMEWORK_VERSION = A;
  588. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  589. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  590. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  591. GCC_PREFIX_HEADER = Speex_Prefix.pch;
  592. INFOPLIST_FILE = Info.plist;
  593. INSTALL_PATH = /Library/Frameworks;
  594. LIBRARY_STYLE = DYNAMIC;
  595. MACH_O_TYPE = mh_dylib;
  596. PRODUCT_NAME = Speex;
  597. WRAPPER_EXTENSION = framework;
  598. ZERO_LINK = NO;
  599. };
  600. name = Release;
  601. };
  602. 73814AE40907FB1E00C478FC /* Debug */ = {
  603. isa = XCBuildConfiguration;
  604. buildSettings = {
  605. GCC_OPTIMIZATION_LEVEL = 0;
  606. GCC_PREPROCESSOR_DEFINITIONS = (
  607. "$(inherited)",
  608. __MACOSX__,
  609. FLOATING_POINT,
  610. "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_FOR_PROJECT_1)",
  611. );
  612. GCC_PREPROCESSOR_DEFINITIONS_QUOTED_FOR_PROJECT_1 = "EXPORT=__attribute__((visibility(\\\"default\\\")))";
  613. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  614. };
  615. name = Debug;
  616. };
  617. 73814AE50907FB1E00C478FC /* Release */ = {
  618. isa = XCBuildConfiguration;
  619. buildSettings = {
  620. ARCHS = (
  621. ppc,
  622. i386,
  623. );
  624. GCC_OPTIMIZATION_LEVEL = 3;
  625. GCC_PREPROCESSOR_DEFINITIONS = (
  626. "$(inherited)",
  627. __MACOSX__,
  628. FLOATING_POINT,
  629. "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_FOR_PROJECT_1)",
  630. );
  631. GCC_PREPROCESSOR_DEFINITIONS_QUOTED_FOR_PROJECT_1 = "EXPORT=__attribute__((visibility(\\\"default\\\")))";
  632. OTHER_CFLAGS = (
  633. "$(OTHER_CFLAGS)",
  634. "-falign-loops=16",
  635. );
  636. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  637. };
  638. name = Release;
  639. };
  640. 738837790B193687005C7A69 /* Debug */ = {
  641. isa = XCBuildConfiguration;
  642. buildSettings = {
  643. COPY_PHASE_STRIP = NO;
  644. GCC_DYNAMIC_NO_PIC = NO;
  645. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  646. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  647. GCC_OPTIMIZATION_LEVEL = 0;
  648. INSTALL_PATH = /usr/local/lib;
  649. PREBINDING = NO;
  650. PRODUCT_NAME = speex;
  651. ZERO_LINK = YES;
  652. };
  653. name = Debug;
  654. };
  655. 7388377A0B193687005C7A69 /* Release */ = {
  656. isa = XCBuildConfiguration;
  657. buildSettings = {
  658. COPY_PHASE_STRIP = YES;
  659. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  660. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  661. INSTALL_PATH = /usr/local/lib;
  662. PREBINDING = NO;
  663. PRODUCT_NAME = speex;
  664. ZERO_LINK = NO;
  665. };
  666. name = Release;
  667. };
  668. /* End XCBuildConfiguration section */
  669. /* Begin XCConfigurationList section */
  670. 73814ADF0907FB1E00C478FC /* Build configuration list for PBXNativeTarget "Speex" */ = {
  671. isa = XCConfigurationList;
  672. buildConfigurations = (
  673. 73814AE00907FB1E00C478FC /* Debug */,
  674. 73814AE10907FB1E00C478FC /* Release */,
  675. );
  676. defaultConfigurationIsVisible = 0;
  677. defaultConfigurationName = Release;
  678. };
  679. 73814AE30907FB1E00C478FC /* Build configuration list for PBXProject "Speex" */ = {
  680. isa = XCConfigurationList;
  681. buildConfigurations = (
  682. 73814AE40907FB1E00C478FC /* Debug */,
  683. 73814AE50907FB1E00C478FC /* Release */,
  684. );
  685. defaultConfigurationIsVisible = 0;
  686. defaultConfigurationName = Release;
  687. };
  688. 738837780B193687005C7A69 /* Build configuration list for PBXNativeTarget "libspeex (static)" */ = {
  689. isa = XCConfigurationList;
  690. buildConfigurations = (
  691. 738837790B193687005C7A69 /* Debug */,
  692. 7388377A0B193687005C7A69 /* Release */,
  693. );
  694. defaultConfigurationIsVisible = 0;
  695. defaultConfigurationName = Release;
  696. };
  697. /* End XCConfigurationList section */
  698. };
  699. rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
  700. }