`ffmpeg -threads 16 -i "$infile" -vn -filter:a "atempo=2.0" -c:a pcm_s16le "$outfile"`;
this produced a .wav file, which is what I fed into Audiobook Builder to produce an .m4b audiobook.
Overcast does a significantly better job, though, and without any extra hassle on my part.
`ffmpeg -threads 16 -i "$infile" -vn -filter:a "atempo=2.0" -c:a pcm_s16le "$outfile"`;
this produced a .wav file, which is what I fed into Audiobook Builder to produce an .m4b audiobook.
Overcast does a significantly better job, though, and without any extra hassle on my part.