[erlang-questions] Reading and Writing .wav files

Max Lapshin max.lapshin@REDACTED
Mon May 31 13:13:59 CEST 2010


So, if file is 400 MB size, it will return 400MB binary?

Much more convenient is such protocol:

wave:pread(File, Offset) -> {ok, header, Header} | {ok, frame, Frame} | eof

Maybe so?


More information about the erlang-questions mailing list