]> git.tuebingen.mpg.de Git - paraslash.git/commit
make osx_write work for any bitrate
authorAndre Noll <maan@congo.fml.local>
Sun, 20 Aug 2006 13:42:01 +0000 (15:42 +0200)
committerAndre Noll <maan@congo.fml.local>
Sun, 20 Aug 2006 13:42:01 +0000 (15:42 +0200)
commitdb02b614d1231685e64b27b4838c7cd699e51790
tree8c92ef922eaa7d58d51131f4a32fe76de1d312b2
parentb829b61f516298a0de3907cd4c30aef189dd8dd4
make osx_write work for any bitrate

44100Hz was hardcoded which is sad. Use the information from the command line
or the writer node group if available.

Also add a channels count option for future use.
osx_write.ggo [new file with mode: 0644]
osx_writer.c