Skip to content
forked from nu774/qaac

QuickTime AAC encoder, ported to Unix [not working]

License

Notifications You must be signed in to change notification settings

milahu/qaac-unix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qaac-unix

QuickTime AAC encoder, ported to Unix

status

not working

build

see build.sh

todo

use dll files on unix

possible solution: loadlibrary

$ ./build.sh
+ make
[  0%] Building CXX object CMakeFiles/qaac.dir/main.cpp.o
[  1%] Linking CXX executable bin/qaac
ld: CMakeFiles/qaac.dir/main.cpp.o: in function `AudioCodecX::getAvailableOutputSampleRates()':
AudioCodecX.h:58: undefined reference to `AudioCodecGetPropertyInfo'

$ grep AudioCodecGetPropertyInfo *.dll
grep: CoreAudioToolbox.dll: binary file matches

About

QuickTime AAC encoder, ported to Unix [not working]

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 68.8%
  • C 30.2%
  • CMake 0.4%
  • Python 0.4%
  • Nix 0.1%
  • Makefile 0.1%