Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple channel audio bug. #1

Open
taku-o opened this issue Jun 1, 2019 · 2 comments
Open

multiple channel audio bug. #1

taku-o opened this issue Jun 1, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@taku-o
Copy link
Owner

taku-o commented Jun 1, 2019

  • converting multiple channel wav audio file, empty role channel will be created.
  • CeVIOで生成した音声が複数チャネルからなっているため、と予想される。
@taku-o taku-o added the bug Something isn't working label Jun 1, 2019
@taku-o taku-o changed the title CeVIOの音声ファイルを正しく変換できない。 multiple channel audio bug. CeVIOの音声ファイルを正しく変換できない。 Jun 1, 2019
@taku-o
Copy link
Owner Author

taku-o commented Jun 1, 2019

  • bad iXML metadata
    • empty role name will be created.
      • trackName-1
      • (empty)
<BWFXML>
    <IXML_VERSION>1.27</IXML_VERSION>
    <TRACK_LIST>
        <TRACK_COUNT>1</TRACK_COUNT>
        <TRACK>
            <CHANNEL_INDEX>1</CHANNEL_INDEX>
            <INTERLEAVE_INDEX>1</INTERLEAVE_INDEX>
            <NAME>${trackName}</NAME>
        </TRACK>
    </TRACK_LIST>
</BWFXML>
  • bad iXML metadata
    • suffix will be appended.
      • trackName-1
      • trackName-2
<BWFXML>
    <IXML_VERSION>1.27</IXML_VERSION>
    <TRACK_LIST>
        <TRACK_COUNT>2</TRACK_COUNT>
        <TRACK>
            <CHANNEL_INDEX>1</CHANNEL_INDEX>
            <INTERLEAVE_INDEX>1</INTERLEAVE_INDEX>
            <NAME>${trackName}</NAME>
        </TRACK>
        <TRACK>
            <CHANNEL_INDEX>2</CHANNEL_INDEX>
            <INTERLEAVE_INDEX>2</INTERLEAVE_INDEX>
            <NAME>${trackName}</NAME>
        </TRACK>
    </TRACK_LIST>
</BWFXML>

@taku-o taku-o changed the title multiple channel audio bug. CeVIOの音声ファイルを正しく変換できない。 multiple channel audio bug. Jun 4, 2019
@taku-o
Copy link
Owner Author

taku-o commented Jun 4, 2019

<BWFXML>
    <IXML_VERSION>1.27</IXML_VERSION>
    <TRACK_LIST>
        <TRACK_COUNT>2</TRACK_COUNT>
        <TRACK>
            <CHANNEL_INDEX>1</CHANNEL_INDEX>
            <INTERLEAVE_INDEX>1</INTERLEAVE_INDEX>
            <NAME>${trackName}</NAME>
        </TRACK>
        <TRACK>
            <CHANNEL_INDEX>2</CHANNEL_INDEX>
            <INTERLEAVE_INDEX>2</INTERLEAVE_INDEX>
            <NAME>${trackName}</NAME>
        </TRACK>
    </TRACK_LIST>
</BWFXML>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant