Skip to content

Conversation

bartvanerp
Copy link

Resolves #149

TensorBoardLogger.jl currently writes WAVs and puts them in encoded_audio_string. That means TensorBoard will only pay attention to the sample rate stored in the WAV header. The sample rate is not written there however. It is not possible to include the header information in the FileIO.stream, hence using wavwrite and adding WAV.jl is necessary as this does support the sample rate argument.

@oxinabox
Copy link
Member

nice work.
Can we write a unit test for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sampling rate not correctly processed
2 participants