Skip to content

Instantly share code, notes, and snippets.

@jonathanstowe
Created July 21, 2015 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanstowe/2d58157f05f100fca51d to your computer and use it in GitHub Desktop.
Save jonathanstowe/2d58157f05f100fca51d to your computer and use it in GitHub Desktop.
Weird
Cannot call AUTOGEN(Audio::Encode::LameMP3: IntTypedCArray[int16], Int, :raw); none of these signatures match:
(Audio::Encode::LameMP3 $: @left, @right, *%_ --> Buf)
(Audio::Encode::LameMP3 $: @frames, *%_ --> Buf)
(Audio::Encode::LameMP3 $: @left, @right, :$raw!, *%_ --> RawEncode)
(Audio::Encode::LameMP3 $: @frames, :$raw!, *%_ --> RawEncode)
(Audio::Encode::LameMP3 $: IntTypedCArray[int16] $left, IntTypedCArray[int16] $right, Int $frames, *%_ --> Buf)
(Audio::Encode::LameMP3 $: IntTypedCArray[int16] $frames-in, Int $frames, *%_ --> Buf)
(Audio::Encode::LameMP3 $: IntTypedCArray[int16] $left, IntTypedCArray[int16] $right, Int $frames, :$raw!, *%_ --> RawEncode)
(Audio::Encode::LameMP3 $: IntTypedCArray[int16] $frames-in, Int $frames, :$raw!, *%_ --> RawEncode)
in sub MAIN at examples/streamfile-encode:37
in block <unit> at examples/streamfile-encode:9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment